I'm currentlly doing a course in abstract algebra and I often have to prove a map is surjective or injective. It's always done the same way, we take $f(a)=f(b)$ and deduce $a=b$, or we show that for every $y$ in the range there is an element x in the domain such that $f(x)=y$. I was wondering if there are alternative ways we can use to prove a map is injective/surjective?
2026-03-27 05:37:52.1774589872
How to check if a function is injective and surjective
809 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Suppose that $X,Y,Z$ are sets and $f: \ X \to Y$ and $g : \ Y \to Z$ are functions. We have the following implications: if $g \circ f$ is a surjection, then $g$ is surjection. If $g \circ f$ is an injection, then $f$ is an injection. I encourage you to prove this lemma yourself if you haven't seen it before.