Proof (Intuition) Examples in Math

Start with the recap, study the fully worked examples, then use the practice problems to check your understanding of Proof (Intuition).

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

Concept Recap

The informal, intuitive sense of why a mathematical statement must be true β€” the "aha" that precedes and motivates a formal proof.

A chain of reasoning that convinces you something 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: Proof intuition is the convincing 'aha' chain that something cannot fail to be true, which then guides a formal proof.

Common stuck point: The procedure for proof (intuition) is the easy part; the trap is accepting a pile of confirming examples as the intuition. Asking "Do I have a chain of reasoning that forces the conclusion, beyond just examples that happen to work?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

Sense of Study hint: Ask: Do I have a chain of reasoning that forces the conclusion, beyond just examples that happen to work?

Worked Examples

Example 1

easy
Before writing a formal proof that 'the sum of two even integers is even,' build the intuition. Explain why it must be true, then formalise.

Answer

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

First step

1
Intuition: Even numbers are multiples of 2. Adding two multiples of 2 gives another multiple of 2 β€” the '2-ness' is preserved.

Full solution

  1. 2
    Analogy: pairs of objects combined with pairs of objects always give pairs.
  2. 3
    Formalise: Let a=2ma=2m and b=2nb=2n. Then a+b=2m+2n=2(m+n)a+b=2m+2n=2(m+n), which is even.
Proof intuition means building a convincing internal picture before writing the formal argument. The intuition guides which definitions and algebraic steps to use, making the formal proof feel natural rather than mechanical.

Example 2

medium
Build intuition for why 2\sqrt{2} is irrational before writing the formal proof. What is the core contradiction?

Example 3

medium
Build the intuition for why the sum of an odd and an even integer is odd. Then prove it formally.

Example 4

medium
Build intuition for why the product of any three consecutive integers is divisible by 66, then prove it.

Example 5

medium
Build intuition for why there are infinitely many primes (Euclid). Sketch the key idea.

Example 6

hard
Build intuition for the contradiction at the heart of proving 3\sqrt 3 is irrational. Sketch the argument.

Example 7

hard
Why does the principle of strong induction allow assuming P(1),P(2),…,P(k)P(1), P(2), \ldots, P(k) all at once when proving P(k+1)P(k+1)? Build intuition with the prime factorization theorem.

Example 8

hard
Sketch a proof by contradiction that there is no rational number whose square is 55.

Example 9

challenge
Sketch a proof using the well-ordering principle that every positive integer has a unique prime factorization.

Practice Problems

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

Example 1

easy
Build intuition for the statement: 'For any integer nn, n(n+1)n(n+1) is even.' Explain informally why this must be true.

Example 2

medium
Build intuition for induction: why does proving 'P(k)β‡’P(k+1)P(k) \Rightarrow P(k+1)' together with P(1)P(1) establish P(n)P(n) for all nn?

Example 3

easy
Does checking that 3,5,73,5,7 are odd prove 'all primes are odd'? Give 11 for yes, 00 for no.

Example 4

easy
To disprove 'all swans are white', how many counterexamples suffice? Give the number.

Example 5

easy
The sum of two even numbers is even. Writing 2a+2b=2(a+b)2a+2b=2(a+b), what common factor proves it? Give the factor.

Example 6

easy
In a proof by contradiction of '2\sqrt2 is irrational', we assume 2=pq\sqrt2=\frac{p}{q} in lowest terms. What parity does pp turn out to share with p2p^2 here? Give 'even' as 11.

Example 7

easy
A proof must state assumptions. In 'if nn is even then n2n^2 is even', what is assumed about nn? Give 'even' as 11.

Example 8

easy
Does the converse of 'if it rains, the ground is wet' (i.e. 'if wet then rains') follow automatically? Give 11 for yes.

Example 9

easy
How many cases does a proof by cases on the parity of an integer need? Give the number.

Example 10

easy
The contrapositive of 'if PP then QQ' is 'if not QQ then not PP' and is logically equivalent. Give 11 if equivalent.

Example 11

