Finitely generated ideals #
Lemmas about finiteness of ideal operations.
theorem
Ideal.fg_ker_comp
{R : Type u_3}
{S : Type u_4}
{A : Type u_5}
[CommRing R]
[CommRing S]
[CommRing A]
(f : R →+* S)
(g : S →+* A)
(hf : (RingHom.ker f).FG)
(hg : (RingHom.ker g).FG)
(hsur : Function.Surjective ⇑f)
:
(RingHom.ker (g.comp f)).FG