Mathematical Reasoning
"If it rains, the match is cancelled."
The match was cancelled. Did it rain?
Almost everyone says yes. But the statement never promised that rain is the only reason a match can be called off. A power failure, a pitch inspection, a strike: any of them cancels the match without a drop falling.
Now the other direction. It did not rain. Was the match played?
Again the answer is no information. Nothing was promised about what happens when it does not rain.
But this one is airtight: the match went ahead, therefore it did not rain. If it had rained, the match would have been cancelled, and it was not.
| Statement | Name | Says the same thing? |
|---|---|---|
| if then | the original | — |
| if then | converse | no |
| if not then not | inverse | no |
| if not then not | contrapositive | yes |
Four statements, and exactly one of the three relatives is equivalent to the original. It is the contrapositive — the one nobody reaches for first.
An implication is a one-way street. Reversing it gives a different claim, negating it gives a different claim, and only doing both at once gets you back to where you started.
Status. The NTA removed Mathematical Reasoning from the JEE Main syllabus in its 2024 revision, alongside Mathematical Induction. It is kept here because it still appears in older question banks and in several other entrance papers, and because it is short: an hour, not a week. If you are preparing only for JEE Main, read it once for the logic and spend your practice elsewhere.
1. Statements
Statement. A declarative sentence that is either true or false, but not both.
| Is a statement | Is not |
|---|---|
| " is prime" | "Close the door" (a command) |
| "" (false, but decidable) | "How old are you?" (a question) |
| "Every square is a rectangle" | "Mathematics is beautiful" (an opinion) |
| "" (depends on ) |
A false sentence is still a statement. What disqualifies a sentence is being undecidable, not being wrong.
The last row matters: an open sentence containing a free variable becomes a statement only once the variable is fixed or quantified.
2. Negation
The negation of , written , is true exactly when is false.
Trap. The negation of "all doors are open" is not "all doors are closed". It is "at least one door is not open", which is a far weaker claim and is what a single counterexample establishes.
3. Compound Statements: And, Or
Conjunction is true only when both parts are true.
Disjunction is true when at least one part is true, including when both are. This is the inclusive or, and it is always the mathematical meaning unless a question says otherwise.
Those are De Morgan's laws, and they are the same pair met for sets in the first chapter, with intersection replaced by and and union by or. Negating swaps the two connectives.
Illustration 1
Negate: "Ram is tall and Shyam is fair", and "the number is divisible by or by ".
Apply De Morgan and watch the connective flip.
"Ram is not tall or Shyam is not fair."
For the second, the negation of an or is an and.
"The number is not divisible by and not divisible by ."
Check the second against arithmetic. The original is true for , and ; the negation should be true exactly for numbers like , and , and it is. Had the negation kept the or, it would have been true for as well, since is not divisible by , and both statements would then be true at once, which negation forbids.
4. Implication
: "if then ", or equivalently " only if ".
That equivalence is the cleanest way to remember the truth table. An implication makes a promise only in the case where holds, so it is automatically true whenever is false.
| T | T | T |
| T | F | F |
| F | T | T |
| F | F | T |
Only one row is false, the one where the promise was made and broken.
The nested-circle picture is the whole of it. If sits inside , then being outside guarantees being outside — which is the contrapositive — while being inside says nothing about , which is why the converse fails.
Illustration 2
Negate "if it rains, then the match is cancelled".
The reflex is to negate both parts and keep the if, giving "if it does not rain, the match is not cancelled". That is the inverse, a different statement, not the negation.
Use the equivalence and apply De Morgan.
"It rained and the match was not cancelled."
That is exactly right in meaning: the only way to break a promise of the form "if it rains then the match is cancelled" is for it to rain and the match to go ahead. One row of the truth table, and one situation in the world.
Illustration 3
Verify that and have the same truth table.
Build both columns side by side; if every row matches, the two are equivalent.
| T | T | T | F | T |
| T | F | F | F | F |
| F | T | T | T | T |
| F | F | T | T | T |
The third and fifth columns agree in all four rows, so the two statements are equivalent.
This is worth more than a verification. It explains why an implication with a false antecedent is true: when is false, is true, so the disjunction is true regardless of . The apparently strange rule that "if then the moon is cheese" counts as a true statement is not a convention at all; it falls straight out of the equivalence.
5. Converse, Inverse, Contrapositive
| Name | Form | Equivalent to |
|---|---|---|
| Original | contrapositive | |
| Converse | inverse | |
| Inverse | converse | |
| Contrapositive | original |
The converse and inverse are equivalent to each other — being each other's contrapositive — and neither is equivalent to the original.
Illustration 4
For "if a number is divisible by , then it is even", write all three relatives and decide which are true.
Original: divisible by even. True.
Converse: even divisible by . False, and proves it.
Inverse: not divisible by not even. False, and proves it again, which is the point: converse and inverse are equivalent, so a single counterexample kills both.
Contrapositive: not even not divisible by . True, and necessarily so, since it says the same thing as the original.
When both an implication and its converse are true, the two statements are equivalent and the connective becomes "if and only if".
Illustration 5
Build the truth table for the biconditional , and confirm it is .
The biconditional claims the two statements stand or fall together.
| both | |||||
|---|---|---|---|---|---|
| T | T | T | T | T | T |
| T | F | F | T | F | F |
| F | T | T | F | F | F |
| F | F | T | T | T | T |
The last two columns agree, so "if and only if" really is the conjunction of an implication and its converse.
Notice the fourth row: both statements false makes the biconditional true, because they still agree. That surprises people, and it is the same feature as an implication being true when its antecedent is false.
In mathematical writing, "if and only if" is a promise that both directions have been checked. A definition is a biconditional; a theorem stating only one direction is not, and reading a one-way theorem as though it were a definition is how false converses enter proofs.
6. Truth Tables, Tautology and Contradiction
A truth table lists every combination of truth values. With simple statements there are rows, which is the independent-binary-choice count from the very first chapter.
| Term | Meaning |
|---|---|
| Tautology | true in every row |
| Contradiction | false in every row |
| Contingency | neither |
Illustration 6
Show that is a tautology, and that is a contradiction.
Build the table for the first, one column at a time.
| T | T | T | T |
| T | F | F | T |
| F | T | F | T |
| F | F | F | T |
True in all four rows, so it is a tautology. Read in words it is obvious: if both hold then certainly the first holds. Rows three and four are true for the other reason, that the antecedent is false and no promise was made.
For the second, and can never be true together, so the conjunction is false in both rows. A contradiction.
7. Quantifiers
| Symbol | Reading | Negation becomes |
|---|---|---|
| for all | there exists ... not | |
| there exists | for all ... not |
Negating a quantifier flips it. "All swans are white" is refuted by one black swan, not by every swan being black, which is why the negation is existential.
Illustration 7
Negate: "for every real , " and "there exists a prime that is even".
"There exists a real with ." This is false, as it should be, since the original is true.
"Every prime is odd." This is false too, since is prime and even, so the original was true.
Note how the burden of proof moves. Proving a for all statement needs an argument covering every case; disproving it needs one example. That asymmetry is why counterexamples are so much cheaper than proofs, and it is entirely a consequence of how negation treats quantifiers.
8. Validating Statements: Methods of Proof
| Method | Structure | Use when |
|---|---|---|
| Direct | assume , deduce | the implication is straightforward |
| Contrapositive | assume , deduce | the negations are easier to work with |
| Contradiction | assume , derive an absurdity | the statement asserts impossibility |
| Counterexample | one case where it fails | disproving a universal claim |
Illustration 8
Prove that if is even then is even.
Directly, you would have to deduce something about from a fact about , which is awkward: knowing tells you little about without a square root.
The contrapositive is far easier, and it is a complete proof because the two are equivalent.
Let .
That is odd, having the form . The contrapositive is proved, so the original is proved.
Choosing the contrapositive is not a weaker argument. It is the same statement, and it was available only because the four relatives were sorted out first.
Illustration 9
Prove that is irrational.
The claim asserts that something is impossible, which is the signature of a proof by contradiction.
Suppose in lowest terms, so and share no common factor.
That last step is Illustration 6, used as a lemma. Write .
So and are both even, contradicting "lowest terms". The assumption must fail, and is irrational.
Illustration 10
Decide whether "every odd number greater than is prime" is true.
A universal claim is disproved by a single case, so look for one before attempting any proof.
One counterexample settles it. False.
Notice how little work that took compared with what a proof would have needed. Before trying to prove any "for all" statement, spend thirty seconds looking for a counterexample: if the statement is false, you finish in one line, and if you fail to find one, you have usually learnt why it is true.
9. A Note on Syllabus Status
The NTA removed this unit from the JEE Main Mathematics syllabus in the 2024 revision, together with Mathematical Induction, as part of aligning the paper with the NCERT Class 11 and 12 courses.
| Where it still counts | Where it no longer does |
|---|---|
| older question banks and mock papers | JEE Main, from 2024 onward |
| several state and other entrance papers | |
| the reasoning behind every proof you will ever write |
Keep the chapter for the last row. Nothing here is examined in Main any more, but the distinction between an implication and its converse is the single most common error in mathematical writing, and the contrapositive is a working proof technique you will use in Calculus and Number Theory whether or not it is examined.
Summary
A statement is a declarative sentence that is definitely true or definitely false. Being false does not disqualify it; being undecidable does.
The negation of "all are" is "at least one is not", never "all are not".
De Morgan's laws swap and with or under negation, exactly as they swap intersection with union for sets.
An implication is equivalent to , so it is automatically true whenever is false. Only one row of its truth table is false.
The negation of an implication is not an implication: it is , the single case of a promise made and broken.
Of the three relatives, only the contrapositive is equivalent to the original. Converse and inverse are equivalent to each other and to neither.
One counterexample therefore kills both the converse and the inverse at once.
An implication is true whenever its antecedent is false, which falls straight out of the equivalence with rather than being a convention.
When an implication and its converse are both true, the statement becomes an "if and only if".
A truth table has rows. A tautology is true in all of them, a contradiction in none.
Negating a quantifier flips it, which is why disproving a universal claim costs one example while proving it costs an argument.
Proof by contrapositive is a complete proof, not a weaker one, and it is usually chosen because the negations are easier to handle.
Before proving any "for all" statement, spend thirty seconds hunting a counterexample.
