Key Concepts:
Logical Statements:
A statement is a sentence that is either true or false but not both.Truth Values:
A statement can be either: \[ \text{True (T)} \quad \text{or} \quad \text{False (F)} \]Logical Connectives:
Example:
If the statement "If it is raining, then the ground is wet" (\(A \Rightarrow B\)) is true, then the contrapositive "If the ground is not wet, then it is not raining" (\(\neg B \Rightarrow \neg A\)) must also be true.Example:
If "If it is raining, then the ground is wet" (\(A \Rightarrow B\)) is true, then "If the ground is not wet, then it is not raining" (\(\neg B \Rightarrow \neg A\)) must also be true.Examples:
Example 1: Determine the truth value of the following statement:
"If 2 is an even number, then 3 is an odd number."Solution:
The statement can be written as: \[ P \Rightarrow Q, \quad \text{where } P: \text{"2 is even"} \text{ and } Q: \text{"3 is odd"}. \] Since both \(P\) and \(Q\) are true, the implication is **true**.Example 2: Determine the truth value of the following compound statement:
"It is raining and it is sunny."Solution:
The statement is of the form \(P \land Q\). If it is raining (\(P\) is true) but it is not sunny (\(Q\) is false), then: \[ P \land Q = F. \] Thus, the statement is **false**.Example 2: Contrapositive of a Statement
Consider the statement: "If a number is divisible by 6, then it is divisible by 2."Solution:
This can be written as an implication: \[ A \Rightarrow B, \quad \text{where } A: \text{"A number is divisible by 6"} \text{ and } B: \text{"The number is divisible by 2"}. \] The contrapositive of this statement is: \[ \neg B \Rightarrow \neg A, \quad \text{"If a number is not divisible by 2, then it is not divisible by 6."} \] Since this contrapositive is logically equivalent to the original statement, it must also be **true**.