I need to prove that for every Vector Space this is valid: $$ -v = (-1)*v $$
-v = inverse element of addition
-1 a real number
$*$ the multiplication by real number of the Vector Space
My teacher said that $-v$ is just a notation for the inverse element of addition. I'd like to prove that $-v = (-1)*v$.
So I came up with the following solution and I'd like to know if it's correct: \begin{align} v + (-1)*v = u \\ (1)*v + (-1)*v = u \\ (1-1)*v = u \\ 0*v = u \\ o = u\\ \end{align}
Since $v + -v = o$
$v + (-1)*v = o = v + -v$ adding -v to both sides v + (-1)*v -v = v + -v + -v o + (-1)*v = o + -v (-1)*v = -v
Did I commit any mistakes? Did I make any assumptions that may not be valid for EVERY Vector Space?
Edit: As S. Sheng said I have not proved that (0)*v = o. I'll try to prove that and come back later with a proof of that. I also haven't proved that (1)*v = v Oh my... I'm starting to think this is beyond my abilities..