I've run into a problem while trying to prove that $f(g(x))$ is even given $f$ & $g$ are even.
My ultimate goal is to find if the following is true: $(f \circ g)(x) = (f \circ g)(-x)$
Given $f$ is even --> $f(x) = f(-x)$
$(f \circ g)(x) = f(g(x)) = f(-g(x))$
$(f \circ g)(-x) = f(g(-x)) = \mathbf{f(-g(-x))}$ // this line dosent seem to be true but I can't explain why.
Given $f$ & $g$ are even, is the bolded part equal to $f(g(x))$?
Really what i'm trying to ask is whether $-g(-x) = g(x)$, given we know $g$ is even.
If so, how?