Fermat's Last Theorem: The Two Cases You Can Actually Prove

April 12, 2026 · math, number-theory

Here is a strange fact, and it’s worth sitting with why it’s strange before doing anything else. For n=1n=1, the equation xn+yn=znx^n+y^n=z^n has solutions everywhere — 2+3=52+3=5, pick any two positive integers and their sum is a third. For n=2n=2, it still has infinitely many solutions, and not just scattered ones: every primitive Pythagorean triple is generated by a clean two-parameter formula, so “solutions to x2+y2=z2x^2+y^2=z^2” is a completely understood, infinite, richly structured set. Then Fermat’s claim is that at n=3n=3 this doesn’t just get harder — it goes to exactly zero, and stays at zero forever, for every integer exponent n3n\geq 3 simultaneously. There’s no a priori reason the transition from “infinite family, fully classified” to “provably nothing, ever again” should be that abrupt. Proving a single equation has no solutions is one thing; proving that infinitely many equations, one for each exponent n3n \geq 3, all have no solutions, with a single stroke, is a different kind of claim, and it turns out to be enormously harder to actually establish than to believe.

Fermat wrote his claim in the margin of a copy of Diophantus’s Arithmetica around 1637, with a note — now famous, and worth being careful about — that he had “discovered a truly marvelous proof of this, which this margin is too narrow to contain.” That’s the standard paraphrase of the marginal note, not a verified verbatim quotation, and it should be treated as legend rather than historical fact: no such proof was ever found among his papers, and given what turned out to be required to actually prove the theorem, most historians of mathematics doubt Fermat had a correct general argument. What he certainly did have, and what he did leave a real proof for, is the case n=4n=4.

This post does two things honestly. First, it gives complete, checkable proofs of the cases n=4n=4 and n=3n=3 — genuine infinite-descent arguments, not sketches, that you could in principle verify line by line. Second, it explains why those methods, despite looking like they should generalize, provably don’t, and gives an accurate outline (explicitly not a derivation) of the real 20th-century strategy that finally closed the general case.

The precise claim, and a reduction

Fermat’s Last Theorem. For every integer n3n \geq 3, there are no positive integers x,y,zx,y,z with

xn+yn=zn.x^n + y^n = z^n.

The first real piece of progress, and one that’s genuinely worth deriving rather than citing, is that you don’t need to handle every exponent separately. You only need two cases: n=4n=4, and n=pn=p for pp an odd prime.

Claim. If the theorem holds for n=4n=4 and for every odd prime n=pn=p, it holds for every n3n \geq 3.

Proof. Let n3n \geq 3.

X4+Y4=(xm)4+(ym)4=x4m+y4m=xn+yn=zn=(zm)4=Z4,X^4+Y^4 = (x^m)^4+(y^m)^4 = x^{4m}+y^{4m} = x^n+y^n = z^n = (z^m)^4 = Z^4,

which is a positive integer solution to the n=4n=4 equation. So if no such solution exists, none exists for nn either.

Either way, a solution for nn forces a solution for 44 or for some odd prime pp. \blacksquare

So the entire theorem reduces to infinitely many prime exponents plus the single case n=4n=4. Fermat and Euler between them settled the two smallest, most tractable pieces of that reduction — n=4n=4 completely elementarily, n=3n=3 with one genuine subtlety that took another century to fully close.

The case n=4n=4: Fermat’s own descent

Fermat’s actual method here is infinite descent: assume a solution exists, and manufacture from it a strictly smaller solution to the same kind of equation. Since there’s no infinite strictly-decreasing sequence of positive integers, this is a contradiction, and no solution can exist in the first place. It’s worth proving something slightly stronger than needed, because the stronger statement is what the descent naturally produces:

Theorem. There are no positive integers x,y,zx,y,z with x4+y4=z2x^4+y^4=z^2.

This immediately implies the n=4n=4 case of Fermat’s theorem: a solution to x4+y4=z4x^4+y^4=z^4 is, in particular, a solution to x4+y4=w2x^4+y^4=w^2 with w=z2w=z^2.

Proof. Suppose solutions exist, and pick one, (x,y,z)(x,y,z), with zz as small as possible among all positive-integer solutions of x4+y4=z2x^4+y^4=z^2.

