Theorems · Theorem · commutative algebra
Commute.exists_add_pow_prime_pow_eq
∀ {R : Type u_1} [inst : Semiring R] {p : ℕ},
Nat.Prime p → ∀ {x y : R}, Commute x y → ∀ (n : ℕ), ∃ r, (x + y) ^ p ^ n = x ^ p ^ n + y ^ p ^ n + ↑p * x * y * r- Defined in
- Mathlib.Algebra.CharP.Lemmas
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 91 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.
Cites7
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.sumproof · cited by 5,195
- Nat.Primestatement and proof · cited by 2,059
- Commutestatement and proof · cited by 639
- Nat.chooseproof · cited by 494
- Finset.Iooproof · cited by 185
- Commute.add_pow_prime_pow_eqproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- add_pow_expChar_pow_of_commuteproof · cited by 5
- exists_add_pow_prime_pow_eqproof · cited by 0