Austin Chang said:
I am sorry but I am not totally sure what this means and back to my original question does it mean this is a vector space since the function must have a degree ≠1 in order for it to satisfy the parameter ƒ'(0) = 0. Therefore addition exists because f+g will exist within this space because it does satisfy the parameter. So does commutativity, which correct me if I am wrong, really looks simple. And associativity does exists also because switching the parenthesis around does not change anything. I am actually unsure about what I am saying now. Does the zero vector exist? Does it matter for all x that f(x) must equal zero, I have thought up of a few examples that it would not exist such as f(x) = 0. Never mind 0v(x) = 0 and 0v'(x) = 0. So the zero vector does exists. There does exist an additive inverse because -f(x) will still evaluate to f'(0) = 0 and will still add to the zero vector. The scalar multiple of u will still follow the f'(0) = 0. Distributivity also works. The multiplicative identity also works. Sorry if I left a couple out. I am still confuse how we would go about saying these rules occur on the vector space. It seems to be working all right in my head, but I guess that's due to just accepting addition and multiplication as it is. Can you explain how I would go about proving each of these rules?
##f \in C^1(\mathbb{R})## is only short for "one time differentiable real function".
You said a vector space is a set. So the set here is ##S = \{f :\mathbb{R}\rightarrow \mathbb{R}\,\vert \,f \textrm{ is differentiable and } f'(0)=0\}##
Now we have to show, that ##S \neq \{\}##. Since obviously ##0 \in S## (the function that maps all real numbers to zero), this isn't an issue.
Then you have said, that there has to be an addition (within the set), that is a group (commutative, associative, inverse elements and ##0##).
You are right with your argumentation, although the word "degree" is misplaced here. ##x \mapsto \cos x## is also in ##S##.
Formally we would have to show, that if ##f,g \in S## then ##f+g\, , \,-f\, , \,0 \in S## as well and that they obey commutativity ##(f+g=g+f)## and associativity ##(f+(g+h)=(f+g)+h)##. Remember that ##f+g## is defined by ##f+g : x \mapsto f(x)+g(x)##, so e.g. commutativity means ##(f+g)(x)=f(x)+g(x)=g(x)+f(x)=(g+f)(x)## for all ##x \in \mathbb{R}##. It is not really difficult as you've noticed, rather the duty to write it down. In books one usually reads "left to the reader", "obviously" or similar expressions. The only point is perhaps to explicitly mention ##(f+g)'(0)=f'(0)+g'(0)=0+0=0## and likewise with ##-f## and ##0##.
Next you said, that scalar multiplication is allowed in ##S##. This means multiples of real numbers ##c## and functions ##f \in S##.
So the same procedure as above. ##c\cdot f : x \mapsto c\cdot f(x)## is the definition of this multiplication by (real) scalars, and ##(c\cdot f)'(0)=c \cdot f'(0) = c \cdot 0 = 0## is the formal proof, that ##c \cdot f \in S##.
Of course to be completely rigorous, one also has to show that ##f+g## and ##c\cdot f## are also differentiable.
Now we have shown, that ##S## is actually a vector space, because it has the properties required (see your post #3).
As a remark: If we'd define ##S_1 := \{f :\mathbb{R}\rightarrow \mathbb{R}\,\vert \,f \textrm{ is differentiable and } f'(0)=1\}##, then this would be no vector space.