We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6568acd commit 3b9fc57Copy full SHA for 3b9fc57
1 file changed
Mathlib/RingTheory/IntegralClosure/IsIntegralClosure/Basic.lean
@@ -599,6 +599,9 @@ theorem isIntegral_quotientMap_iff {I : Ideal S} :
599
refine this ▸ RingHom.IsIntegral.trans g (Ideal.quotientMap I f le_rfl) ?_ h
600
exact g.isIntegral_of_surjective Ideal.Quotient.mk_surjective
601
602
+theorem RingHom.IsIntegral.kerLift {f : S →+* T} (hf : f.IsIntegral) : f.kerLift.IsIntegral :=
603
+ RingHom.IsIntegral.tower_top (Ideal.Quotient.mk (RingHom.ker f)) f.kerLift hf
604
+
605
theorem RingHom.IsIntegral.isLocalHom {f : R →+* S} (hf : f.IsIntegral)
606
(inj : Function.Injective f) : IsLocalHom f where
607
map_nonunit a ha := by
0 commit comments