Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
erdOne committed Dec 1, 2023
1 parent 1e29e45 commit 5ff452b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FltRegular/CaseII/Statement.lean
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ lemma not_exists_Int_solution {p : ℕ} [hpri : Fact (Nat.Prime p)] (hreg : IsRe
ℚ (B := (CyclotomicField ⟨p, hpri.out.pos⟩ ℚ)) (Set.mem_singleton (⟨p, hpri.out.pos⟩ : ℕ+))
have hodd' : (⟨p, hpri.out.pos⟩ : ℕ+) ≠ (2 : ℕ+) := by
rwa [← PNat.coe_injective.ne_iff]
have := λ n ↦ zeta_sub_one_dvd_Int_iff (K := CyclotomicField ⟨p, hpri.out.pos⟩ ℚ) hζ hodd' (n := n)
have := fun n ↦ zeta_sub_one_dvd_Int_iff (K := CyclotomicField ⟨p, hpri.out.pos⟩ ℚ) hζ (n := n)
simp only [PNat.mk_coe] at this
simp_rw [← this]
rintro ⟨x, y, z, hy, hz, hz', e⟩
Expand Down

0 comments on commit 5ff452b

Please sign in to comment.