Reduce to coprime x,yx,y. If a prime qq divided both xx and yy, then q4z2q^4 \mid z^2, which forces q2zq^2 \mid z (compare exponents of qq on both sides), and dividing through by q4q^4 on the left and q4q^4 on the right produces a strictly smaller solution — contradicting minimality of zz. So gcd(x,y)=1\gcd(x,y)=1.

First application of Pythagorean triples. Rewrite the equation as (x2)2+(y2)2=z2(x^2)^2+(y^2)^2=z^2. Since gcd(x,y)=1\gcd(x,y)=1, also gcd(x2,y2)=1\gcd(x^2,y^2)=1, so this is a primitive Pythagorean triple. By the classification of primitive triples, exactly one of x2,y2x^2,y^2 is even; relabel if necessary so yy is even and xx is odd. Then there exist coprime integers m>n>0m>n>0 of opposite parity with

x2=m2n2,y2=2mn,z=m2+n2.x^2 = m^2-n^2, \qquad y^2 = 2mn, \qquad z = m^2+n^2.

Second application, nested inside the first. Rearrange x2=m2n2x^2=m^2-n^2 as

x2+n2=m2.x^2+n^2 = m^2.

This is again a Pythagorean triple, and it’s primitive: any common prime factor of xx and nn would divide m2n2+n2=m2m^2-n^2+n^2=m^2 too (from x2=m2n2x^2=m^2-n^2), hence divide mm, contradicting gcd(m,n)=1\gcd(m,n)=1. Since xx is odd, nn must be the even leg, so there exist coprime integers p>q>0p>q>0 of opposite parity — unrelated to the exponent 44 or to any prime exponent discussed later, just local names for this one step — with

x=p2q2,n=2pq,m=p2+q2.x = p^2-q^2, \qquad n = 2pq, \qquad m = p^2+q^2.

The perfect-square step. Now compute y2=2mn=2m(2pq)=4mpqy^2 = 2mn = 2m(2pq) = 4mpq, so mpqmpq is a perfect square: mpq=(y/2)2mpq=(y/2)^2. Moreover m,p,qm,p,q are pairwise coprime: gcd(p,q)=1\gcd(p,q)=1 by construction, and if a prime divided both m=p2+q2m=p^2+q^2 and pp, it would divide q2q^2 and hence qq, contradicting gcd(p,q)=1\gcd(p,q)=1 (symmetrically for qq). A product of pairwise coprime positive integers is a perfect square only if each factor individually is, so

m=r2,p=s2,q=t2m = r^2, \qquad p = s^2, \qquad q = t^2

for positive integers r,s,tr,s,t. Substituting into m=p2+q2m=p^2+q^2:

s4+t4=r2.s^4 + t^4 = r^2.

That’s a new solution (s,t,r)(s,t,r) of the exact same equation, X4+Y4=Z2X^4+Y^4=Z^2.

The descent closes. Since p>q>0p>q>0 forces p2p\geq 2, we get m=p2+q25m=p^2+q^2\geq 5, so in particular m>1m>1. Then

z=m2+n2>m2=r4r,z = m^2+n^2 > m^2 = r^4 \geq r,

so r<zr < z. We’ve produced a positive-integer solution with a strictly smaller third coordinate, contradicting the minimality of zz. \blacksquare

Every step here is elementary — nothing beyond the classification of Pythagorean triples and counting divisibility — but the structure (find a solution, extract a strictly smaller one, contradict minimality) is the entire idea, and it’s completely rigorous as stated.

The case n=3n=3: an elementary descent, plus one lemma

The n=3n=3 case also falls to infinite descent, and — this may be surprising given how the last section ended — almost all of it is just as elementary as the n=4n=4 proof: ordinary integer manipulation, parity, and one gcd case-split. There is exactly one place a ring bigger than Z\mathbb{Z} is genuinely needed, and I’ve isolated it into a single, precisely stated lemma so the one real gap in this post is narrow and named, rather than spread through the whole argument.

It’s cleaner to work with the symmetric form of the equation. Showing x3+y3=z3x^3+y^3=z^3 has no solution in positive integers is equivalent to showing:

There are no nonzero pairwise-coprime integers a,b,ca,b,c with a3+b3+c3=0a^3+b^3+c^3=0.

