5

Suppose $V$ is a vector space over a field $F$. Let $v \in V\setminus \{0\}$ and $\lambda \in F$. Does $\lambda v= 0$ imply $\lambda = 0$?

yammatack
  • 130

1 Answers1

17

Of course, if $\lambda \ne 0$ then exist $\lambda ^{-1}$ so $$v = \lambda ^{-1}\cdot (\lambda v) = \lambda ^{-1}(0) =0$$ A contradiction, so $\lambda =0$.

nonuser
  • 90,026
  • 5
  • 1
    I did not downvote, but needing to resort to proof by contradiction feels slightly clumsy to me. It seems like this should have an intuitively "obvious" proof based on the fundamental properties of vector spaces. Scalars only scale vectors up or down, so of course you can't scale a vector into the zero vector unless you multiply it by zero. Yours is a perfectly valid proof, of course, it just feels a bit algebraic (i.e. "just blindly shuffle the symbols around until you get the result you want") for such a basic identity. – Kevin Mar 30 '18 at 23:12
  • 3
    @Kevin, I'm not sure a constructive proof is possible, and even if it is, I suspect it would be far more complicated and hard to follow. I also note that your verbal explanation has the same form as a proof by contradiction - the giveaway being the word "unless". :-) – Harry Johnston Mar 31 '18 at 01:43
  • If anyone has a constructive proof, please post it! – yammatack Mar 31 '18 at 02:03