Theorems · Theorem · number theory
Nat.Prime.emultiplicity_factorial_mul_succ
∀ {n p : ℕ},
Nat.Prime p →
emultiplicity p (p * (n + 1)).factorial = emultiplicity p (p * n).factorial + emultiplicity p (n + 1) + 1The multiplicity of p in (p * (n + 1))! is one more than the sum
of the multiplicities of p in (p * n)! and n + 1.
- Defined in
- Mathlib.Data.Nat.Multiplicity
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites35
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetproof · cited by 13,712
- AddCommMonoidproof · cited by 12,281
- Top.topproof · cited by 9,680
- Finset.sumproof · cited by 5,195
- ENatstatement and proof · cited by 4,985
- Nat.cast_oneproof · cited by 2,501
- zero_addproof · cited by 2,366
- Finset.sum_congrproof · cited by 2,323
- Nat.Primestatement and proof · cited by 2,059
- add_commproof · cited by 1,535
- add_assocproof · cited by 746
- Nat.factorialstatement and proof · cited by 616
Cited by1
Results whose statement or proof uses this declaration.
- Nat.Prime.emultiplicity_factorial_mulproof · cited by 3