The cardinality of Fin k → ℕ tuples summing to n equals
multichoose k n.
Closed form for the cardinality of Fin (n + 1) → ℕ tuples summing to
d: it equals (n + d) choose d.
The growth (Hilbert) function of the polynomial ring k[x_0, …, x_{d-1}]
in degree n: (n + d choose d).
Instances For
Auxiliary bound: n^d ≤ (n + 1).ascFactorial d for the growth function
analysis.
Lower bound on the polynomial growth function:
n^d ≤ d! · growthFun_polyring d n.
Upper bound on the polynomial growth function:
growthFun_polyring d n ≤ 2^d · n^d for d ≤ n.
Filtration of a finitely-generated algebra by total-degree truncation:
the image under a presentation f of polynomials of total degree ≤ n.
Instances For
Noether normalization growth comparison: the growth function of A is
sandwiched between the polynomial growth function growthFun_polyring d and
a uniform multiple of it.
Proposition 11 (separatedness/growth criterion): for a finitely-generated
k-algebra A of Krull dimension d, the growth function satisfies
n^d ≲ growthFun f n ≲ n^d.