Proofs Examples in Math

Start with the recap, study the fully worked examples, then use the practice problems to check your understanding of Proofs.

This page combines explanation, solved examples, and follow-up practice so you can move from recognition to confident problem-solving in Math.

Concept Recap

A mathematical proof is a rigorous logical argument that demonstrates the truth of a statement beyond doubt, proceeding from accepted axioms and previously proven results through valid inference rules.

It is not guessing the answer; it is proving why the answer must be true.

Read the full concept explanation β†’

How to Use These Examples

  • Read the first worked example with the solution open so the structure is clear.
  • Try the practice problems before revealing each solution.
  • Use the related concepts and background knowledge badges if you feel stuck.

What to Focus On

Core idea: A proof is a rigorous chain of valid inferences from accepted axioms to a guaranteed conclusion.

Common stuck point: The procedure for proofs is the easy part; the trap is treating confirming examples as a proof. Asking "Does my argument guarantee the claim for EVERY case via valid inference, not just confirm examples?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

Sense of Study hint: Ask: Does my argument guarantee the claim for EVERY case via valid inference, not just confirm examples?

Worked Examples

Example 1

easy
Prove directly: The sum of two even integers is even.

Answer

a+b=2(m+n)Β isΒ even.a + b = 2(m+n) \text{ is even.}

First step

1
Let aa and bb be even integers. By definition, a=2ma = 2m and b=2nb = 2n for some integers m,nm, n.

Full solution

  1. 2
    Then a+b=2m+2n=2(m+n)a + b = 2m + 2n = 2(m + n).
  2. 3
    Since m+nm + n is an integer, a+b=2(m+n)a + b = 2(m + n) is even by definition.
A direct proof starts from the hypothesis, applies definitions and algebra, and arrives at the conclusion. Translating 'even' into 2k2k is a standard first step.

Example 2

medium
Prove directly: For any integer nn, if nn is odd then n2n^2 is odd.

Example 3

medium
Prove by contradiction: there is no largest integer.

Example 4

medium
Prove by contrapositive: if n2n^2 is even, then nn is even.

Example 5

medium
Prove: if mm and nn are both perfect squares, then mnmn is a perfect square.

Example 6

hard
Prove by contradiction that 2\sqrt{2} is irrational.

Example 7

medium
Prove by induction: 1+2+β‹―+n=n(n+1)21+2+\dots+n = \frac{n(n+1)}{2}.

Example 8

medium
Prove: if a∣ba \mid b, then a∣bca \mid bc for every integer cc.

Example 9

hard
Prove by cases: for any integer nn, n2n^2 has remainder 00 or 11 when divided by 44.

Example 10

medium
Prove: the sum of three consecutive integers is divisible by 33.

Example 11

hard
Prove by induction: 2n>n2^n > n for all nβ‰₯1n \ge 1.

Example 12

medium
Prove: if a,ba, b are rational, then a+ba+b is rational.

Example 13

hard
Prove: there are infinitely many primes (Euclid's argument).

Example 14

challenge
Prove: for any natural number nn, n3βˆ’nn^3 - n is divisible by 66.

Practice Problems

Try these problems on your own first, then open the solution to compare your method.

Example 1

medium
Prove: The product of two odd integers is odd.

Example 2

medium
Prove directly: if nn is even, then n+1n+1 is odd.

Example 3

easy
In a proof, what are the two things you must clearly identify before reasoning?

Example 4

easy
Prove directly: if nn is even, then n+2n+2 is even.

Example 5

easy
What is wrong with proving 'x=2x=2' by writing 'assume x=2x=2, then x=2x=2'?

Example 6

easy
Prove: the sum of two odd numbers is even.

Example 7

easy
Which is a valid proof of 'βˆ€n,Β 2n\forall n,\ 2n is even': (A) test n=1,2,3n=1,2,3; (B) write 2n=2β‹…n2n=2\cdot n?

Example 8

easy
In a proof, what role does an axiom play?

Example 9

easy
Prove: if a∣ba \mid b and a∣ca \mid c, then a∣(b+c)a \mid (b+c).

Example 10

easy
What does 'it is obvious' hide in a proof?

Example 11

medium
Prove: if n2n^2 is even, then nn is even (use contrapositive).

Example 12

medium
Prove: for all integers nn, n2+nn^2+n is even.

Example 13

medium
Prove: if xx is rational and yy is irrational, then x+yx+y is irrational.

Example 14

medium
What is the converse of 'if it rains, the ground is wet', and is it always true?

Example 15

medium
Prove: the sum of the first nn odd numbers equals n2n^2 β€” outline the method that fits best.

Example 16

medium
Identify the flaw: 'Let a=ba=b. Then a2=aba^2=ab, a2βˆ’b2=abβˆ’b2a^2-b^2=ab-b^2, (a+b)(aβˆ’b)=b(aβˆ’b)(a+b)(a-b)=b(a-b), so a+b=ba+b=b, thus 2b=b2b=b.'

Example 17

medium
Prove: if a<ba < b then a<a+b2<ba < \frac{a+b}{2} < b.

Example 18

medium
State what makes a proof 'valid' versus merely 'persuasive'.

Example 19

medium
Prove: if aa and bb are both odd, then abab is odd.

Example 20

challenge
Prove: there are infinitely many primes (outline Euclid's argument).

Example 21

challenge
Prove by strong induction: every integer nβ‰₯2n \ge 2 has a prime factor.

Example 22

challenge
Prove: for any sets, AβŠ†BA \subseteq B if and only if A∩B=AA \cap B = A.

Example 23

easy
In a direct proof of 'if PP then QQ', what do you assume at the start?

Example 24

easy
What is one counterexample sufficient to disprove?

Example 25

medium
Disprove by counterexample: 'For all integers nn, n2>nn^2 > n.'

Example 26

easy
True or false: a proof by example (showing the statement holds for n=1,2,3n=1,2,3) proves the universal statement βˆ€n\forall n.

Example 27

medium
Prove: if nn is an integer, then n2+nn^2 + n is even.

Example 28

medium
Prove: an integer nn is even if and only if n+2n+2 is even.

Example 29

easy
What name do we give a statement that has been proven from axioms?

Example 30

medium
Identify the flaw: 'Proof that all horses are the same color: by induction on the size of a group of horses.'

Example 31

easy
True or false: a single example proves a universal claim.

Example 32

medium
Disprove: 'For all primes pp, 2pβˆ’12^p - 1 is prime.'

Background Knowledge

These ideas may be useful before you work through the harder examples.

logical statementconditionalproof intuition