Theorems · Theorem · number theory
Nat.Prime.multiplicity_factorial_pow
∀ {n p : ℕ}, Nat.Prime p → multiplicity p (p ^ n).factorial = ∑ i ∈ Finset.range n, p ^ iThe multiplicity of a prime p in p ^ n is the sum of p ^ i, where i ranges between 0
and n - 1.
- Defined in
- Mathlib.Data.Nat.Multiplicity
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finset.sumstatement and proof · cited by 5,195
- ENatproof · cited by 4,985
- Nat.Primestatement and proof · cited by 2,059
- Nat.cast_zeroproof · cited by 1,870
- Finset.rangestatement and proof · cited by 1,341
- pow_zeroproof · cited by 1,094
- Nat.factorialstatement and proof · cited by 616
- emultiplicityproof · cited by 156
- Finset.sum_range_succproof · cited by 121
- multiplicitystatement · cited by 117
- Nat.factorial_posproof · cited by 99
- Nat.Prime.ne_oneproof · cited by 61
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.