Im reading Axler's Linear Algebra Done Right. In an exercise, he ask to prove that $$a\in F,v\in V,av=0 \implies a=0 \lor v=0 $$ where $V$ is a vector space over the field $F$. I've proved it this way:
First assume $av=0$. In order to prove that $a=0$, assume $v\neq 0$, then we have $(a+0)v=av+0v=0$. From here we conclude that $0v=-av$, and thus $a=0$. Now assume $a\neq 0$ to prove that $v=0$. We have $a(v+0)=av+a0=0$ and thus $v$ must be $0$
Is this proof correct?. I mean, can I assume $v\neq 0$ and $a\neq 0$ being $a$ and $v$ in the consequent?