Skip to content

Commit

Permalink
Comment out unfinished proof in Frobenius2.lean
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Jun 23, 2024
1 parent 39a3620 commit ca08f2e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions FLT/for_mathlib/Frobenius2.lean
Original file line number Diff line number Diff line change
Expand Up @@ -342,11 +342,11 @@ lemma Frob_Q_eq_pow_card (x : B) : Frob A Q isGalois P x - x^(Fintype.card (A⧸
change (Frob A Q isGalois P) • x - _ ∈ _
rw [← smul_sub]
nth_rw 3 [ ← fact3]
suffices (x - y A Q ^ n) ∈ Q by
exact?
rw [smul_mem_smul]
simp
skip
-- suffices (x - y A Q ^ n) ∈ Q by
-- exact?
-- rw [smul_mem_smul]
-- simp
-- skip
sorry

/- maths proof:
Expand Down

0 comments on commit ca08f2e

Please sign in to comment.