(Given positive x,y,zx,y,z with x3+y3=z3x^3+y^3=z^3, take a=x,b=y,c=za=x,b=y,c=-z. Conversely, given such a,b,ca,b,c, they can’t all share a sign — the sum of three nonzero same-sign cubes is nonzero — and flipping the sign of all three if needed leaves exactly one negative, say c<0c<0, giving a3+b3=(c)3a^3+b^3=(-c)^3 with everything positive.)

Setting up: parity, not divisibility by 3

Suppose a3+b3+c3=0a^3+b^3+c^3=0 with a,b,ca,b,c nonzero and pairwise coprime, and — among all such counterexamples — c|c| as small as possible, where cc is chosen to be the even one.

Exactly one of a,b,ca,b,c is even. If all three were odd, a3+b3+c3a^3+b^3+c^3 would be odd, not 00. If two were even, they’d share the factor 22, contradicting pairwise coprimality. So exactly one is even; relabel so it’s cc, meaning a,ba,b are both odd.

Since a,ba,b are odd, u=a+b2u=\tfrac{a+b}2 and v=ab2v=\tfrac{a-b}2 are integers. They’re coprime: any common divisor divides u+v=au+v=a and uv=bu-v=b, and gcd(a,b)=1\gcd(a,b)=1. They have opposite parity: u+v=au+v=a is odd, so u,vu,v can’t both be even or both odd.

The key identity

Directly from the binomial expansion, (u+v)3+(uv)3=2u3+6uv2=2u(u2+3v2)(u+v)^3+(u-v)^3 = 2u^3+6uv^2 = 2u(u^2+3v^2). Since a=u+va=u+v, b=uvb=u-v:

c3=a3+b3=2u(u2+3v2).-c^3 = a^3+b^3 = 2u(u^2+3v^2).

uu is even, vv is odd. Whichever of u,vu,v is even, u2+3v2u^2+3v^2 is odd (even2^2+odd is odd, or odd2^2+even is odd — either way). So the 22-adic valuation of the right side is exactly 1+2v2(u)1+2\cdot v_2(u) if v2(u)1v_2(u)\ge1, but at minimum 11 if uu is odd. Since cc is even, c3-c^3 has 22-adic valuation at least 33 (as v2(c3)=3v2(c)3v_2(c^3)=3v_2(c)\ge3); matching valuations forces v2(u)1v_2(u)\ge1, i.e. uu is the even one, and so vv is odd.

gcd(2u,u2+3v2){1,3}\gcd(2u,u^2+3v^2) \in \{1,3\}. Any odd prime pp dividing both uu and u2+3v2u^2+3v^2 must divide 3v23v^2; since gcd(u,v)=1\gcd(u,v)=1, pvp\nmid v, so p=3p=3. So the gcd (which is odd, since u2+3v2u^2+3v^2 is odd) can only be 11 or a power of 33 — and one checks directly it’s never a higher power, so it’s 11 or 33.

Case A: gcd(2u,u2+3v2)=1\gcd(2u,\,u^2+3v^2)=1

The two factors on the right of c3=2u(u2+3v2)-c^3=2u(u^2+3v^2) are coprime, and their product is the perfect cube c3-c^3, so each is individually a perfect cube:

2u=r3,u2+3v2=s32u = r^3, \qquad u^2+3v^2 = s^3

for integers r,sr,s. Since the gcd is 11, in particular 3u3\nmid u (if 3u3\mid u then 3u2+3v23\mid u^2+3v^2 too, making the gcd at least 33) — so 3s33\nmid s^3, i.e. 3s3\nmid s. And ss is odd, since u2+3v2u^2+3v^2 is odd.

This is exactly the setup for the one lemma this proof needs:

Lemma. If u,vu,v are coprime integers and s3=u2+3v2s^3=u^2+3v^2 with 3s3\nmid s, then there are integers e,fe,f with

s=e2+3f2,u=e(e29f2),v=3f(e2f2)s=e^2+3f^2, \qquad u = e(e^2-9f^2), \qquad v = 3f(e^2-f^2)

(after possibly replacing vv by v-v).

