Statement
For each sentence, decide whether it is an atomic statement, a compound statement, or not a statement.
- The number is even.
- Close the door!
- If it rains, then I take the umbrella.
- is odd and is a prime number.
- .
- This sentence is false.
Solution
- Atomic statement: it expresses a single idea that is true or false (here it is true).
- Not a statement: it is a command, with no truth value.
- Compound statement: it uses the connective if… then (implication).
- Compound statement: it uses the connective and (conjunction); it is false because is not prime.
- Not a statement: it contains the free variable ; it becomes a statement only by assigning a value to .
- Not a statement: it is self-referential (the liar paradox), so it can be neither true nor false.