Assumptions Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

medium
In a proof that 2\sqrt{2} is irrational, the argument begins: 'Assume 2=p/q\sqrt{2} = p/q in lowest terms with p,qp,q integers.' Identify every assumption made and explain why each is necessary.

Solution

  1. 1
    Assumption 1 (for contradiction): 2\sqrt{2} is rational. This is the opposite of what we want to prove; the contradiction will disprove it.
  2. 2
    Assumption 2: pp and qq are integers. This is what 'rational' means — expressible as a ratio of integers.
  3. 3
    Assumption 3: gcd(p,q)=1\gcd(p,q)=1 (in lowest terms). This ensures the fraction is fully reduced; any rational number can be put in this form, so it is without loss of generality.
  4. 4
    All three are necessary: without them the argument does not have enough structure to reach a contradiction.

Answer

Three assumptions: (1) rational hypothesis, (2) integer numerator/denominator, (3) gcd(p,q)=1\text{Three assumptions: (1) rational hypothesis, (2) integer numerator/denominator, (3) } \gcd(p,q)=1
In a proof by contradiction, the core assumption is the negation of the goal. Secondary assumptions like 'in lowest terms' are standard normalisations that simplify the argument without restricting generality.

About Assumptions

Statements accepted as true without proof that form the starting conditions for a mathematical argument or model.

Learn more about Assumptions →

More Assumptions Examples