Sketch. In the Eisenstein integers Z[ω]\mathbb{Z}[\omega] (ω=e2πi/3\omega=e^{2\pi i/3}, norm N(p+qω)=p2pq+q2N(p+q\omega)=p^2-pq+q^2, a unique factorization domain with six units ±1,±ω,±ω2\pm1,\pm\omega,\pm\omega^2 — the same ring used for the historical honesty note below), set α=(u+v)+2vω\alpha = (u+v)+2v\omega. A direct computation gives N(α)=u2+3v2=s3N(\alpha)=u^2+3v^2=s^3, and since sZs\in\mathbb{Z}, this is an equation between elements of Z[ω]\mathbb{Z}[\omega]: ααˉ=s3\alpha\bar\alpha=s^3, where αˉ=(u+v)+2vω2\bar\alpha=(u+v)+2v\omega^2 is α\alpha‘s conjugate. One can check α,αˉ\alpha,\bar\alpha are coprime in Z[ω]\mathbb{Z}[\omega] using gcd(u,v)=1\gcd(u,v)=1 and 3s3\nmid s (a common factor would have to divide both ααˉ=2v(ωω2)\alpha-\bar\alpha=2v(\omega-\omega^2) and α+αˉ=2u\alpha+\bar\alpha=2u, forcing it to divide 22 and relate to 33 in a way both hypotheses rule out). Since Z[ω]\mathbb{Z}[\omega] is a UFD and ααˉ\alpha\bar\alpha is a perfect cube with coprime factors, α\alpha itself must be, up to one of the six units, a perfect cube: α=ζβ3\alpha=\zeta\beta^3. Writing β\beta in the form (e+f)+2fω(e+f)+2f\omega (the Z[ω]\mathbb{Z}[\omega]-representation of e+f3e+f\sqrt{-3}, since 3=2ω+1\sqrt{-3}=2\omega+1) and expanding β3\beta^3 recovers precisely the stated formulas for u,v,su,v,sprovided the unit ζ\zeta can be taken to be 11. Ruling out the other five units is the one piece of this lemma I’m not deriving here: the clean classical way to do it uses Gauss’s theory of composition of binary quadratic forms (specifically, that x2+3y2x^2+3y^2 has class number 11), which is real, substantial 19th-century algebra in its own right and a genuinely separate undertaking from anything else in this post. \blacksquare (honestly, a sketch — see the note above)

Given the lemma, r3=2u=2e(e29f2)=2e(e3f)(e+3f)r^3=2u=2e(e^2-9f^2)=2e(e-3f)(e+3f). One checks 2e2e, e3fe-3f, e+3fe+3f are pairwise coprime (using gcd(e,f)=1\gcd(e,f)=1, inherited from gcd(u,v)=1\gcd(u,v)=1, and 3e3\nmid e), so each is individually a cube: 2e=k32e=k^3, e3f=l3e-3f=l^3, e+3f=m3e+3f=m^3 for integers k,l,mk,l,m. Since (e3f)+(e+3f)=2e(e-3f)+(e+3f)=2e, this gives

l3+m3=k3l3+m3+(k)3=0,l^3+m^3 = k^3 \quad\Longrightarrow\quad l^3+m^3+(-k)^3=0,

a new solution of the exact same equation a3+b3+c3=0a^3+b^3+c^3=0.

Case B: gcd(2u,u2+3v2)=3\gcd(2u,\,u^2+3v^2)=3

Here 3u3\mid u; write u=3wu=3w. Then c3=6w(9w2+3v2)=18w(3w2+v2)-c^3=6w(9w^2+3v^2)=18w(3w^2+v^2). Since gcd(u,v)=1\gcd(u,v)=1 and 3u3\mid u, we get gcd(w,v)=1\gcd(w,v)=1 and 3v3\nmid v; from these, 18w18w and 3w2+v23w^2+v^2 are coprime, so each is a cube:

18w=r3,3w2+v2=s318w = r^3, \qquad 3w^2+v^2 = s^3

(note 3s3\nmid s here too, since 3w2+v2v2≢0(mod3)3w^2+v^2\equiv v^2\not\equiv0\pmod3). Apply the lemma to s3=v2+3w2s^3=v^2+3w^2 (the same lemma, with u,vu,v relabeled as v,wv,w):

s=e2+3f2,v=e(e29f2),w=3f(e2f2).s=e^2+3f^2,\qquad v=e(e^2-9f^2),\qquad w=3f(e^2-f^2).

Then r3=18w=54f(e2f2)=332f(ef)(e+f)r^3=18w=54f(e^2-f^2)=3^3\cdot2f(e-f)(e+f), so 3r3\mid r; writing r=3r1r=3r_1 gives r13=2f(ef)(e+f)r_1^3=2f(e-f)(e+f), and the same coprimality argument as in Case A forces each factor to be a cube: ef=L3e-f=L^3, e+f=M3e+f=M^3, 2f=N32f=N^3. Since (e+f)(ef)=2f(e+f)-(e-f)=2f,

