Theorems · Theorem · commutative algebra
Commute.add_pow_prime_pow_eq
∀ {R : Type u_1} [inst : Semiring R] {p : ℕ},
Nat.Prime p →
∀ {x y : R},
Commute x y →
∀ (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
- 3 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Semiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringstatement and proof · cited by 13,802
- Finset.sumstatement and proof · cited by 5,195
- Finset.sum_congrproof · cited by 2,323
- Nat.Primestatement and proof · cited by 2,059
- mul_assocproof · cited by 1,667
- Commutestatement and proof · cited by 639
- Nat.choosestatement and proof · cited by 494
- Finset.mul_sumproof · cited by 196
- Finset.Ioostatement and proof · cited by 185
- Finset.mem_Iooproof · cited by 13
- Commute.pow_leftproof · cited by 9
- Commute.mul_mul_mul_commproof · cited by 8
Cited by3
Results whose statement or proof uses this declaration.
- Commute.exists_add_pow_prime_pow_eqproof · cited by 2
- Commute.add_pow_prime_eqproof · cited by 2
- add_pow_prime_pow_eqproof · cited by 0