The unnormalized q-factorial qFactorial q m = ∏_{i<m} (q^{i+1} - 1).
Instances For
The q-falling factorial qFallingFact q n m = ∏_{i<m} (q^{n-i} - 1).
Instances For
Recurrence: qFallingFact q n (m+1) = qFallingFact q n m * (q^{n-m} - 1).
Recurrence: qFactorial q (m+1) = qFactorial q m * (q^{m+1} - 1).
Reindexing recurrence:
qFallingFact q (n+1) (m+1) = qFallingFact q n m * (q^{n+1} - 1).
Product formula for the q-binomial coefficient:
qBinomial q n m * qFactorial q m = qFallingFact q n m for m ≤ n.
The q-falling factorial qFallingFact q n m vanishes when q^n = 1 and 0 < m.
If q is a primitive n-th root of unity, then qFactorial q m ≠ 0 for m < n.
Vanishing of intermediate q-binomial coefficients at a primitive root of unity:
if q is a primitive n-th root of unity (n > 1) then qBinomial q n m = 0
for 0 < m < n.
Auxiliary identity used in the proof of the q-binomial expansion: multiplying
c · a^p b^m by (a + b) produces the expected two-term sum involving a factor
of q^m.
Frobenius-type identity at a primitive root of unity: if q is a primitive
n-th root of unity (n > 1) and ba = q · ab in A, then (a + b)^n = a^n + b^n.