I'm reading Exner's: Logic in Elementary Mathematics and trying to understand the modus ponens. When we have:
$$\cfrac{P, P\to Q}{Q}$$
And we can prove $P$ and $P\to Q$ is true, then $Q$ is true. I am trying to apply it to an exercise in Lang's Linear Algebra:
For $c\neq0$, if $cV=0$ then $V=0$. ($c$ is a number and $V$ is a vector).
Now I guess that I have:
$$\stackrel{\neq 0}{c}V=0 \to V=0$$
I believe I quite understand the meaning of proving $P\to Q$ in this case. But what is the meaning of proving that $P$ is true? That is: I have to prove that $\stackrel{\neq 0}{c}V=0$ but after all, it can be zero if $V=0$ and not zero if $V\neq 0$. Perhaps I have articulated it wrong? Or proving $P$ means finding a $V$ such that the proposition is true?
Notice that I am asking how to apply the modus ponens to this situation. I know how to prove the proposition "without" the modus ponens.