How do you prove questions of the form: Show that $A\to \text{ B or C or D}$?
For example, suppose the question was:
$$\text{(x = 10) $\to$($x+1 = 11$) or ($x+2 = 4$) or ($x-1 = 8$)}$$
I don't know how to prove "or"
In "or", only one of the things after the arrow have to be True.
What I think:
Suppose x = 10
Show $x+1 = 11$
Show $x+2 \neq 4$
Show $x-1 \neq 8$
$\therefore$ since one of the $or$ statements in true, the implication is proven.
Is this how it's done?
It is equivalent to assume that $Q$ and $R$ are false and then prove the new theorem
You can see this by explicitly writing out the truth table for these quantities. You can also negate any two of the three $P,Q,R$ and add it to your premise to deduce the other. The intuitive reason this works is that any "or" statement is true so long as at least one of the components is true, so it doesn't hurt to assume that all but one is false.
To make the writing of the truth table easier, you can rewrite [$P$ or $Q$ or $R$] as [$P$ or ($Q$ or $R$)] and then adding [not ($Q$ or $R$)] to your assumptions. By de Morgan's law, [not ($Q$ or $R$)] $\leftrightarrow$ [(not $Q$) and (not $R$)].