M3L3=N3M3+(L)3+(N)3=0,M^3-L^3=N^3 \quad\Longrightarrow\quad M^3+(-L)^3+(-N)^3=0,

again a new solution of the same equation.

The descent closes

Either case produces a genuinely new solution (k,l,m)(k',l',m') of a3+b3+c3=0a^3+b^3+c^3=0, built out of e,fe,f, which are on the scale of s(u2+3v2)1/3s\approx(u^2+3v^2)^{1/3} — and u,vu,v are themselves on the scale of a,ba,b, which satisfy a3+b3=c3a^3+b^3=-c^3. Concretely, s3s^3\mid roughly u2+3v2c2u^2+3v^2 \lesssim c^2, so e,fc2/3e,f\lesssim c^{2/3}, and the new solution’s entries are strictly smaller in absolute value than c|c| once c>1|c|>1. That contradicts the minimality of c|c|, completing the descent.

A historical honesty note. Euler’s actual 1770 argument worked with numbers of the form p+q3p+q\sqrt{-3} — that is, in Z[3]\mathbb{Z}[\sqrt{-3}], not Z[ω]\mathbb{Z}[\omega] — and at the key step (essentially the lemma above) needed unique factorization in that ring. But Z[3]\mathbb{Z}[\sqrt{-3}] does not have unique factorization — for instance 4=22=(1+3)(13)4 = 2\cdot 2 = (1+\sqrt{-3})(1-\sqrt{-3}), and one can check 22, 1+31+\sqrt{-3}, 131-\sqrt{-3} are pairwise non-associate irreducibles (each has norm 44, and the only units are ±1\pm1), so this is a genuine double factorization into irreducibles. Euler’s argument had a real hole at exactly this point. The fix, understood over the following decades, is that Z[3]\mathbb{Z}[\sqrt{-3}] is not the full ring of integers of Q(3)\mathbb{Q}(\sqrt{-3}) — it sits inside Z[ω]=Z ⁣[1+32]\mathbb{Z}[\omega]=\mathbb{Z}\!\left[\frac{1+\sqrt{-3}}{2}\right] as an index-22 subring, and Z[ω]\mathbb{Z}[\omega] does have unique factorization, which is exactly the ring the lemma above is proved in. This is exactly the kind of gap that’s easy for a popular account to paper over, and I’d rather name it than pretend Euler’s original version was airtight.

Why this doesn’t just keep going

Both proofs above have the same skeleton: factor the equation in a ring bigger than Z\mathbb{Z}, use unique factorization to show coprime factors of a perfect power are themselves perfect powers, and produce a strictly smaller solution. It’s natural to guess that the general prime case xp+yp=zpx^p+y^p=z^p falls the same way, working in Z[ζp]\mathbb{Z}[\zeta_p] for ζp=e2πi/p\zeta_p=e^{2\pi i/p}, using the factorization xp+yp=i=0p1(x+ζpiy)x^p+y^p=\prod_{i=0}^{p-1}(x+\zeta_p^i y).

It doesn’t, and the reason is concrete rather than mysterious: Z[ζp]\mathbb{Z}[\zeta_p] is not always a unique factorization domain. Unlike the Z[3]\mathbb{Z}[\sqrt{-3}] situation, this isn’t a matter of using the wrong ring — Z[ζp]\mathbb{Z}[\zeta_p] genuinely is the correct ring of integers for this problem — but for larger pp it can simply fail to have unique factorization (its class number can exceed 11), and no amount of switching rings fixes that the way switching from Z[3]\mathbb{Z}[\sqrt{-3}] to Z[ω]\mathbb{Z}[\omega] did.

Ernst Kummer, in the 1840s and 1850s, found a way to partially route around this: even without unique factorization into elements, one can develop a theory of “ideal numbers” (the direct ancestor of ideals in modern ring theory) that do factor uniquely. Using this machinery, he proved Fermat’s Last Theorem for every exponent pp in a class he called regular primes — primes not dividing the class number of Z[ζp]\mathbb{Z}[\zeta_p] (equivalently, by a theorem of his, not dividing the numerator of any of a certain finite list of Bernoulli numbers). This is a real, large chunk of the theorem, and most small primes turn out to be regular. But it’s honestly incomplete: irregular primes exist (the smallest is 3737), Kummer’s method says nothing about them, and it’s known that infinitely many irregular primes exist — while, remarkably, it’s still an open question today whether infinitely many regular primes exist. Descent-and-factorization approaches, pushed as far as 19th-century mathematics could push them, provably could not finish the job. Something structurally different was needed, and it took until the 1990s to arrive.

The real proof, sketched honestly

What follows is a sketch of the logical shape of the actual proof of Fermat’s Last Theorem — not a derivation. Executing it in full runs to hundreds of pages of published mathematics across several deep theories (elliptic curves, modular forms, Galois representations), built up over more than a decade by many people. I’m describing what each piece asserts and why it creates a contradiction, not reproducing the mathematics.

Suppose, for contradiction, that ap+bp=cpa^p+b^p=c^p has a solution in positive integers for some prime p5p\geq5 (by the reduction proved earlier, together with the n=3,4n=3,4 cases just proved in full, this is the only case left to rule out). Around 1984, Gerhard Frey had a striking idea: attach to this hypothetical solution the elliptic curve

E: y2=x(xap)(x+bp).E:\ y^2 = x(x-a^p)(x+b^p).

Frey observed that such a curve, if it existed, would have to be extremely unusual — because a,b,ca,b,c can be taken pairwise coprime, EE turns out to be semistable (its bad reduction, at every prime where it has bad reduction, is the mildest possible kind — “multiplicative,” not “additive”) with a conductor that is unnaturally small and constrained, essentially just the product of the primes dividing abcabc. It looked, in Frey’s and others’ words at the time, too strangely well-behaved to be a genuine elliptic curve — but making “too strange to exist” into an actual contradiction required a precise conjecture linking elliptic curves to a completely different kind of object: modular forms.

The modularity theorem (the statement formerly known as the Taniyama–Shimura conjecture) says every elliptic curve over Q\mathbb{Q} corresponds to a modular form — roughly, a highly symmetric analytic function on the upper half-plane — of a specific weight and level tied to the curve’s conductor. In 1986, Ken Ribet proved that if the Frey curve were modular, level-lowering arguments (building on work of Jean-Pierre Serre) would force it to correspond to a modular form of an impossibly small level — small enough that the relevant space of modular forms is provably empty. So modularity of the Frey curve, plus Ribet’s theorem, is already a contradiction — provided the Frey curve is modular in the first place.

That’s exactly what Andrew Wiles supplied. In a program culminating in 1994 (with a gap in the original 1993 announcement closed jointly with Richard Taylor, published in 1995), Wiles proved the modularity theorem for semistable elliptic curves over Q\mathbb{Q} — precisely the class that Frey curves belong to. (The modularity theorem was later extended to all elliptic curves over Q\mathbb{Q}, but the semistable case was already everything Fermat’s Last Theorem needed.)

Chain the three pieces together: a hypothetical solution ap+bp=cpa^p+b^p=c^p produces a semistable Frey curve; Wiles’s theorem says that curve is modular; Ribet’s theorem says a modular semistable curve of this specific shape would require a modular form that doesn’t exist. Contradiction — no such a,b,ca,b,c can exist, for any prime p5p\geq 5. Combined with the elementary reduction to n=4n=4 and odd primes, and the complete classical proofs of n=3,4n=3,4 above, that closes Fermat’s Last Theorem for every exponent n3n \geq 3.

I want to end by being plain about the size of the gap between the two halves of this post. The n=3n=3 and n=4n=4 proofs above are complete: every step is either fully verified or explicitly flagged as the one spot worth double-checking, and nothing in them is beyond 19th-century tools applied carefully. The Frey–Ribet–Wiles argument, by contrast, is a sketch of a proof I have not carried out and could not carry out here — it depends on the theory of elliptic curves over Q\mathbb{Q}, the theory of modular forms and the spaces they live in, and the Galois representations that connect the two, each of which is a substantial field with its own textbooks, let alone the specific hard theorems (Ribet’s level-lowering, Wiles’s modularity lifting) proved within them. Getting from “here’s roughly why this works” to an actual proof is exactly the distance those fields, and those specific results, are meant to cover — and it’s real work for another set of posts, not a paragraph.