🇬🇧 Mathematics Admissions Test (MAT) · subject
Mathematics Admissions Test (MAT) Logic, Proof and Mathematical Reasoning Syllabus
Every chapter and topic of Logic, Proof and Mathematical Reasoning examined in Mathematics Admissions Test (MAT) — 3 chapters, 9 topics and 17 sub-topics, plus 49 flashcards written against it.
Logic, Proof and Mathematical Reasoning syllabus — full chapter and topic list
Expand any chapter to see its topics and sub-topics. This is the whole examinable outline for Logic, Proof and Mathematical Reasoning in Mathematics Admissions Test (MAT), not a summary of it.
-
Logic and Statements
3 topics- Implications and Equivalence
- If-then statements, converse and contrapositive
- Necessary and sufficient conditions
- Negation and Quantifiers
- Negating statements correctly
- Reasoning with 'for all' and 'there exists'
- Counterexamples
- Disproving a general claim with a single counterexample
- Implications and Equivalence
-
Methods of Proof
3 topics- Direct Proof
- Building a chain of valid deductions
- Algebraic identities and divisibility proofs
- Proof by Contradiction
- Structure of a contradiction argument
- Classic examples such as irrationality and infinitude of primes
- Proof by Exhaustion and Induction (informal)
- Checking all cases when finitely many
- Recognising an inductive pattern in a sequence of results
- Direct Proof
-
Multiple-Choice Reasoning Strategy
3 topics- Interpreting Unfamiliar Definitions
- Applying a newly defined operation or function
- Testing small or extreme cases to narrow options
- Elimination and Estimation
- Ruling out options by bounds, sign or parity
- Sanity-checking answers for plausibility
- Long-Answer Structure
- Using earlier parts to scaffold later parts
- Writing clear, justified reasoning for full credit
- Interpreting Unfamiliar Definitions
Logic, Proof and Mathematical Reasoning flashcards for Mathematics Admissions Test (MAT)
22 of 49 cards from the Logic, Proof and Mathematical Reasoning deck — real questions with worked answers.
What does the implication $P \implies Q$ mean?
It means "if $P$ is true, then $Q$ is true." It makes no claim when $P$ is false. $P$ is the hypothesis (sufficient condition) and $Q$ is the conclusion (necessary condition).
What is the converse of the statement $P \implies Q$, and is it logically equivalent to the original?
The converse is $Q \implies P$. It is NOT logically equivalent to $P \implies Q$; one can be true while the other is false.
What is the contrapositive of $P \implies Q$, and how does its truth relate to the original?
The contrapositive is $\lnot Q \implies \lnot P$. It is logically equivalent to $P \implies Q$, so proving one proves the other.
What does $P \iff Q$ (equivalence / "if and only if") assert?
It asserts that both $P \implies Q$ and $Q \implies P$ hold, so $P$ and $Q$ are true under exactly the same conditions. $P$ is necessary and sufficient for $Q$.
To prove an "if and only if" statement $P \iff Q$, what two things must you establish?
You must prove both directions: $P \implies Q$ (forwards) and $Q \implies P$ (backwards / the converse).
In the implication $P \implies Q$, which condition is "necessary" and which is "sufficient"?
$P$ is a sufficient condition for $Q$ (having $P$ guarantees $Q$); $Q$ is a necessary condition for $P$ (you cannot have $P$ without $Q$).
For which single combination of truth values is the implication $P \implies Q$ false?
It is false only when $P$ is true and $Q$ is false. In all other cases ($P$ false, or $Q$ true) it is true.
What is the negation of an implication $P \implies Q$?
$\lnot(P \implies Q)$ is equivalent to $P \land \lnot Q$, i.e. "$P$ is true and $Q$ is false."
State De Morgan's laws for the negation of conjunctions and disjunctions.
$\lnot(P \land Q) \equiv \lnot P \lor \lnot Q$ and $\lnot(P \lor Q) \equiv \lnot P \land \lnot Q$.
What do the quantifiers $\forall$ and $\exists$ mean?
$\forall$ means "for all" (universal quantifier); $\exists$ means "there exists" (existential quantifier). E.g. $\forall x\, P(x)$ says $P$ holds for every $x$.
How do you negate the universally quantified statement $\forall x\, P(x)$?
$\lnot \big(\forall x\, P(x)\big) \equiv \exists x\, \lnot P(x)$ — "it is not true for all $x$" becomes "there exists an $x$ for which it fails."
How do you negate the existentially quantified statement $\exists x\, P(x)$?
$\lnot \big(\exists x\, P(x)\big) \equiv \forall x\, \lnot P(x)$ — "there is no $x$ with $P$" means "$P$ fails for every $x$."
Does the order of mixed quantifiers matter? Compare $\forall x\, \exists y$ with $\exists y\, \forall x$.
Yes, order matters. $\forall x\, \exists y\, P(x,y)$ (a $y$ may depend on $x$) is generally weaker than $\exists y\, \forall x\, P(x,y)$ (one fixed $y$ works for all $x$).
Negate the statement "$\forall \varepsilon > 0,\ \exists \delta > 0$ such that $P$".
"$\exists \varepsilon > 0$ such that $\forall \delta > 0,\ \lnot P$." Flip each quantifier and negate the inner statement.
What is a counterexample, and what is it used to prove?
A counterexample is a specific instance for which a statement fails. A single counterexample disproves a universal claim $\forall x\, P(x)$ by establishing $\exists x\, \lnot P(x)$.
Can a counterexample ever prove a universal statement TRUE?
No. Examples (even many) cannot prove a $\forall$ statement; they can only disprove one. Proving "for all" requires a general argument.
Give a counterexample to the claim "every prime number is odd."
$2$ is prime but even. So $2$ is a counterexample disproving the claim.
Give a counterexample to "if $x^{2} > y^{2}$ then $x > y$."
Take $x = -3,\ y = 1$. Then $x^{2} = 9 > 1 = y^{2}$ but $x = -3 < 1 = y$. So the implication is false.
Give a counterexample to "$n^{2} - n + 41$ is prime for every positive integer $n$."
$n = 41$: then $n^{2} - n + 41 = 41^{2} - 41 + 41 = 41^{2} = 1681$, which is divisible by $41$ and hence not prime.
What is the structure of a direct proof of $P \implies Q$?
Assume $P$ is true, then proceed through a chain of valid logical/algebraic steps to deduce $Q$. You never assume $Q$.
How is an even integer and an odd integer written algebraically for use in proofs?
An even integer is $2k$ and an odd integer is $2k+1$ for some integer $k$. These representations let you manipulate parity directly.
Outline a direct proof that the sum of two odd integers is even.
Let the odds be $2a+1$ and $2b+1$. Their sum is $2a+1+2b+1 = 2(a+b+1)$, which is $2 \times$ an integer, hence even.
See more Logic, Proof and Mathematical Reasoning flashcards →
Planning Logic, Proof and Mathematical Reasoning for Mathematics Admissions Test (MAT)
Logic, Proof and Mathematical Reasoning is about 12% of the Mathematics Admissions Test (MAT) syllabus by topic count — 9 of 76 topics, spread over 3 chapters. At roughly 45 minutes per topic plus 12 minutes per sub-topic, a first pass runs to about 10 hours.
The heaviest chapters are Logic and Statements (3 topics), Methods of Proof (3 topics), Multiple-Choice Reasoning Strategy (3 topics) . Front-load those while your energy is high; the short chapters are better revision filler later.
Work top-down: read the chapter, then tick topics off individually rather than marking the whole chapter done. Sub-topics are where silent gaps hide.
Logic, Proof and Mathematical Reasoning (Mathematics Admissions Test (MAT)) FAQ
What is in the Mathematics Admissions Test (MAT) Logic, Proof and Mathematical Reasoning syllabus?
Logic, Proof and Mathematical Reasoning is split into 3 chapters — Logic and Statements, Methods of Proof and Multiple-Choice Reasoning Strategy, containing 9 topics and 17 sub-topics in total.
How many chapters are there in Logic, Proof and Mathematical Reasoning for Mathematics Admissions Test (MAT)?
3 chapters. Logic, Proof and Mathematical Reasoning accounts for about 12% of the topics in the whole Mathematics Admissions Test (MAT) syllabus (9 of 76).
How long should I spend on Logic, Proof and Mathematical Reasoning for Mathematics Admissions Test (MAT)?
Budget around 10 hours for a first pass through Logic, Proof and Mathematical Reasoning — about 45 minutes per topic plus 12 minutes per sub-topic across its 9 topics. Add revision cycles on top.
Are there flashcards for Mathematics Admissions Test (MAT) Logic, Proof and Mathematical Reasoning?
Yes — a 49-card Logic, Proof and Mathematical Reasoning deck. Sample cards are printed on this page, and the full deck is free in the Examius app with spaced repetition scheduling.