← Back To Notes↑ Back To Top

Proof Writing Practice

GitHub Changelog -

  • 1

0 of 27 completed

Create worksheet

Selected problems

No problems selected.

    Direct

    1.1Rewrite a Universal Conditional Statement

    Exam I | Problem 1.1 |

    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 |

    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 |

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

    1.4Add Two Even Integers

    Exam I | Problem 1.4 |

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

    1.5Multiply Two Odd Integers

    Exam I | Problem 1.5 |

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

    1.6Add Divisible Numbers

    Exam I | Problem 1.6 |

    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 |

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

    1.8Check Injectivity

    Exam I | Problem 1.8 |

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

    1.9Check Surjectivity

    Exam I | Problem 1.9 |

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

    Integrated

    2.0Give a Witness

    Exam II | Problem 2.0 |

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

    2.1Distribute a Set Intersection

    Exam II | Problem 2.1 |

    Prove that

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

    2.2An Even-Difference Relation

    Exam II | Problem 2.2 |

    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 |

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

    2.4A Contradiction Argument

    Exam II | Problem 2.4 |

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

    2.5Split Into Cases

    Exam II | Problem 2.5 |

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

    2.6Induction on a Sum

    Exam II | Problem 2.6 |

    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 |

    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 |

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

    Applied

    3.1Prove a Linear Map Is Bijective

    Final | Problem 3.1 |

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

    3.2Recover a Set Inclusion

    Final | Problem 3.2 |

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

    3.3Exactly One of Two Consecutive Integers Is Even

    Final | Problem 3.3 |

    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 |

    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 |

    Prove that there is no integer $n$ such that

    $$ n^2 = 2. $$

    Challenge

    4.1Quantifier Order Matters

    Final | Problem 4.1 |

    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 |

    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 |

    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 |

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