What Mathematical Reasoning Is About
Mathematical reasoning teaches us how to build valid arguments. We learn to distinguish between statements that can be proved true or false, how to combine them using connectives (and, or, if-then), and how to construct proofs. This chapter is about the logic behind mathematics.
For CBSE Class 11, this chapter carries 2-3 marks in boards. In JEE Main, it occasionally appears as a quick 1-mark question. The questions are largely conceptual — no heavy calculations, just clear logical thinking.
graph TD
A[Need to prove P?] --> B{Which method?}
B -->|Assume P is true, derive| C[Direct Proof]
B -->|Assume NOT P, get contradiction| D[Proof by Contradiction]
B -->|Prove NOT Q implies NOT P| E[Contrapositive]
B -->|Try specific examples| F[Counterexample to disprove]
B -->|Prove for n=1, n=k implies n=k+1| G[Mathematical Induction]
C --> H[Logical chain of implications]
D --> I[Contradiction found → P must be true]
E --> J[Equivalent to proving P → Q]
F --> K[One example enough to disprove]
Key Terms & Definitions
Statement (Proposition) — A sentence that is either true or false, but not both. “5 is prime” is a statement. “Is 5 prime?” is not (it’s a question).
Negation — The opposite of a statement. If is “It is raining”, then is “It is not raining”.
Compound Statement — Formed by combining simple statements using connectives.
Connectives:
- AND (Conjunction, ): is true only when both and are true.
- OR (Disjunction, ): is true when at least one is true.
- IF-THEN (Implication, ): is false only when is true and is false.
- IF AND ONLY IF (Biconditional, ): True when both have the same truth value.
Contrapositive — Of is . They are logically equivalent.
Converse — Of is . NOT logically equivalent to the original.
Truth Tables
| T | T | T | T | T | T |
| T | F | F | T | F | F |
| F | T | F | T | T | F |
| F | F | F | F | T | T |
The implication is tricky: it’s false ONLY when is true and is false. If is false, the implication is true regardless of . This is called “vacuous truth” — a promise you never had to keep because the condition was never met.
Types of Proofs
Direct Proof
Start with known truths and use logical steps to reach the conclusion.
Example: Prove that the sum of two even numbers is even.
Let and . Then , which is even.
Proof by Contradiction
Assume the negation of what you want to prove. Show this leads to a contradiction.
Example: Prove is irrational.
Assume (fully reduced). Then , so . This means is even, so is even. Let . Then , so , making even too. But and can’t both be even (we said the fraction was fully reduced). Contradiction. So is irrational.
Proof by Contrapositive
To prove , prove instead.
Example: Prove “if is even, then is even.”
Contrapositive: “if is odd, then is odd.” If , then , which is odd. Done.
Counterexample
To disprove a universal statement, one counterexample suffices.
Example: “All prime numbers are odd” — counterexample: 2 is prime and even.
Solved Examples — Easy to Hard
Example 1 (Easy — CBSE)
Identify whether these are statements: (a) “2 + 3 = 6” (b) “Close the door” (c) “Every rectangle is a square”
(a) Statement — it’s false, but it’s declarative. (b) Not a statement — it’s a command. (c) Statement — it’s false (counterexample: a 4x6 rectangle is not a square).
Example 2 (Medium — CBSE)
Write the negation of “For every real number , .”
Negation: “There exists a real number such that .”
Note how “for every” becomes “there exists” and "" becomes "" in the negation.
Example 3 (Medium — JEE Main)
Find the contrapositive and converse of “If a triangle is equilateral, then it is isosceles.”
Contrapositive: “If a triangle is not isosceles, then it is not equilateral.” (True)
Converse: “If a triangle is isosceles, then it is equilateral.” (False — a triangle with sides 5, 5, 3 is isosceles but not equilateral)
Example 4 (Hard — JEE Main)
Determine the truth value of: “If , then .”
: "" is FALSE. : "" is FALSE.
: When is false, the implication is true regardless of . So this is TRUE.
Exam-Specific Tips
CBSE Class 11: 2-3 marks. Questions on identifying statements, writing negations, truth values of compound statements, and stating the contrapositive. Know the difference between converse and contrapositive — this is asked frequently.
JEE Main: Rarely more than 1 question. Usually about truth values or identifying valid logical equivalences. Quick to solve if you know the truth table rules.
Common Mistakes to Avoid
Mistake 1 — Confusing converse with contrapositive. Converse of is (not equivalent). Contrapositive is (equivalent). Many students mix these up.
Mistake 2 — Thinking “or” means “one or the other but not both.” In maths, “or” is inclusive — is true when both are true. Exclusive or is different and rarely used in this chapter.
Mistake 3 — Wrong negation of quantified statements. The negation of “for all , ” is “there exists such that ” — not “for all , ”.
Mistake 4 — Assuming a false hypothesis means the conclusion is false. In , if is false, the implication is TRUE no matter what is. Students often mark it as false.
Mistake 5 — Not recognizing open sentences. "" is NOT a statement because its truth depends on the value of . It’s an open sentence. It becomes a statement when is specified.
Practice Questions
Q1. Is “Every integer is a rational number” a statement? What is its truth value?
Yes, it’s a statement. True — every integer can be written as .
Q2. Write the negation of “There exists a number such that in real numbers.”
“For every real number , .” (This negation is true.)
Q3. Find the truth value of when is true and is false.
. . .
Q4. State the contrapositive: “If is divisible by 6, then is divisible by 2.”
“If is not divisible by 2, then is not divisible by 6.”
Q5. Disprove: “For all positive integers , is prime.”
Try : . Not prime. Disproved.
Q6. Using truth table, verify (De Morgan’s Law).
Check all four combinations: TT → F vs F∨F=F. TF → T vs F∨T=T. FT → T vs T∨F=T. FF → T vs T∨T=T. All match. Verified.
Q7. Is the following valid? “If it rains, the match is cancelled. The match is not cancelled. Therefore, it did not rain.”
Yes. This is the contrapositive in action: and together imply . This is called modus tollens.
Q8. Write the negation of "" in terms of and .
. The implication is false only when is true and is false.
Mathematical Induction — The Bridge from Pattern to Proof
Mathematical induction is the formal method for proving statements about all natural numbers. It connects to this chapter because induction IS mathematical reasoning in action.
The Two Steps of Induction
Prove the statement is true for (or the starting value).
Assume the statement is true for (the inductive hypothesis). Then prove it must be true for .
If both steps succeed, the statement is true for all natural numbers. Think of it as a chain of dominoes — the base case knocks over the first, and the inductive step ensures each domino knocks over the next.
Worked Example — Induction
Prove that for all .
Base case: : LHS . RHS . True.
Inductive step: Assume true for : .
Now prove for :
This is exactly — the formula with . Proved.
The negation of AND is OR (with negated components), and vice versa. These are essential for writing negations of compound statements correctly.
CBSE Class 11 boards often ask: “Write the negation of the compound statement: It is raining AND it is cold.” Using De Morgan’s Law: “It is NOT raining OR it is NOT cold.” Students who don’t know De Morgan’s Law write “It is NOT raining AND it is NOT cold” — which is the negation of the OR, not the AND.
Q9. Prove by mathematical induction that is even for all .
Base case: : (even). True.
Inductive step: Assume is even. Then .
By hypothesis, is even. is always even. Sum of two even numbers is even. Proved.
Alternatively, , which is the product of two consecutive integers — one of them is always even, making the product even.
Q10. Determine the truth value of: ” if and only if .”
: "" is TRUE. : "" is FALSE.
is true only when both have the same truth value. Here is true and is false, so is FALSE.
FAQs
What is the difference between a statement and a sentence?
All statements are sentences, but not all sentences are statements. Commands (“shut the door”), questions (“is it raining?”), and exclamations (“wow!”) are sentences but not statements. A statement must be declarative and have a definite truth value.
Why is implication true when the hypothesis is false?
Think of it as a promise: “If it rains, I’ll bring an umbrella.” If it doesn’t rain, the promise isn’t broken regardless of whether I bring an umbrella. The implication is only falsified when the hypothesis holds but the conclusion doesn’t.
What is a tautology?
A compound statement that is true for ALL possible truth values of its components. Example: is always true.
What is a contradiction?
A compound statement that is false for ALL truth values. Example: is always false.
How many rows does a truth table need for variables?
rows. For 2 variables: 4 rows. For 3 variables: 8 rows.