- $$x=p \:\:\text{or}\:\:q$$ is abbreviation for $$x=p \quad\text{or}\quad x=q.$$
- The statement $$P(x)\impliedby \big(R(x)\quad\text{or}\quad S(x)\big)$$ implicitly means that whenever either $R(x)$ or $S(x)$ is true for some value of $x,$ $P(x)$ is also true for the same value. Logically, this means $$\text{for each }x,\big(R(x){\implies} P(x)\big)\quad\textbf{and}\quad\text{for each }x,\big(S(x){\implies} P(x)\big).$$
So, to prove $$\color{red}{x+3}=\color{violet}{(x+1)^2}\impliedby x=-2\:\:\text{or}\:\:1\tag1$$ just means to argue this:
- for $x=-2,$ $$\color{red}{x+3}=1=\color{violet}{(x+1)^2};$$
- while for $x=1,$ $$\color{red}{x+3}=4=\color{violet}{(x+1)^2}.\tag2$$
$x+3=\color{red}{(x+1)^2} \color{blue}{\iff} x=-2\;\text{or}\;1\;$
$x = -2 \iff x \color{limegreen}{+3} = -2 \color{limegreen}{+3} \iff x + 3 = 1.$
OR $\quad x = 1 \iff x \color{limegreen}{+3} = 1 \color{limegreen}{+3} \iff x + 3 = 4.$ Then how to deduce $\color{red}{(x+1)^2}$?
- Replace the logically incorrect
or
with and
or but
or while
or somesuch.
- Are you just working in the reverse direction? Then display
⟸
instead of ⟺
. Not only is this less confusing for the reader, since you aren't paying attention to the forward direction you may inadvertantly assert false facts by displaying a stronger symbol than intended.
- Writing
x+3 = 1+3 = 4
instead of x+3 = 1+3 , x+3 = 4
makes it easier for both the reader and yourself.
Addendum corresponding to the OP's new comment and edit
Doubtless, I know that the RHS's roots satisfy the LHS!
What you're saying here is exactly what it means to prove LHS ⟸ RHS
: saying that the root $a$ satisfies the equation $x^3+7=11$ means that plugging in $x{=}a$ makes the equation true.
merely verifies the $\color{blue}\impliedby$ for merely 2 integers of $x$! We need to prove the $\color{blue}\impliedby \forall \, x.$
Let's make explicit the key point of the above answer: to prove $$\color{red}{x+3}=\color{violet}{(x+1)^2}\impliedby x=-2\:\:\text{or}\:\:1\tag1$$ means to argue that $$\text{for each }x,\big(x=-2{\implies} \color{red}{x+3}=\color{violet}{(x+1)^2}\big)\\\quad\textbf{and}\quad\text{for each }x,\big(x=1{\implies} \color{red}{x+3}=\color{violet}{(x+1)^2}\big).$$ In particular, say for $x{=7},$ we have $$\big(\text{False}{\implies} \text{False} \big)\\\quad\textbf{and}\quad\big(\text{False}{\implies} \text{False} \big),$$ that is, two true implications. So, statement $(1)$ is true for $-2$ and $1$ and trivially true for every other real number; that is, statement $\boldsymbol{(1)}$ is true for every real value of $\boldsymbol x.$ The word 'trivially' means that that portion of the proof is tacit; a succinct proof is more welcome than a tedious proof.
Hence our conclusion must express the red functions in terms of $x$!
Alright, then let's make explicit this line from above: $$\color{red}{x+3}=4=\color{violet}{(x+1)^2}.\tag2$$ This means $$\color{red}{x+3}=4\\\text{and}\quad\color{violet}{(x+1)^2}=4;\\\text{therefore}\quad \color{red}{x+3}=\color{violet}{(x+1)^2}.$$ We are allowed to read an equality from either side, due to the symmetric property of equality.
I don't understand your first sentence "Replace the logically incorrect or
with and
or but
or while
or somesuch."
I'm saying that there's a difference between asserting that statements $A$ and $B$ are true, and asserting that either statement $A$ or $B$ is true. In the former, both statements are true; in the latter it could be that $A$ is false while $B$ is true. (The former implies the latter, but not vice versa.) In our above proof, we do require that both statements be true.
To reiterate what I said before: (A or B) implies C
is logically equivalent to (A implies C) and (B implies C)
, not to (A implies C) or (B implies C)
.