I'm currently on my second semester of Abstract Algebra, and one thing that has bothered me recently is having to prove the range of an application (that we wish to prove is an epimorphism) is an algebra / ring / (any other common structure).
Suppose we have an algebraic structure of some type $R$, with $n$ operations that satisfy some axioms like associativity or commutativity, and possible identities. Does it not follow that if $S$ is a set with $n$ corresponding operations (not assuming that they satisfy the axioms or have corresponding identities), and that there exists some surjective application which preserves the operations $f:R \to S$ then $S$ is the same type of algebraic structure as $R$, the identities of $S$ are the images of the identities of $R$ and $f$ is an epimorphism?
For a specific algebraic structure: If $R$ is a ring, and $S$ is a set with two binary applications $\times: S \times S \to S$ and $+: S\times S \to S$ such that there exists a surjective application $f: R \to S$ with $f(x+y) = f(x)+f(y)$ and $f(xy) = f(x)f(y)$ then is it true that $S$ is a ring and $f$ is a ring epimorphism?