medium
Induction proves P(n)P(n) for all nβ‰₯1n\ge1 via base case and inductive step. For βˆ‘i=1ni=n(n+1)2\sum_{i=1}^{n} i=\frac{n(n+1)}{2}, what is the base case value at n=1n=1?

Example 12

medium
In the inductive step for βˆ‘i=1ni=n(n+1)2\sum_{i=1}^{n} i=\frac{n(n+1)}{2}, assuming it for n=kn=k, what do you add to both sides to reach n=k+1n=k+1? Give the term.

Example 13

medium
A pigeonhole proof: placing 1313 people into 1212 months guarantees at least how many share a month?

Example 14

medium
To prove 'the product n(n+1)n(n+1) is always even', which property of two consecutive integers is the key insight? Give 'one is even' as the count of even factors guaranteed.

Example 15

medium
A valid proof needs each step to follow. In 'a=ba=b, so a2=aba^2=ab', what operation was applied to both sides? Give the multiplier.

Example 16

medium
The infinitude-of-primes proof multiplies known primes and adds 11. For primes {2,3}\{2,3\}, what is 2β‹…3+12\cdot3+1?

Example 17

challenge
In a flawed proof '1=21=2', both sides are divided by (aβˆ’b)(a-b) after setting a=ba=b. What is the value of aβˆ’ba-b that invalidates this step?

Example 18

challenge
A proof shows n3βˆ’nn^3-n is divisible by 33 for all integers nn. Factoring gives (nβˆ’1)n(n+1)(n-1)n(n+1) β€” how many consecutive integers is that product, guaranteeing a multiple of 33?

Example 19

challenge
Why must a proof's logic be valid even if the conclusion is true? If '2+2=42+2=4' is justified by 'because the sky is blue', is the reasoning valid? Give 11 for valid.

Example 20

medium
To prove a number is divisible by 66, it suffices to show divisibility by which two coprime numbers? Give their product.

Example 21

medium
A direct proof that nn even implies n2n^2 even writes n=2kn=2k. What is n2n^2 in terms of kk (give the coefficient of k2k^2)?

Example 22

medium
In an 'if and only if' proof, how many directions must be shown? Give the number.

Example 23

easy
How many counterexamples are needed to disprove a universal statement of the form 'for all xx, P(x)P(x)'?

Example 24

easy
Is checking that 4,6,84, 6, 8 are even sufficient to prove 'all even numbers β‰₯4\ge 4 are even'?

Example 25

easy
True or false: 'if PP then QQ' is logically equivalent to its contrapositive 'if not QQ then not PP'.

Example 26

easy
Is the statement 'for some nn, n2=nn^2 = n' true? Give an example.

Example 27

easy
The proof technique that assumes the opposite and derives a contradiction is called proof by _____.

Example 28

medium
Sketch the intuition behind the pigeonhole principle: if n+1n + 1 pigeons fit into nn holes, what must happen?

Example 29

medium
Give a counterexample to the claim 'every odd integer is prime'.

Example 30

medium
Why is proving P→QP \to Q by contrapositive sometimes easier than direct proof? Illustrate with: 'if n2n^2 is even, then nn is even'.

Example 31

medium
Give the contrapositive of 'if nn is divisible by 66, then nn is divisible by 22'.

Example 32

medium
Why does 'PP implies QQ' NOT mean 'QQ implies PP'? Give a real-world example.

Example 33

medium
Disprove 'every positive integer is the sum of two squares' with a counterexample.

Example 34

hard
Use the pigeonhole principle to show that among any 1313 people, at least two share a birth month.

Example 35

hard
Why does the statement 'PP if and only if QQ' require TWO proofs?

Example 36

hard
Using induction, sketch the proof that 1+2+β‹―+n=n(n+1)/21 + 2 + \cdots + n = n(n+1)/2 for all nβ‰₯1n \ge 1.

Example 37

challenge
Prove or disprove: 'There exist irrational numbers a,ba, b such that aba^b is rational.'

Background Knowledge

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

logical statementconditional