Theorems · Theorem · commutative algebra
add_pow_prime_pow_eq
∀ {R : Type u_1} [inst : CommSemiring R] {p : ℕ},
Nat.Prime p →
∀ (x y : R) (n : ℕ),
(x + y) ^ p ^ n =
x ^ p ^ n + y ^ p ^ n +
↑p * x * y * ∑ k ∈ Finset.Ioo 0 (p ^ n), x ^ (k - 1) * y ^ (p ^ n - k - 1) * ↑((p ^ n).choose k / p)- Defined in
- Mathlib.Algebra.CharP.Lemmas
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 91 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommSemiringstatement and proof · cited by 10,911
- Finset.sumstatement · cited by 5,195
- Nat.Primestatement and proof · cited by 2,059
- Nat.choosestatement · cited by 494
- Finset.Ioostatement · cited by 185
- Commute.allproof · cited by 119
- Commute.add_pow_prime_pow_eqproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.