Theorems · Theorem · number theory
dvd_c_of_prime_of_dvd_a_of_dvd_b_of_FLT
∀ {n : ℕ} {p : ℤ}, Prime p → ∀ {a b c : ℤ}, p ∣ a → p ∣ b → a ^ n + b ^ n + c ^ n = 0 → p ∣ c- Defined in
- Mathlib.NumberTheory.FLT.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 40 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.
- eq_or_neproof · cited by 1,117
- pow_zeroproof · cited by 1,094
- Primestatement and proof · cited by 277
- add_eq_zero_iff_eq_negproof · cited by 49
- dvd_addproof · cited by 25
- dvd_negproof · cited by 19
- Prime.dvd_of_dvd_powproof · cited by 14
- dvd_powproof · cited by 8
Cited by1
Results whose statement or proof uses this declaration.
- isCoprime_of_gcd_eq_one_of_FLTproof · cited by 0