Compound Statement P -> Q: If it rains, then the floor is wet
Warning
If it doesn’t rain, then the floor can be either wet or no wet
The floor MUST be wet if it rains
Logically Equivalent to ~P OR Q
true -> false is false, false -> true/false is true
P
Q
P → Q
~P OR Q
0
0
1
1
0
1
1
1
1
0
0
0
1
1
1
1
Terminologies
Hypothesis/Antecedent
After if
Conclusion/Consequent
After then
Vacuously True
True by default
When the “if” part of an if-then statement is false, then statement as a whole is said to be true regardless of whether the conclusion is true of false