http://discrete.openmathbooks.org/dmoi3/sec_intro-statements.html
> Example 0.2.3. Decide which of the following statements are true and which are false. Briefly explain.
The below questions are not direct copy/pastes because I couldn’t get
that to work right. I could have messed up the quotations.
> 1. If 1 = 1, then most horses have 4 legs.
The “if” part and the “then” part are both true. So the statement is true.
> 2. If 0=1, then 1=1.
This is true. Because the “if” part is false, it doesn’t matter
whether the “then” part is true or false.
> 3. If 8 is a prime number, then the 7624th digit of π is an 8.
This is true for the same reason as the previous one. The “if” part is
false, so I don’t need to try to find out if the “then” part is true
or false.
> 4. If the 7624th digit of π is an 8, then 2+2=4.
This is true. The “then” part is true, so the whole thing is true
whether the “if” part is true or false.
In the solution, they use fancier words. I should get used to using
those words. They call the “if” part the *hypothesis* and the “then”
part the *conclusion*. Both parts put together are called an
*implication*. An *implication* is a kind of *statement* that has a
*hypothesis* and a *conclusion*.