Back to noteBack to top

Pomodoro

Pomodoro timer is idle

Proof Writing Practice

GitHub Changelog

Showing all 27 problems

0 of 27 completed

Direct Practice

1.1Rewrite a Universal Conditional Statement

Exam I | Problem 1.1 | Quantifiers · Implication

Rewrite the statement below using symbols:

For every integer $n$, if $n$ is even, then $n^2$ is even.

1.2Negate a Quantified Statement

Exam I | Problem 1.2 | Quantifiers · Negation

Write the negation of

$$ \forall x \in \mathbb{R}\, \exists y \in \mathbb{R}\,(x < y). $$

1.3Split an 'If and Only If'

Exam I | Problem 1.3 | Logical Form · Equivalence

What two implications must be proved to establish $P \Leftrightarrow Q$?

1.4Add Two Even Integers

Exam I | Problem 1.4 | Direct Proof · Even/Odd

Prove that if $m$ and $n$ are even integers, then $m+n$ is even.

1.5Multiply Two Odd Integers

Exam I | Problem 1.5 | Direct Proof · Even/Odd

Prove that if $m$ and $n$ are odd integers, then $mn$ is odd.

1.6Add Divisible Numbers

Exam I | Problem 1.6 | Direct Proof · Divisibility

Prove that if $a \mid b$ and $a \mid c$, then $a \mid (b+c)$.

1.7A Basic Set Inclusion

Exam I | Problem 1.7 | Set Inclusion

Prove that $A \cap B \subseteq A$.

1.8Check Injectivity

Exam I | Problem 1.8 | Injective · Functions

Let $f(x) = 5x - 2$ on $\mathbb{R}$. Prove that $f$ is injective.

1.9Check Surjectivity

Exam I | Problem 1.9 | Surjective · Functions

Let $g(x) = x^3$ on $\mathbb{R}$. Prove that $g$ is surjective.

Integrated Practice

2.0Give a Witness

Exam II | Problem 2.0 | Existence · Rational Numbers

Show that there exists a rational number between $1$ and $2$.

2.1Distribute a Set Intersection

Exam II | Problem 2.1 | Set Equality · Set Inclusion

Prove that

$$ A \cap (B \cup C) = (A \cap B) \cup (A \cap C). $$

2.2An Even-Difference Relation

Exam II | Problem 2.2 | Relations · Direct Proof

On the integers, define a relation $R$ by $aRb$ if $a-b$ is even. Prove that $R$ is reflexive, symmetric, and transitive.

2.3Use the Contrapositive

Exam II | Problem 2.3 | Contrapositive · Even/Odd

Prove that if $n^2$ is even, then $n$ is even.

2.4A Contradiction Argument

Exam II | Problem 2.4 | Contradiction · Irrationality

Prove that $\sqrt{2}$ is irrational.

2.5Split Into Cases

Exam II | Problem 2.5 | Cases · Modulo

Prove that for any integer $n$, $n^2 \equiv 0$ or $1 \pmod{4}$.

2.6Induction on a Sum

Exam II | Problem 2.6 | Induction · Sums

Prove by induction that for all integers $n \ge 1$,

$$ 1 + 2 + \cdots + n = \frac{n(n+1)}{2}. $$

2.7Existence and Uniqueness

Exam II | Problem 2.7 | Existence · Uniqueness

Show that there exists exactly one real number $x$ such that

$$ 3x - 7 = 11. $$

2.8A Cubic Function Is Bijective

Exam II | Problem 2.8 | Functions · Injective · Surjective

Let $f(x) = x^3$ on $\mathbb{R}$. Prove that $f$ is bijective.

Applied Problems

3.1Prove a Linear Map Is Bijective

Final | Problem 3.1 | Functions · Injective · Surjective

Let $f(x) = 4x - 1$ on $\mathbb{R}$. Prove that $f$ is bijective.

3.2Recover a Set Inclusion

Final | Problem 3.2 | Set Inclusion · Set Equality

Suppose $A \cap B = A$. Prove that $A \subseteq B$.

3.3Exactly One of Two Consecutive Integers Is Even

Final | Problem 3.3 | Cases · Even/Odd

Prove that for every integer $n$, exactly one of $n$ and $n+1$ is even.

3.4Sum of the First Odd Numbers

Final | Problem 3.4 | Induction · Sums

Prove by induction that for all integers $n \ge 1$,

$$ 1 + 3 + \cdots + (2n-1) = n^2. $$

3.5No Integer Squares to Two

Final | Problem 3.5 | Contradiction · Integers

Prove that there is no integer $n$ such that

$$ n^2 = 2. $$

Challenge / Synthesis

4.1Quantifier Order Matters

Final | Problem 4.1 | Quantifiers · Logic

Give a concrete predicate and domain where

$$ \forall x\, \exists y\, P(x,y) $$

is true but

$$ \exists y\, \forall x\, P(x,y) $$

is false.

4.2A Set Characterization

Final | Problem 4.2 | Set Equality · Set Inclusion

Prove that

$$ A \subseteq B \quad \text{if and only if} \quad A \cap B = A. $$

4.3A Bijection Gives Exactly One Solution

Final | Problem 4.3 | Functions · Existence · Uniqueness

Let $f:\mathbb{R}\to\mathbb{R}$ be bijective. Prove that for each $y\in\mathbb{R}$, the equation $f(x)=y$ has exactly one solution.

4.4Irrationality of Root Two

Final | Problem 4.4 | Contradiction · Irrationality

Prove that $\sqrt{2}$ is irrational.