Skip to content

Commit 70bab6a

Browse files
committed
fix build
1 parent e01e70b commit 70bab6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FLT/Basic/Reductions.lean

+2-2
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ abbrev Qbar := AlgebraicClosure ℚ
412412

413413
open WeierstrassCurve
414414
theorem Mazur_Frey (P : FreyPackage) :
415-
IsSimpleModule (ZMod P.p) (P.FreyCurve.mod_p_Galois_representation P.p Qbar).asModule := sorry
415+
IsSimpleModule (ZMod P.p) (P.FreyCurve.torsionGaloisRepresentation P.p Qbar).asModule := sorry
416416

417417
/-!
418418
@@ -422,7 +422,7 @@ But it follows from a profound theorem of Ribet, and the even more profound theo
422422
-/
423423

424424
theorem Wiles_Frey (P : FreyPackage) :
425-
¬ IsSimpleModule (ZMod P.p) (P.FreyCurve.mod_p_Galois_representation P.p Qbar).asModule := sorry
425+
¬ IsSimpleModule (ZMod P.p) (P.FreyCurve.torsionGaloisRepresentation P.p Qbar).asModule := sorry
426426

427427
/-!
428428

0 commit comments

Comments
 (0)