Call Now
1800-102-2727This is the complete JEE Main Maths Formula Sheet and Class 11 Formula Sheet for Mathematical Reasoning — Chapter 15 from the Aakash Rapid Revision & Formula Bank. Mathematical Reasoning is the formal language of logic that underlies all of mathematics. This chapter covers: Statements — definition, acceptable vs non-acceptable sentences, statement denotation (p, q, r); Negation (~p) — denial of a statement, truth table; Compound Statements — formed using connectives; Connectives — AND (conjunction ∧), OR (disjunction ∨), exclusive OR (↓), joint denial (↓); All 5 Truth Tables — negation, conjunction, disjunction, implication (if-then), biconditional (iff); Quantifiers — "There exists" and "For all"; Implications — if-then (p→q), only if, if and only if (p↔q), necessary and sufficient conditions; Contrapositive (~q→~p) and Converse (q→p) of p→q; and all 6 Rules for Validating Statements — direct proof, contrapositive, by contradiction, counter example. Mathematical Reasoning contributes 1–2 questions in JEE Main and is a complete-in-one-sitting scoring chapter. Download the Free PDF for all Mathematical Reasoning formulas and truth tables in one JEE Main exam-ready reference.
Scroll to explore all Mathematical Reasoning formulas and truth tables — JEE Main Maths Formula Sheet
Mathematical Reasoning is the formal framework of logic that underlies all mathematics. It is the study of statements — sentences that are unambiguously true or false — and the operations that can be performed on them: negation, conjunction (AND), disjunction (OR), implication (if-then), and biconditional (if and only if). Every operation has a precise truth table that defines exactly when the resulting compound statement is true or false, based on the truth values of the component statements.
For JEE Main maths, Mathematical Reasoning contributes 1–2 questions per session. These questions test: identifying valid mathematical statements, constructing or reading truth tables, identifying the contrapositive and converse of an implication, determining logical equivalence, and applying validation rules. The chapter is self-contained — every concept and formula is on this page — making Mathematical Reasoning one of the most efficient scoring chapters in JEE Main.
Download the Free PDF for Mathematical Reasoning to access all statement definitions, all 5 truth tables (negation, conjunction, disjunction, implication, biconditional), all symbol definitions (∧ ∨ ~ → ↔ ∀ ∃), contrapositive and converse formulas, and all 6 validation rules in one structured JEE Main maths revision reference.
Definition of a Statement (from PDF — Mathematical Reasoning):
A statement is an unambiguous declarative sentence that conveys a complete thought and is either true or false — but NOT both simultaneously. A sentence is called a mathematically acceptable statement when it satisfies this condition of being definitively true or definitively false.
Examples of valid Mathematical Reasoning statements:
"A.P.J. Abdul Kalam was President of India." — This is TRUE, and is a valid statement.
"2 + 2 = 5" — This is FALSE, but is a valid statement (statements can be false; they just cannot be ambiguous).
"All prime numbers are odd." — This is FALSE (2 is prime and even), but is a valid statement.
Statements are denoted by small letters p, q, r, s, … and written as: p : Ram is an engineer.
What is NOT a mathematically acceptable statement (from PDF — Mathematical Reasoning):
(1) Exclamatory sentences: "How sweet!" — Not a statement (neither true nor false).
(2) Imperative sentences (commands/requests): "Bring a glass of water." — Not a statement.
(3) Interrogative sentences (questions): "What are you doing?" — Not a statement.
(4) Sentences with variable time: "Yesterday was Sunday." / "It is raining today." — The truth value changes with time → not a statement in the mathematical sense.
(5) Sentences with pronouns not referring to specific persons: "He is an engineering graduate." — Ambiguous (who is "he"?) → not a statement.
(6) Sentences with variable places: "IIT is away from here." — "here" is ambiguous → not a statement.
(7) Sentences that may be true or false (ambiguous): "Mr. X will qualify JEE entrance exam." — Unknown truth value → not a mathematically acceptable statement.
Types of statements in Mathematical Reasoning:
Simple (atomic) statement: A statement that cannot be broken down further into sub-statements. Example: "p : 3 is a prime number."
Compound statement: A statement formed by combining two or more simple statements using connectives (and, or, if-then, iff). Example: "3 is a prime number and 4 is an even number." Download the Free PDF for Mathematical Reasoning for all statement examples for JEE Main.
Negation (from PDF — Mathematical Reasoning):
The negation of a statement p is the denial of p. It is denoted by ~p (read: "not p"). The negation ~p is itself a statement, and it has the opposite truth value to p.
If p is TRUE, then ~p is FALSE. If p is FALSE, then ~p is TRUE.
Examples of Negation (from PDF — Mathematical Reasoning JEE Main):
p : "Everyone in India speaks Hindi." → ~p : "Everyone in India does not speak Hindi." (equivalently: "Not everyone in India speaks Hindi." / "There exists at least one person in India who does not speak Hindi.")
p : "2 is an even number." → ~p : "2 is not an even number."
p : "All triangles are equilateral." → ~p : "Not all triangles are equilateral." (i.e., there exists a triangle that is not equilateral).
Truth Table for Negation (from PDF — Mathematical Reasoning JEE Main):
The truth table for negation ~p:
p = T → ~p = F
p = F → ~p = T
In table form: | p | ~p | | T | F | | F | T |
Key rules for forming negation in Mathematical Reasoning:
(i) Negation of "All A are B" → "There exists at least one A that is not B."
(ii) Negation of "There exists an A that is B" → "All A are not B."
(iii) Negation of p→q (if p then q) → p ∧ ~q (p is true and q is false). This is the only case when p→q is false.
(iv) Negation of p↔q → (p∧~q) ∨ (~p∧q) — exactly one of p, q is true.
(v) De Morgan's Laws: ~(p∧q) = ~p ∨ ~q; ~(p∨q) = ~p ∧ ~q. Download the Free PDF for Mathematical Reasoning for all negation examples for JEE Main.
Connectives in Mathematical Reasoning (from PDF): Connecting words used to form compound statements. The main connectives are "And" (∧), "Or" (∨), "If-then" (→), and "If and only if" (↔). The words "There exists" (∃) and "For all" (∀) are called quantifiers.
Conjunction — "And" — ∧ (from PDF — Mathematical Reasoning JEE Main):
A compound statement p ∧ q (read: "p and q") is formed by connecting p and q with "and".
Rule for Conjunction:
(i) p ∧ q is TRUE if and only if BOTH p and q are TRUE.
(ii) p ∧ q is FALSE if ANY ONE component statement is FALSE.
Truth Table for Conjunction p ∧ q (from PDF):
p=T, q=T → p∧q = T
p=T, q=F → p∧q = F
p=F, q=T → p∧q = F
p=F, q=F → p∧q = F
Important note from PDF: A statement with "And" is not always a compound statement. Example: "Bread and Butter is good for health" — here "and" connects two words within one thought, not two separate mathematical statements.
Disjunction — "Or" — ∨ (from PDF — Mathematical Reasoning JEE Main):
A compound statement p ∨ q (read: "p or q") is formed by connecting p and q with "or".
Rule for Disjunction:
(i) p ∨ q is TRUE when at least one of p or q is TRUE (one is true, or both are true).
(ii) p ∨ q is FALSE only when BOTH p and q are FALSE.
Truth Table for Disjunction p ∨ q (from PDF):
p=T, q=T → p∨q = T
p=T, q=F → p∨q = T
p=F, q=T → p∨q = T
p=F, q=F → p∨q = F
Inclusive OR vs Exclusive OR (from PDF — Mathematical Reasoning):
Inclusive OR: "p or q" means p is true, or q is true, or BOTH can be true. This is the standard ∨ (disjunction) used in mathematics. Example: "A student who has taken biology OR chemistry can apply for M.Sc microbiology." — A student who has taken both also qualifies.
Exclusive OR (↓ or XOR): "p or q" means EXACTLY ONE of p or q is true — both being true is excluded. Denoted p ↓ q. Example: "An ice cream or a pepsi is available with a Thali" — you can have one, not both. Truth table for exclusive OR: T,T→F; T,F→T; F,T→T; F,F→F.
All Mathematical Reasoning symbols (from PDF):
~p : Negation of p ("not p"). p∧q : Conjunction ("p and q"). p∨q : Disjunction ("p or q"). p↓q : Exclusive disjunction ("only one of p and q"). p↓↓q (or p↓q joint denial) : "Neither p nor q". p→q : Conditional / Implication ("if p then q"). p↔q : Biconditional / Equivalence ("p if and only if q"). Download the Free PDF for Mathematical Reasoning for all connective truth table examples for JEE Main.
Implication / Conditional — "If p then q" — p→q (from PDF — Mathematical Reasoning JEE Main):
The statement "If p, then q" (written p→q) means: whenever p is true, q must also be true. It is called a conditional statement or implication. Read as: "p implies q".
Truth Table for Implication p→q (from PDF — Mathematical Reasoning):
p=T, q=T → p→q = T
p=T, q=F → p→q = F (only false case)
p=F, q=T → p→q = T
p=F, q=F → p→q = T
Key insight from PDF: p→q is FALSE only when p is TRUE and q is FALSE. When p is false, p→q is true regardless of q — the implication says nothing about q when p is false.
All equivalent forms of p→q (from PDF — Mathematical Reasoning JEE Main):
Let p : "a number is a multiple of 8" and q : "a number is a multiple of 4". Then p→q can be expressed as:
(i) p implies q — denoted p→q.
(ii) p is a sufficient condition for q — "being a multiple of 8 is sufficient to conclude it is a multiple of 4."
(iii) p only if q — "a number is a multiple of 8 ONLY IF it is a multiple of 4."
(iv) q is a necessary condition for p — "being a multiple of 4 is NECESSARY for a number to be a multiple of 8."
(v) ~q implies ~p — "if not a multiple of 4, then not a multiple of 8." [This is the CONTRAPOSITIVE of p→q.]
Contrapositive of p→q (from PDF — Mathematical Reasoning JEE Main):
The contrapositive of "if p then q" is "if ~q then ~p" (i.e., ~q → ~p).
Example: p→q: "If the physical environment changes, then the biological environment changes."
Contrapositive (~q→~p): "If the biological environment does NOT change, then the physical environment does NOT change."
Critical fact: A statement and its contrapositive are logically equivalent — they have exactly the same truth table. p→q ≡ ~q→~p.
Converse of p→q (from PDF — Mathematical Reasoning JEE Main):
The converse of "if p then q" is "if q then p" (i.e., q→p).
Example: p→q: "If a number is divisible by 20, then it is divisible by 10."
Converse (q→p): "If a number is divisible by 10, then it is divisible by 20." [This is FALSE — 30 is divisible by 10 but not 20.]
Critical fact: The converse of a true statement may be FALSE. Converse is NOT logically equivalent to the original statement.
Biconditional — "p if and only if q" — p↔q (from PDF — Mathematical Reasoning JEE Main):
The statement p↔q (read: "p if and only if q", abbreviated "p iff q") is true when p and q have the SAME truth value (both true or both false).
Truth Table for Biconditional p↔q (from PDF):
p=T, q=T → p↔q = T
p=T, q=F → p↔q = F
p=F, q=T → p↔q = F
p=F, q=F → p↔q = T
All equivalent forms of p↔q (from PDF — Mathematical Reasoning):
(i) p if and only if q. (ii) q if and only if p. (iii) p is a necessary AND sufficient condition for q (and vice versa). (iv) p→q AND q→p (biconditional = implication in both directions). Download the Free PDF for Mathematical Reasoning for all implication, contrapositive, converse, and iff examples for JEE Main.
Quantifiers in Mathematical Reasoning (from PDF): Quantifiers are special phrases used to indicate the range over which a statement applies. The two main quantifiers in Mathematical Reasoning are:
"There exists" — ∃ (from PDF — Mathematical Reasoning):
"There exists" means "at least one". Example from PDF: "There exists a rectangle whose sides are equal." This means there is AT LEAST ONE rectangle whose all sides are equal (i.e., a square).
In symbolic form: ∃x such that P(x) is true — at least one element x in the domain makes P(x) true.
"For all" / "For every" — ∀ (from PDF — Mathematical Reasoning):
"For all" (or "for every") means the statement holds for EVERY element in the domain. Example from PDF: "For every prime number p, √p is an irrational number." This means if S is the set of all prime numbers, then for ALL members p of S, √p is irrational.
In symbolic form: ∀x, P(x) is true — every element x in the domain makes P(x) true.
Negation of quantified statements (Mathematical Reasoning — JEE Main):
Negation of "∀x, P(x)" → "∃x such that ~P(x)" [There exists at least one x for which P(x) is false]
Negation of "∃x, P(x)" → "∀x, ~P(x)" [For all x, P(x) is false]
Example: Negation of "All triangles are equilateral" → "There exists a triangle that is not equilateral." (Negation of a ∀-statement is an ∃-statement.)
Example: Negation of "There exists a real number x such that x² = –1" → "For all real numbers x, x² ≠ –1." Download the Free PDF for Mathematical Reasoning for all quantifier examples for JEE Main.
Overview (from PDF — Mathematical Reasoning): To check whether a statement is true, we must understand: what the statement means; what it means for the statement to be true; and what it means for the statement to be false. The method of validation depends on the connectives, implications, and quantifiers present in the statement.
Rule 1 — Validating "p AND q" (from PDF — Mathematical Reasoning JEE Main):
To show that the compound statement "p ∧ q" is TRUE:
Case 1: Show that statement p is TRUE.
Case 2: Show that statement q is TRUE.
Both must be demonstrated independently. The conjunction is true only when both components are true.
Rule 2 — Validating "p OR q" (from PDF — Mathematical Reasoning JEE Main):
To show that the compound statement "p ∨ q" is TRUE, either:
Case 1: Assume p is FALSE — then show that q must be TRUE.
Case 2: Assume q is FALSE — then show that p must be TRUE.
It is enough to show one case — if one component can be shown true under the assumption the other is false, the disjunction holds.
Rule 3 — Validating "if p then q" (from PDF — Mathematical Reasoning JEE Main):
Two methods to prove p→q is TRUE:
Case 1: Direct Method — Assume p is TRUE, then show that q must be TRUE.
Case 2: Contrapositive Method — Assume q is FALSE (~q is true), then show that p must be FALSE (~p is true). Since ~q→~p is logically equivalent to p→q, proving the contrapositive proves the original implication.
Rule 4 — Validating "p if and only if q" (from PDF — Mathematical Reasoning JEE Main):
To prove p↔q is TRUE, prove BOTH directions:
(i) If p is TRUE, then q is TRUE (prove p→q).
(ii) If q is TRUE, then p is TRUE (prove q→p).
The biconditional holds only when both forward and backward implications hold.
Rule 5 — Proof by Contradiction (from PDF — Mathematical Reasoning JEE Main):
To prove that a statement p is TRUE using contradiction:
Step 1: Assume p is NOT true, i.e., assume ~p is true.
Step 2: From the assumption ~p, derive a logical consequence.
Step 3: Show that this consequence leads to a contradiction (contradicts a known true fact, or contradicts the assumption itself).
Step 4: Since the assumption ~p leads to a contradiction, ~p must be FALSE → therefore p is TRUE.
This is one of the most powerful methods in Mathematical Reasoning and all of mathematics.
Rule 6 — Proof by Counter Example (from PDF — Mathematical Reasoning JEE Main):
To show that a general statement is FALSE, it is sufficient to find ONE counter example — one specific case where the statement fails.
Example from PDF: Statement: "If n is an odd integer, then n is prime." To disprove: n = 9 is odd, but 9 = 3×3 is NOT prime. This single counter example is sufficient to prove the statement is FALSE.
Key: a statement of the form "For all x, P(x)" is FALSE if even ONE x can be found for which P(x) is false. Download the Free PDF for Mathematical Reasoning for all validation rule examples for JEE Main.
Tautology (Mathematical Reasoning — JEE Main): A compound statement is called a tautology if it is TRUE for all possible combinations of truth values of its component statements. A tautology's truth table column consists entirely of T.
Example: p ∨ ~p is always TRUE (either p is true, or ~p is true — one must be). Truth table: p=T→T∨F=T; p=F→F∨T=T. Always T → tautology.
Example: p→p is always TRUE (a statement implies itself). Example: (p→q) ↔ (~q→~p) is always TRUE — shows p→q and its contrapositive are logically equivalent.
Contradiction / Fallacy (Mathematical Reasoning — JEE Main): A compound statement is called a contradiction (or fallacy) if it is FALSE for all possible combinations of truth values. Its truth table column consists entirely of F.
Example: p ∧ ~p is always FALSE (a statement cannot be both true and not true simultaneously). Truth table: p=T→T∧F=F; p=F→F∧T=F. Always F → contradiction.
Logical Equivalence (Mathematical Reasoning — JEE Main): Two statements A and B are logically equivalent (written A ≡ B) if they have IDENTICAL truth tables — i.e., they are true and false for exactly the same combinations of truth values of the component statements.
Key logical equivalences in Mathematical Reasoning:
p→q ≡ ~q→~p (implication ≡ contrapositive)
p→q ≡ ~p ∨ q (implication in terms of disjunction)
~(p∧q) ≡ ~p ∨ ~q (De Morgan's law 1)
~(p∨q) ≡ ~p ∧ ~q (De Morgan's law 2)
p↔q ≡ (p→q) ∧ (q→p)
De Morgan's Laws for Mathematical Reasoning (JEE Main):
Law 1: ~(p ∧ q) ≡ ~p ∨ ~q
The negation of "p AND q" is "NOT p OR NOT q".
Example: Negation of "It is raining AND it is cold" → "It is not raining OR it is not cold."
Law 2: ~(p ∨ q) ≡ ~p ∧ ~q
The negation of "p OR q" is "NOT p AND NOT q".
Example: Negation of "It is raining OR it is cold" → "It is not raining AND it is not cold."
Inductive vs Deductive Reasoning (from PDF — Mathematical Reasoning):
Inductive reasoning: Reasoning from specific cases to general conclusions (used in Mathematical Induction). Observing specific examples and forming a general rule.
Deductive reasoning: Reasoning from general principles to specific conclusions (the basis of all Mathematical Reasoning in this chapter). Starting from axioms/known truths and deriving specific conclusions using logic. Download the Free PDF for Mathematical Reasoning for all tautology, contradiction, and De Morgan's law examples for JEE Main.
All Mathematical Reasoning definitions and formulas from the Aakash PDF: statement (true or false but not both), non-acceptable sentences (exclamatory/imperative/interrogative/ambiguous/variable-time), simple vs compound statements, negation ~p (truth table: T→F, F→T), conjunction p∧q (true only when both true; truth table TT→T, TF→F, FT→F, FF→F), disjunction p∨q (false only when both false; truth table TT→T, TF→T, FT→T, FF→F), inclusive OR (∨; both can be true) vs exclusive OR (XOR; exactly one true; TT→F, TF→T, FT→T, FF→F), quantifiers ∃ (there exists, at least one) and ∀ (for all, every element), implication p→q (false only when p=T,q=F; truth table TT→T, TF→F, FT→T, FF→T), 5 equivalent forms of p→q (p implies q; p sufficient for q; p only if q; q necessary for p; ~q→~p), contrapositive ~q→~p (logically equivalent to p→q), converse q→p (not equivalent to p→q), biconditional p↔q (true iff p,q have same truth value; truth table TT→T, TF→F, FT→F, FF→T; equivalent to (p→q)∧(q→p); p necessary and sufficient for q), negation of p→q = p∧~q, negation of p↔q = (p∧~q)∨(~p∧q), negation of ∀x P(x) = ∃x ~P(x), negation of ∃x P(x) = ∀x ~P(x), all 6 validation rules (AND→prove both; OR→assume one false prove other; if-then→direct or contrapositive; iff→both directions; contradiction→assume ~p reach contradiction; counter example→one countercase disproves), tautology (always T; e.g. p∨~p), contradiction (always F; e.g. p∧~p), De Morgan's laws (~(p∧q)=~p∨~q; ~(p∨q)=~p∧~q), p→q ≡ ~p∨q, deductive vs inductive reasoning.
Mathematical Reasoning has exactly 5 truth tables and 6 validation rules — that is the complete chapter. Negation flips T to F and F to T. Conjunction (AND) is TRUE only when both components are true. Disjunction (OR) is FALSE only when both components are false. Implication (if-then) is FALSE only when the hypothesis is TRUE and the conclusion is FALSE. Biconditional (iff) is TRUE only when both components have the same truth value. These five truth tables define the entire formal logic framework of Mathematical Reasoning.
The contrapositive is the most-tested implication concept in JEE Main Mathematical Reasoning. Every implication p→q has a contrapositive ~q→~p that is logically equivalent — they have the same truth table. JEE Main questions ask: "Which of the following is the contrapositive of p→q?" or "Is statement X logically equivalent to Y?" The contrapositive pattern: flip and negate both parts — p→q becomes ~q→~p.
De Morgan's laws are the most-used negation tools for compound statements in Mathematical Reasoning. ~(p∧q) = ~p∨~q: negating AND gives OR with both components negated. ~(p∨q) = ~p∧~q: negating OR gives AND with both components negated. Combined with ~(p→q) = p∧~q, these three negation formulas cover all compound statement negation questions in JEE Main Mathematical Reasoning.
The counter example rule (Rule 6) is the fastest way to disprove a general statement in Mathematical Reasoning JEE Main. No proof is needed — just one specific case where the statement fails. If the question asks "Which of the following general statements is FALSE?", the fastest strategy is to check each option by trying small specific values and looking for a counter example. Download the Free PDF for Mathematical Reasoning to have all truth tables and rules ready.
After working through Mathematical Reasoning using this formula sheet, a student should confidently accomplish the following for JEE Main maths. On statements: identify valid mathematical statements vs non-acceptable sentences (exclamatory, interrogative, imperative, ambiguous, variable-time); denote statements as p, q, r; form simple and compound statements; negate simple statements and quantified statements.
On connectives and truth tables: construct the truth table for ~p (negation); construct the truth table for p∧q (conjunction: true only when both true); construct the truth table for p∨q (disjunction: false only when both false); distinguish inclusive OR from exclusive OR; construct the truth table for p→q (implication: false only when p=T,q=F); construct the truth table for p↔q (biconditional: true only when p,q have same truth value); read and interpret any given truth table.
On implications: state all 5 equivalent forms of p→q (implies, sufficient, only if, necessary, contrapositive); write the contrapositive ~q→~p and explain logical equivalence with p→q; write the converse q→p and explain it is NOT generally equivalent to p→q; write and use the biconditional p↔q as (p→q)∧(q→p).
On quantifiers: use ∃ (there exists) and ∀ (for all) correctly; negate quantified statements (∀→∃ with negated predicate, and ∃→∀ with negated predicate).
On validation and advanced results: apply all 6 validation rules (AND, OR, if-then direct, if-then contrapositive, iff both directions, contradiction, counter example); identify tautologies (always true) and contradictions (always false); apply De Morgan's laws ~(p∧q)=~p∨~q and ~(p∨q)=~p∧~q; recognise logically equivalent statements; distinguish deductive from inductive reasoning. Download the Free PDF for Mathematical Reasoning to test all outcomes before your JEE Main exam.
The Aakash Rapid Revision & Formula Bank PDF for Mathematical Reasoning contains all statement definitions, all 5 truth tables, all implication forms, contrapositive and converse, biconditional, quantifier rules, De Morgan's laws, tautology, contradiction, and all 6 validation rules in one compact JEE Main maths reference.
Mathematical Reasoning is unique among JEE Main maths chapters because it requires no calculation — only conceptual understanding of logic, truth tables, and equivalences. The 5 truth tables are the complete technical content. The 6 validation rules are the complete proof methodology. The contrapositive, De Morgan's laws, and quantifier negation rules are the complete set of transformation tools.
The most common JEE Main Mathematical Reasoning errors to avoid: confusing the converse (q→p) with the contrapositive (~q→~p) — only the contrapositive is logically equivalent to p→q; assuming a true implication has a true converse — the converse can be false; forgetting that p→q is TRUE when p is FALSE (regardless of q); confusing inclusive OR (∨) and exclusive OR; and missing that ~(p→q) = p∧~q, not ~p∧~q.
Use this page and the Free PDF Download for Mathematical Reasoning as your complete JEE Main revision foundation. With 5 truth tables memorised, the contrapositive rule internalised, and all 6 validation rules understood, every Mathematical Reasoning question in JEE Main becomes a direct 4-mark question.
In Mathematical Reasoning, a statement is an unambiguous declarative sentence that is either TRUE or FALSE but NOT both. Valid statement examples: "2 is an even number" (T); "All prime numbers are odd" (F — 2 is a prime even number); "The sum of angles of a triangle is 180°" (T). NOT valid statements in Mathematical Reasoning: (1) Exclamatory sentences — "How beautiful!" (neither true nor false). (2) Interrogative sentences — "Is 2 a prime number?" (a question, not a declaration). (3) Imperative sentences — "Open the door." (a command). (4) Ambiguous sentences — "He is a good student." (ambiguous — who is "he"?). (5) Variable-time sentences — "It is raining today." (truth value changes with time). (6) Sentences with variable places — "The university is far from here." (ambiguous — where is "here"?). (7) Future uncertain sentences — "Mr. X will qualify JEE." (truth unknown). The key test in JEE Main Mathematical Reasoning: can you definitively say the sentence is TRUE or FALSE without any ambiguity? If yes, it is a valid statement.
In Mathematical Reasoning, the 5 truth tables from the Aakash PDF that are directly tested in JEE Main: (1) Negation ~p: p=T→~p=F; p=F→~p=T. (2) Conjunction p∧q (AND): TT→T; TF→F; FT→F; FF→F. True ONLY when both true. (3) Disjunction p∨q (OR): TT→T; TF→T; FT→T; FF→F. False ONLY when both false. (4) Implication p→q (IF-THEN): TT→T; TF→F; FT→T; FF→T. False ONLY when p=T and q=F. (5) Biconditional p↔q (IFF): TT→T; TF→F; FT→F; FF→T. True ONLY when p and q have the SAME truth value. Quick memory for Mathematical Reasoning JEE Main: AND requires both T; OR just needs one T; IF-THEN fails only on (T,F); IFF works only when both same. These 5 Mathematical Reasoning truth tables completely define all compound statement operations.
In Mathematical Reasoning, given an implication p→q ("if p then q"): The contrapositive is ~q→~p ("if not q then not p"). The converse is q→p ("if q then p"). Critical difference: the contrapositive ~q→~p is LOGICALLY EQUIVALENT to p→q — they have exactly the same truth table (verify: both fail only on T,F for their respective hypotheses and conclusions). The converse q→p is NOT logically equivalent to p→q — a true implication may have a false converse. Example from PDF: p→q: "If a number is divisible by 20, then it is divisible by 10." (True). Contrapositive: "If not divisible by 10, then not divisible by 20." (True — equivalent to original). Converse: "If divisible by 10, then divisible by 20." (FALSE — 30 is divisible by 10 but not 20). Key Mathematical Reasoning JEE Main rule: proving the contrapositive is a valid method to prove an implication (Rule 3 Case 2); proving the converse does NOT prove the original statement.
In Mathematical Reasoning, the 6 validation rules from the Aakash PDF: Rule 1 (Validate p∧q): Show p is true AND show q is true (both must be demonstrated). Rule 2 (Validate p∨q): Assume p is false → show q is true; OR assume q is false → show p is true. Rule 3 (Validate p→q): Method 1 (Direct) — assume p is true, derive q must be true. Method 2 (Contrapositive) — assume ~q is true, derive ~p must be true (valid because p→q ≡ ~q→~p). Rule 4 (Validate p↔q): Prove p→q (if p then q) AND prove q→p (if q then p) — both directions required. Rule 5 (Proof by Contradiction): To prove p is true — assume ~p is true → derive a logical contradiction (something impossible or contradicting a known fact) → since ~p leads to contradiction, ~p is false → p is true. Rule 6 (Counter Example): To disprove a general statement "For all x, P(x)" — find ONE specific x₀ for which P(x₀) is false. One counter example is sufficient to make the statement false. Key in JEE Main Mathematical Reasoning: Rules 1–5 are used to prove statements; Rule 6 is used to disprove them.
In Mathematical Reasoning, the truth table for implication p→q ("if p then q"): p=T, q=T → p→q=T; p=T, q=F → p→q=F; p=F, q=T → p→q=T; p=F, q=F → p→q=T. The key insight from the Aakash PDF: p→q is FALSE in EXACTLY ONE case — when the hypothesis p is TRUE but the conclusion q is FALSE. In all other cases (p is false, or both are true), the implication is true. Intuitive explanation: "If it rains, I will carry an umbrella." This promise is violated (false) ONLY IF it rains (p=T) and I don't carry an umbrella (q=F). If it doesn't rain, the promise isn't violated regardless of whether I carry an umbrella. This is why p=F makes p→q=T. Equivalent form: p→q ≡ ~p∨q. Check: ~T∨T=F∨T=T; ~T∨F=F∨F=F; ~F∨T=T∨T=T; ~F∨F=T∨F=T — matches the truth table. Negation of p→q: ~(p→q) = ~(~p∨q) = p∧~q — this is the only case (T,F) where p→q fails.
In Mathematical Reasoning, the biconditional p↔q ("p if and only if q") is true when p and q have the SAME truth value. Truth table: p=T,q=T→T; p=T,q=F→F; p=F,q=T→F; p=F,q=F→T. All equivalent forms of p↔q from the PDF: (1) p if and only if q. (2) q if and only if p. (3) p is a NECESSARY AND SUFFICIENT condition for q (and vice versa). (4) (p→q) AND (q→p) — biconditional = implication in both directions. For JEE Main Mathematical Reasoning: p is sufficient for q means p→q; q is necessary for p also means p→q. So "p is necessary and sufficient for q" means both p→q and q→p, which is p↔q. Negation of p↔q: ~(p↔q) = (p∧~q)∨(~p∧q) — exactly one of p,q is true. This is equivalent to the exclusive OR. Truth table check: ~(T↔F)=~F=T; ~(F↔T)=~F=T; ~(T↔T)=~T=F; ~(F↔F)=~T=F — so biconditional is false exactly when p and q differ.
In Mathematical Reasoning, De Morgan's Laws are: Law 1: ~(p∧q) = ~p∨~q — the negation of "p AND q" is "NOT p OR NOT q". Law 2: ~(p∨q) = ~p∧~q — the negation of "p OR q" is "NOT p AND NOT q". These laws are verified by truth tables in Mathematical Reasoning. For Law 1: ~(TT)=~T=F and ~T∨~T=F∨F=F ✓; ~(TF)=~F=T and ~T∨~F=F∨T=T ✓; ~(FT)=~F=T and ~F∨~T=T∨F=T ✓; ~(FF)=~F=T and ~F∨~F=T∨T=T ✓. Applications in JEE Main Mathematical Reasoning: (1) Negating "It is raining AND cold" → "It is not raining OR not cold." (2) Negating "x>0 OR y>0" → "x≤0 AND y≤0." (3) Extended: ~(p∧q∧r) = ~p∨~q∨~r; ~(p∨q∨r) = ~p∧~q∧~r. Key memory device: when you push ~ inside AND or OR, the AND/OR SWITCHES — AND becomes OR, OR becomes AND — and each component gets negated.
In Mathematical Reasoning: A tautology is a compound statement that is TRUE for every possible combination of truth values of its component statements — every row of its truth table gives T. A contradiction (or fallacy) is a compound statement that is FALSE for every possible combination — every row gives F. Classic examples: Tautologies: p∨~p (always T — law of excluded middle); p→p (always T); (p→q)↔(~q→~p) (always T — shows contrapositive equivalence); ~(p∧~p) (always T — law of non-contradiction). Contradictions: p∧~p (always F — a statement cannot be both true and not true); (p↔q)∧(p∧~q) (always F). Contingency: a statement that is neither a tautology nor a contradiction — it is true for some combinations and false for others. Most regular compound statements (p∧q, p→q etc.) are contingencies. In JEE Main Mathematical Reasoning: identifying whether a given statement is a tautology, contradiction, or contingency is a standard question type. The method: construct the truth table and check if all entries are T (tautology), all F (contradiction), or mixed (contingency).
In Mathematical Reasoning, quantifiers are special words that specify how many elements of a domain satisfy a predicate. The two main quantifiers: ∃ ("there exists", "for some", "at least one") and ∀ ("for all", "for every", "for each"). Their negations follow a strict switching rule: Negation of ∀x P(x) → ∃x ~P(x). Read: "It is NOT the case that P(x) holds for all x" = "There exists at least one x for which P(x) is false." Negation of ∃x P(x) → ∀x ~P(x). Read: "It is NOT the case that there exists x with P(x)" = "For all x, P(x) is false." Examples in JEE Main Mathematical Reasoning: "All even numbers are divisible by 4" → Negation: "There exists an even number that is not divisible by 4." (Counter example: 2 is even but not divisible by 4. Statement false.) "There exists a real number x such that x² < 0" → Negation: "For all real x, x² ≥ 0." (Negation is true — squares are always non-negative.) The negation rule: ∀ and ∃ SWAP, and the inner predicate is NEGATED. Applied twice: ~~p = p, consistent.
In Mathematical Reasoning (Rule 5 from the Aakash PDF), proof by contradiction is a method to prove that a statement p is TRUE. Method: Step 1 — Assume the negation: assume ~p is true (i.e., assume p is false). Step 2 — Reason logically from this assumption to derive consequences. Step 3 — Show that the derived consequence is impossible, contradicts a known mathematical truth, or contradicts the original assumption. Step 4 — Since the assumption ~p led to a contradiction, ~p cannot be true → therefore p is true. Classic JEE Main Mathematical Reasoning application — proving √2 is irrational by contradiction: Assume √2 is rational → √2 = a/b where a,b are integers with no common factor → 2 = a²/b² → a² = 2b² → a² is even → a is even → a = 2k → 4k² = 2b² → b² = 2k² → b is even → but then a and b have common factor 2, contradicting our assumption that a/b has no common factor → contradiction → assumption (√2 is rational) is false → √2 is irrational. Proof by contradiction is the most powerful validation tool in Mathematical Reasoning and the whole of mathematics.
Mathematical Reasoning – JEE Main Maths Formula Sheet