1. What is a Mathematical Statement?
A statement (or proposition) is a sentence that is either true or false, but not both simultaneously. Sentences that are ambiguous, interrogative (questions), exclamatory, or imperative (commands) are not mathematical statements.
- Example of a Statement: "The sum of the angles in a triangle is 180 degrees." (This is a true statement).
- Example of a Statement: "All prime numbers are odd." (This is a false statement, because 2 is a prime number).
- Not a Statement: "Mathematics is fun." (This is a subjective opinion).
- Not a Statement: "Where are you going?" (This is a question).
2. Truth Value
The truth value of a statement is its classification as either True (T) or False (F).
3. Simple and Compound Statements
- Simple Statement: A statement whose truth value does not depend on other statements.
- Compound Statement: A statement formed by combining two or more simple statements using logical connectives.
4. Basic Logical Connectives
A. Negation (NOT)
The negation of a statement denies the statement . It is denoted by (read as "not p"). If is true, then is false. If is false, then is true.
- Example: If : "New Delhi is the capital of India." (True), then : "New Delhi is not the capital of India." (False).
Truth Table for Negation:
| T | F |
| F | T |
B. Conjunction (AND)
A compound statement formed by connecting two simple statements and with the word "and" is called a conjunction. It is denoted by (read as "p and q"). The statement is true only if both and are true.
- Example: If : "The Earth is a planet." (True) and : "The Sun is a star." (True), then : "The Earth is a planet and the Sun is a star." is True.
Truth Table for Conjunction:
| T | T | T |
| T | F | F |
| F | T | F |
| F | F | F |
C. Disjunction (OR)
A compound statement formed by connecting two simple statements and with the word "or" is called a disjunction. It is denoted by (read as "p or q"). The statement is false only if both and are false. In all other cases, it is true. This is the inclusive OR.
- Example: If : "A square has four sides." (True) and : "A triangle has five sides." (False), then : "A square has four sides or a triangle has five sides." is True.
Truth Table for Disjunction:
| T | T | T |
| T | F | T |
| F | T | T |
| F | F | F |