Skip to content

Commit

Permalink
Update Finite.lean
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanyi-350 committed Oct 27, 2024
1 parent 2893cf6 commit ab44c10
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Others/Finite.lean
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,8 @@ instance Ideal.Quotient.finite_of_module_finite_int_of_isMaxiaml
Function.not_injective_iff.mp hzr
have t0 : (algebraMap ℤ (R ⧸ p)) (x - y) = 0 := by
show (algebraMap R (R ⧸ p)) ((algebraMap ℤ R) (x - y)) = 0
have : (algebraMap ℤ R) (x - y) = (algebraMap ℤ R) x - (algebraMap ℤ R) y :=
algebraMap.coe_sub x y
rw [this, eq]
rw [RingHom.map_sub (algebraMap ℤ R) x y, eq]
simp only [algebraMap_eq, algebraMap_int_eq, eq_intCast, sub_self, map_zero]
have : Module.Finite ℤ (R ⧸ p) := Module.Finite.quotient ℤ p
have : Algebra (ℤ ⧸ RingHom.ker (algebraMap ℤ (R ⧸ p))) (R ⧸ p) :=
(RingHom.kerLift <| algebraMap ℤ <| R ⧸ p).toAlgebra
have : Module.Finite (ℤ ⧸ RingHom.ker (algebraMap ℤ (R ⧸ p))) (R ⧸ p) := by
Expand Down

0 comments on commit ab44c10

Please sign in to comment.