Theorems · Theorem · commutative algebra
Ring.ascPochhammer_succ_succ
∀ {R : Type u_2} [inst : NonAssocSemiring R] [inst_1 : Pow R ℕ] [NatPowAssoc R] [inst_3 : BinomialRing R] (r : R)
(k : ℕ),
(ascPochhammer ℕ (k + 1)).smeval (r + 1) =
(k + 1).factorial • Ring.multichoose (r + 1) k + (ascPochhammer ℕ (k + 1)).smeval r- Defined in
- Mathlib.RingTheory.Binomial
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 114 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites33
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Polynomialproof · cited by 5,681
- one_mulproof · cited by 2,841
- mul_commproof · cited by 2,262
- Polynomial.Xproof · cited by 1,639
- add_commproof · cited by 1,535
- one_smulproof · cited by 1,374
- NonAssocSemiringstatement and proof · cited by 805
- add_assocproof · cited by 746
- Nat.factorialstatement and proof · cited by 616
- nsmul_eq_mulproof · cited by 369
- add_mulproof · cited by 363
- SemigroupAction.mul_smulproof · cited by 291
Cited by1
Results whose statement or proof uses this declaration.
- Ring.multichoose_succ_succproof · cited by 2