For context, I want to make it clear that I am learning introductory linear algebra, so please strive to use mathematical language that is appropriate.
When proving that a set, $V$, over a field, $F$, is a vector space, two different methods are used:
- Prove that the following 8 conditions hold:
(VS 1) For all $x$, $y$ in $V$, $x + y = y + x$ (commutativity of addition).
(VS 2) For all $x, y, z$ in $V, (x + y) + z = x + (y + z)$ (associativity of addition).
(VS 3) There exists an element in $V$ denoted by $0$ such that $x + 0 = x$ for each $x$ in $V$.
(VS 4) For each element $x$ in $V$ there exists an clement $y$ in $V$ such that $x + y = 0$.
(VS 5) For each clement $x$ in $V$, $1x = x$.
(VS 6) For each pair of elements $a$, $b$ in $F$ and each element $x$ in $V$, $(ab)x-a(bx)$.
(VS 7) For each clement $a$ in $F$ and each pair of elements $x$, $y$ in $V$, $a(x + y)$ = $ax + ay$.
(VS 8) For each pair of elements $o$, $b$ in $F$ and each clement $x$ in $V$, $(a + b)x$ = $ax + bx$.
- Prove that the set contains the $0$ vector and that the set is closed under addition and scalar multiplication:
$f(0) = 0$
$f(t) + g(t) = (f + g)(t)$
$(c)[f(t)] = (cf)(t)$
When I see people proving that a set over a field is a vector space, I usually see them prove 2 rather than 1. Initially, it seems that this is not a valid proof, since 2 is less comprehensive than 1; however, I wonder if 2 actually is a comprehensive and valid way to prove a set is a vector space? In other words, is 2 equivalent to 1 but simply shorter? As such, would it be equivalent and more efficient to simply prove 2 rather than 1?
I would greatly appreciate it if someone could please take the time to clarify this concept.
EDIT:
I just noticed that, if $(c)[f(t)] = (cf)t$ and $0 \in F$, then it must also automatically be true that $f(0) = 0$ and, therefore, $0 \in$ the set.