geft said:
I meant for the brackets to show that it's closed under R.
No, you don't need any brackets there.
But btw, what do you mean by "closed under R"? I've heard of something being "closed under addition", or scalar multiplication, or blah blah blah. But to tell the truth, I haven't heard of anything that's "closed under R".
Oh wow, it's finally making sense. For all f, g under R: (do we have to declare vectors such as x as well?)
(f+g)(x) = f(x) + g(x)
Let x=0, (f+g)(0) = 0
f(0) + g(0) = 1 + 1 = 2 (not closed under addition)
Note that: Vector is an element of a Vector Space. So x is not a vector, instead, x is a variable of a function.
Say sin(x), sin is a function, and x is just a variable.
Well, let f be a function defined as follow:
\begin{align*}f : X & \rightarrow Y \\<br />
x &\mapsto y = f(x) \end{align*}
A variable x can be any value of the domain X. And for every value x = x
0 of the domain, there's one and only one (unique) value y
0 in the co-domain Y, such that: y
0 = f(x
0). And we say that f maps x
0 to y
0.
Example: The function g(x) = x
2 maps 2 to 2
2 = 4; maps 3 to 9, maps 10 to 100, and so on...
---------------------
And as I told you before, let's say you have 2 functions f, and g, defined as:
\begin{align*}f : \mathbb{R} & \rightarrow \mathbb{R} \\<br />
x &\mapsto f(x) \end{align*}
And
\begin{align*}g : \mathbb{R} & \rightarrow \mathbb{R} \\<br />
x &\mapsto g(x) \end{align*}
The function f + g, also call the sum of f and g is defined as:
\begin{align*}f + g : \mathbb{R} & \rightarrow \mathbb{R} \\<br />
x &\mapsto f(x) + g(x) \end{align*}
What is the form of the vector space in this case? I only know it touches (0,1), and as f(0) + g(0) = 2, which intersects (0,2), the line is outside the vector space V.
V in this case is not a vector space.
Assuming f and g are simple linear functions, how is (f+g) shaped? Is it possible to visualize vector spaces?
Well, (f + g)(x) = f(x) + g(x).
Say f(x) = 2x + 1; and g(x) = 5x + 3.
So, the sum of 2 functions is: (f + g)(x) = f(x) + g(x) = (2x + 1) + (5x + 3) = 7x + 4.
-------------------------------------
You know http://en.wikipedia.org/wiki/Euclidean_vector" right? Every Euclidean Vector is determined by a fix initial point, a direction, and a magnitude. We can add 2 Euclidean Vectors, and can also multiply them by a real constant (scalar).
The Vectors (elements) of Vector Space is just the generalization of Euclidean Vectors. We grab some of its (most basic) properties (the 10 axioms), and defined every set with 2 binary operations (the sum of 2 elements in it, and scalar multiplication). And say if that set, along with 2 binary operations previously defined satisfy 10 axioms, then the set is a Vector Space, and its element is called Vector.
Vector Space is hard to visualize, but that's how I understand it.
I'm not sure of the proper usage of '{}' and ';'. And since 0 is 'excluded', why is it a 'union'? Shouldn't it be an 'intercept' and the sets compliments?
{..} are often used to defined sets, and sometimes to group (like (...), and [...]).
Eg: {[(2 + 3) * 5] + 9} * 7
You should do some more readings though: http://en.wikipedia.org/wiki/Interval_(mathematics)"
(-\infty; 0) \cup (0; + \infty)
is the union of x < 0, and x > 0, hence 0 excluded.
-------------------------------------
You seem to have lack some basic maths concepts. I really think you should have a talk to your professor, and ask him to recommend you some good books to cover your missing knowledge. Since English is not my Mother Tough, recommending books (that is readable for you) is well beyond my ability. :(
Wikipedia is good, but it's not best. It's just a place to have some reference, not to learn. And, honestly, I prefer reading books than keeping my eyes stick to the computer screen to read wiki. :)
-------------------------------------
If you find everything a little bit clearer. Then let's try the second part. Which axioms are not satisfied?
(I'm very sorry, if there's any misspells in my post. Gotta get some sleep now.. =.=")