Theorems · Theorem · number theory
fermatLastTheoremWith_of_fermatLastTheoremWith_coprime
∀ {n : ℕ} {R : Type u_2} [inst : CommSemiring R] [IsDomain R] [inst_2 : DecidableEq R] [inst_3 : NormalizedGCDMonoid R],
(∀ (a b c : R), a ≠ 0 → b ≠ 0 → c ≠ 0 → {a, b, c}.gcd id = 1 → a ^ n + b ^ n ≠ c ^ n) → FermatLastTheoremWith R nTo prove Fermat Last Theorem in any semiring that is a NormalizedGCDMonoid one can assume
that the gcd of {a, b, c} is 1.
- Defined in
- Mathlib.NumberTheory.FLT.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- CommSemiringstatement and proof · cited by 10,911
- IsDomainstatement and proof · cited by 2,196
- CommMonoidWithZeroproof · cited by 913
- Finset.imageproof · cited by 910
- mul_addproof · cited by 413
- Associatedproof · cited by 296
- mul_powproof · cited by 220
- pow_ne_zeroproof · cited by 208
- NormalizedGCDMonoidstatement and proof · cited by 159
- Associated.symmproof · cited by 87
- mul_right_inj'proof · cited by 56
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.