Skip to content

Commit 3d55b14

Browse files
authored
Add files via upload
1 parent 73d5105 commit 3d55b14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FLT/Frobenius--CW3.lean

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ instance MapPrimestoPrimes (σ : L ≃ₐ[K] L) (Q : Ideal' A K L B) [Ideal.IsPr
228228
end CRTRepresentative.auxiliary
229229

230230
-- The following lemma supplies another hypothesis of the CRT.
231-
lemma CoprimeIdealsNonEqualPrime (I J : Ideal' A K L B) [Imax : Ideal.IsMaximal I]
231+
lemma coprime_ideals_non_equal_prime (I J : Ideal' A K L B) [Imax : Ideal.IsMaximal I]
232232
[Jmax : Ideal.IsMaximal J] (h : I ≠ J) : IsCoprime I J := by
233233
rwa [Ideal.isCoprime_iff_sup_eq, Ideal.IsMaximal.coprime_of_ne Imax Jmax]
234234

@@ -969,7 +969,7 @@ where `q` is the number of elements in the residue field `(A ⧸ P)`,
969969
theorem exists_frobenius :
970970
∃ σ : L ≃ₐ[K] L,
971971
(σ ∈ decomposition_subgroup_Ideal' Q ) ∧
972-
(∀ γ : B, ((γ ^ q) - (galRestrict A K L B Frob) γ) ∈ Q) :=
972+
(∀ γ : B, ((γ ^ q) - (galRestrict A K L B σ) γ) ∈ Q) :=
973973
⟨Frob, Frob_is_in_decompositionSubgroup P Q_ne_bot, fun γ => for_all_gamma P Q_ne_bot γ⟩
974974

975975
end FiniteFrobeniusDef

0 commit comments

Comments
 (0)