Theorems · Theorem · number theory
padicValNat.pow_two_sub_pow
∀ {x y : ℕ},
y < x →
2 ∣ x - y →
¬2 ∣ x →
∀ {n : ℕ},
n ≠ 0 →
Even n → padicValNat 2 (x ^ n - y ^ n) + 1 = padicValNat 2 (x + y) + padicValNat 2 (x - y) + padicValNat 2 n- Defined in
- Mathlib.NumberTheory.Multiplicity
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- ENatproof · cited by 4,985
- Nat.cast_addproof · cited by 586
- Evenstatement and proof · cited by 444
- emultiplicityproof · cited by 156
- padicValNatstatement and proof · cited by 106
- Nat.cast_injproof · cited by 70
- padicValNat_eq_emultiplicityproof · cited by 9
- Nat.two_pow_sub_powproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- padicValNat.pow_two_sub_oneproof · cited by 1