Theorems · Theorem · commutative algebra
BinomialRing.factorial_nsmul_multichoose
∀ {R : Type u_1} {inst : AddCommMonoid R} {inst_1 : Pow R ℕ} [self : BinomialRing R] (r : R) (n : ℕ),
n.factorial • BinomialRing.multichoose r n = (ascPochhammer ℕ n).smeval rThe nth ascending Pochhammer polynomial evaluated at any element is divisible by n!
- Defined in
- Mathlib.RingTheory.Binomial
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 104 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- BinomialRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddCommMonoidstatement and proof · cited by 12,281
- Nat.factorialstatement · cited by 616
- ascPochhammerstatement · cited by 80
- Polynomial.smevalstatement · cited by 65
- BinomialRingstatement and proof · cited by 46
- BinomialRing.multichoosestatement · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- Ring.factorial_nsmul_multichoose_eq_ascPochhammerproof · cited by 12