I have a very silly doubt about proofs, I believe I know the correct way to do it but I want to confirm if it is indeed correct. Take as an example the following proposition:
$x$ is a linear combination of $\{x_i \}$ if $\{x_i\}\cup \{x\}$ is linearly dependent.
$\{x_i \}$ is a set of linearly independent vectors.
My guess Is that I have to perform the following steps:
- Assume "$x$ is a linear combination of $\{x_i \}$" is true;
- Check if "$\{x_i\}\cup \{x\}$ is linearly dependent" is true.
My question is: Do I have to check what happens if "$x$ is a linear combination of $\{x_i \}$" is false or that is irrelevant?
Your strategy is correct: assume the premise ("if $\ldots$") and try to prove the consequent ("then $\ldots$"). You don't have to check anything regarding when the premise is false.
To pick a simpler example: if you want to prove that "Every lion has claws" (i.e. "if x is a lion, then x has claws"), you don't need to worry about animals that aren't lions.