Remember that the "circle operator" is a point-wise application of $g$ to the results of $f$. Answer the following questions and state reasons for your answer:
a) Suppose $g$ is injective. Must $f$ therefore be injective as well? -Yes/No -Reason?
B) Suppose $f$ is injective. Must $g$ therefore be injective as well? -Yes/no -Reason?
**I am really struggling to understand this. If you could please explain the reasoning behind the answer in a way that makes it easy to understand, I will really appreciate the help! (Not that I don't already)
Let me answer (A) and leave (B) for you to think about: Suppose $f\circ g$ and $g$ are injective, the question is whether $f$ is injective. So suppose $x,y\in B$ such that $f(x) = f(y)$, can you conclude that $x=y$?
Well, if $x=g(a), y=g(b)$ for some $a,b\in A$, then $$ f(g(a)) = f(g(b)) $$ and since $f\circ g$ is injective, you could conclude that $a=b$ and so $x=y$.
Unfortunately, there is no guaranteeing that such an $a$ or $b$ may exist.
And this insight allows you construct a counterexample:
Choose the domain of $f$ to be larger than the range of $g$, and define $f$ specifically so that it is not injective on the complement of the range of $g$.
For instance, take $$ A = \{1\}, B = \{1,2,3\}, C = \{0,1\} $$ Define $g:A\to B$ by $g(1) = 1$. Define $f:B\to C$ by $$ f(1) = 1, f(2) = f(3) = 0 $$ Now $g$ and $f\circ g$ are clearly injective, but $f$ is not.
Note that the earlier argument has actually proved something positive as well