Theorems · Theorem · number theory
Int.two_pow_sub_pow
∀ {x y : ℤ} {n : ℕ},
2 ∣ x - y →
¬2 ∣ x →
Even n →
emultiplicity 2 (x ^ n - y ^ n) + 1 = emultiplicity 2 (x + y) + emultiplicity 2 (x - y) + emultiplicity 2 ↑nLifting the exponent lemma for p = 2
- Defined in
- Mathlib.NumberTheory.Multiplicity
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringproof · cited by 13,802
- ENatstatement and proof · cited by 4,985
- Nat.cast_oneproof · cited by 2,501
- add_commproof · cited by 1,535
- sub_selfproof · cited by 996
- add_assocproof · cited by 746
- Evenstatement and proof · cited by 444
- Oddproof · cited by 364
- pow_mulproof · cited by 210
- emultiplicitystatement and proof · cited by 156
- even_iff_two_dvdproof · cited by 25
- Nat.finiteMultiplicity_iffproof · cited by 13
Cited by1
Results whose statement or proof uses this declaration.
- Nat.two_pow_sub_powproof · cited by 1