I just learned the definition of implication and have been considering a few problems.
Given $x$ is real, prove $x = 1 \Rightarrow x = 2$. Either $x = 1$ or $x \neq 1$. If $x=1$, then the implication is false, and if $x \neq 1$ is true, then the implication is true. Since we don't know the value of $x$, then this statement cannot be proved.
Also consider given $x$ is real, prove it is false that $x \ge 0 \implies \text{abs}(x) > 0$. Textbook answers usually go: when x is $0$, $\text{abs}(x)$ is $0$ and therefore the statement is wrong.
But isn't this the proof of the NEGATION of the UNIVERSAL statement (for all real $x$, if $x\le 0$, then $\text{abs}(x) > 0$) by proving there exists a value of $x$ (i.e. 0) such that $\text{abs}(x)$ is not greater than $0$?
To prove this statement false, we need to prove $x \ge 0$ AND $\text{abs}(x) \le 0$. But we don't know the value of $x$, so rigorously speaking, we cannot prove this, right?
Maybe there is some sort of convention regarding this question?
However,
suppose now the question is instead if $x > 0$, prove $\text{abs}(x) >0$. In this scenario, to me, it is clear that it is the question about this SPECIFIC value of x that we do not know that is being asked (it just sounds right, and you often see problems start with an unknow e.g. the possibility of something is p...), even though the universal statement about all $x$ implies this and is probably most people would use to deduce this statement.
So it seems like there is some convention regarding proving the falsehood of such a statement, but not for the truth?