2

I have three rings $A,B,C$ and ring homomorphisms $f: A \rightarrow B$ and $g: B \rightarrow C$, which are both surjective. Is it true that $C$ is isomorphic to $$ A / (\ker(f), \ker(g)) ? $$ If so how can I show this? Thanks!

Tom Mosher
  • 1,349
  • 8
  • 12

2 Answers2

2

Well, it's not quite true. $\ker(g)$ is not a subset of $A$, so you can't take the quotient. The ring $C$ will be isomorphic to $A/\ker(g\circ f)$.

1

Well, it can't be since $\ker(g)$ is an ideal in $B$, but not in $A$.

Hint: What is the kernel of $g\circ f$?

A.P.
  • 9,728