I'm having a hard time determining if the following subset is a subspace or not:
To be a subspace, it has to be closed under addition AND scalar multiplication.
The set of all even functions: f(-x) = f(x). The book says that it is indeed a subspace, but I'm not convinced. It IS closed under addition, but the scalar multiplication I came up with looks like this:
c = -1, f(x) = x^2, x = 1
c * f(-x) = (-1) * (-1)^2 = (-1) * 1 = -1, therefore, c * f(-x) = - f (x). Is that right?
Or does the negative in front of the function NOT matter? I hope someone can follow what I'm trying to type. Thanks.