|
Table data: (P,Q)
such that (P)⟹(Q)
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
StirlingS1 | s(n,k) | Signed Stirling number of the first kind |
ZZGreaterEqual | Z≥n | Integers greater than or equal to n |
ZZ | Z | Integers |
Source code for this entry:
Entry(ID("2e9d0c"), SymbolDefinition(StirlingS1, StirlingS1(n, k), "Signed Stirling number of the first kind"), Table(TableRelation(Tuple(P, Q), Implies(P, Q)), TableHeadings(Description("Domain"), Description("Codomain")), List(Tuple(And(Element(n, ZZGreaterEqual(0)), Element(k, ZZGreaterEqual(0))), Element(StirlingS1(n, k), ZZ)))))