MathematicsLow Weightage β
β
Class 11
Mathematical Reasoning
Statements, logical connectives (AND, OR, NOT, IMPLIES), truth tables, converse, inverse, contrapositive, and valid arguments β expect 1β2 direct EAPCET questions.
1β2Questions in EAPCET
~1%Paper Weightage
6Core Concepts
2Mistake Traps
Concept Core
Logical statements, connectives, truth tables, and argument validity β the complete logic framework.
Statements and Logical Connectives
A statement (proposition) is a declarative sentence that is either true (T) or false (F), not both.
| Connective | Symbol | Read as | True when |
| Negation | Β¬p (or ~p) | Not p | p is false |
| Conjunction | p β§ q | p AND q | Both p, q are true |
| Disjunction | p β¨ q | p OR q | At least one is true |
| Implication | p β q | If p then q | Not (p true, q false) |
| Biconditional | p β q | p if and only if q | p, q have same truth value |
Truth Table for Implication p β q
| p | q | p β q |
| T | T | T |
| T | F | F |
| F | T | T |
| F | F | T |
The implication p β q is false only when p is true and q is false. A false premise makes the implication vacuously true.
Related Conditional Statements
For the implication p β q:
Converse: q β p
Inverse: Β¬p β Β¬q
Contrapositive: Β¬q β Β¬p
Key equivalences:
β’ p β q β‘ Β¬q β Β¬p (contrapositive is logically equivalent to the original)
β’ p β q β‘ Β¬p β¨ q
β’ Converse and inverse are equivalent to each other, but NOT to the original.
Tautology, Contradiction, and Contingency
Tautology: Always true regardless of truth values of components. Example: p β¨ Β¬p (always T).
Contradiction (Fallacy): Always false. Example: p β§ Β¬p (always F).
Contingency: Sometimes true, sometimes false. Most statements.
De Morgan's Laws:
Β¬(p β§ q) β‘ Β¬p β¨ Β¬q
Β¬(p β¨ q) β‘ Β¬p β§ Β¬q
Valid Arguments β Modus Ponens & Tollens
Modus Ponens: If p β q is true and p is true, then q must be true.
Modus Tollens: If p β q is true and q is false, then p must be false.
Hypothetical Syllogism: p β q and q β r β therefore p β r.
An argument is valid when the conclusion logically follows from the premises (regardless of whether premises are actually true).
Quantifiers
Universal quantifier (β): "For all" β βx, P(x) means P is true for every x in the domain.
Existential quantifier (β): "There exists" β βx, P(x) means P is true for at least one x.
Negation of quantifiers:
Β¬(βx, P(x)) β‘ βx, Β¬P(x) [not all β some are not]
Β¬(βx, P(x)) β‘ βx, Β¬P(x) [none β all are not]
Formula Vault
Logic formulas and equivalences for EAPCET.
p β q (Implication)
False ONLY when p=T, q=F
Vacuously true when p is false
Contrapositive
p β q β‘ Β¬q β Β¬p
Logically equivalent to original
Implication as Disjunction
p β q β‘ Β¬p β¨ q
Very useful for truth tables
De Morgan 1
Β¬(p β§ q) β‘ Β¬p β¨ Β¬q
Negation of AND = OR of negations
De Morgan 2
Β¬(p β¨ q) β‘ Β¬p β§ Β¬q
Negation of OR = AND of negations
Tautology
p β¨ Β¬p β‘ T (always)
Law of excluded middle
Contradiction
p β§ Β¬p β‘ F (always)
Law of non-contradiction
Biconditional
p β q β‘ (pβq) β§ (qβp)
True when p and q have same TV
Worked Examples
5 problems β truth tables, contrapositive, De Morgan, tautology, and a classic trap.
EasyWhen is p β q false? Give an example.βΎ
State the condition under which the implication p β q is false, with an example.
1
p β q is false ONLY when p is TRUE and q is FALSE.
2
Example: 'If it rains, the ground is wet.' (p: it rains; q: ground is wet)
3
False case: it IS raining (p=T) but the ground is NOT wet (q=F) β this contradicts the implication.
4
All other cases (p=F or q=T) make the implication true.
β p β q is false only when p is TRUE and q is FALSE
EasyWrite the contrapositive of: 'If n is even, then nΒ² is even'βΎ
Write the contrapositive of 'If n is even, then nΒ² is even.'
1
Contrapositive of p β q is Β¬q β Β¬p.
2
p: 'n is even'; q: 'nΒ² is even'
3
Β¬q: 'nΒ² is not even (nΒ² is odd)'; Β¬p: 'n is not even (n is odd)'
4
Contrapositive: 'If nΒ² is odd, then n is odd'
β Contrapositive: 'If nΒ² is odd, then n is odd'
MediumNegate: 'All students passed the exam'βΎ
Write the negation of the statement 'All students passed the exam.'
1
'All students passed' = βx, P(x) where P(x) = 'student x passed'
2
Negation: Β¬(βx, P(x)) = βx, Β¬P(x)
3
In plain English: 'There exists at least one student who did NOT pass the exam'
β Negation: 'There exists a student who did not pass the exam'
EAPCET LevelVerify De Morgan's law: Β¬(p β§ q) β‘ Β¬p β¨ Β¬q using truth tableβΎ
Construct a truth table to verify Β¬(p β§ q) β‘ Β¬p β¨ Β¬q.
1
Build the truth table for all 4 combinations of T/F for p and q:
2
(T,T): pβ§q=T β Β¬(pβ§q)=F; Β¬pβ¨Β¬q = Fβ¨F = F β
3
(T,F): pβ§q=F β Β¬(pβ§q)=T; Β¬pβ¨Β¬q = Fβ¨T = T β
4
(F,T): pβ§q=F β Β¬(pβ§q)=T; Β¬pβ¨Β¬q = Tβ¨F = T β
5
(F,F): pβ§q=F β Β¬(pβ§q)=T; Β¬pβ¨Β¬q = Tβ¨T = T β
6
Both columns are identical β De Morgan's law verified.
β De Morgan's Law verified β both sides have identical truth values in all 4 cases
Trap QuestionThe converse of pβq is logically equivalent to pβq β True or False?βΎ
Is the converse (qβp) always logically equivalent to the original implication (pβq)?
1
The trap: Students confuse converse with contrapositive.
2
Contrapositive (Β¬qβΒ¬p): IS logically equivalent to pβq (same truth values in all cases).
3
Converse (qβp): is NOT logically equivalent to pβq in general.
4
Example: 'If it rains, the ground is wet' (pβq). Converse: 'If the ground is wet, it rained' β can be false (someone may have sprinkled water).
5
So converse can be false even when the original is true.
β False β converse (qβp) is NOT equivalent to pβq; only the CONTRAPOSITIVE (Β¬qβΒ¬p) is equivalent
Mistake DNA
2 logic errors from EAPCET distractor analysis.
π
Converse β‘ Original Implication
Converse (qβp) and inverse (Β¬pβΒ¬q) are equivalent to each other, but NOT to the original implication pβq.
β Wrong
pβq β‘ qβp (converse) β
(can have different
truth values!)
β Correct
pβq β‘ Β¬qβΒ¬p β (contrapositive)
qβp β‘ Β¬pβΒ¬q (converseβ‘inverse)
Converse β original
Only the contrapositive (Β¬qβΒ¬p) is logically equivalent to pβq. Converse and inverse are equivalent to each other but form a different equivalence class from the original.
π
pβq is False When p is False
When p is false, the implication pβq is VACUOUSLY TRUE (regardless of q). This is the hardest logical concept to accept intuitively.
β Wrong
p is False, q is True:
pβq is False β
(vacuous truth!)
β Correct
pβq is False ONLY when:
p=T AND q=F β
All other cases: pβq = T β
(including FβT and FβF)
Think of it as a promise: 'If it rains, I will carry an umbrella.' If it does NOT rain, I cannot break the promise β so it's vacuously true regardless of whether I carry an umbrella.
Chapter Intelligence
Mathematical reasoning is a quick-win chapter β learn truth tables and contrapositive once, score directly.
EAPCET Weightage (2019β2024)
Implication and truth table~6 Contrapositive vs converse~6 Negation of quantified statements~4 Tautology and contradiction~3
High-Yield PYQ Patterns
When is pβq false?Write contrapositive of given statementIdentify tautology/contradictionNegate a universally quantified statementDe Morgan's law applicationConverse vs contrapositive distinctionIdentify valid argument form
Exam Strategy
- p β q is false ONLY when p=T and q=F. All other combinations give true. This is the #1 tested fact in this chapter.
- Contrapositive (Β¬q β Β¬p) is equivalent to the original. Converse (q β p) is NOT equivalent. Don't confuse them.
- De Morgan's: Β¬(pβ§q) = Β¬pβ¨Β¬q; Β¬(pβ¨q) = Β¬pβ§Β¬q. These are directly tested β just negate and flip ANDβOR.
- Negating quantifiers: Β¬(βx, P(x)) = βx, Β¬P(x). "Not all students passed" = "Some student did not pass." Quick and direct.