Proofs - Topic 1 Flashcards

Proof by deduction, exhaustion, counter example and contradiction

1
Q

Year 1 - Chapter 7.5

What is proof by exhaustion?

A

Proving a mathematical statement by breaking the statement into smaller cases and proving each case separately.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Year 1 - Chapter 7.5

How do you prove a statement by exhaustion?

Example:

A

Prove that all square numbers are a multiple of 4 or 1 more than a multiple of 4:

For odd numbers:

  • (2n+1)² = 4n² + 4n + 1 = 4n(n+1) + 1

For even numbers:

  • (2n)² = 4n²
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Year 1 - Chapter 7.5

What is proof by counter-example?

A

A counter-example is one example that doesn’t work for the statement, with this example being sufficient to disprove a statement.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Year 1 - Chapter 7.5

How do you prove a statement by counter-example?

Example:

A

‘The sum of two consecutive prime numbers is always even.’

  • 2 and 3 are both prime
  • 2+3 = 5
  • 5 is odd
  • Therefore the statement is not true
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Year 2 - Chapter 1.1

What is proof by contradiction?

A

Proving a statement by using logical steps to show that the assumption leads to something impossible - either a contradiction of the assumption, or a contradiction of a fact you know to be true. To start a proof by contradiction, you assume that the statement given is not true. You can then conclude that your assumption was incorrect and that the original statement was true.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Year 2 - Chapter 1.1

How do you prove a statement by contradiction?

Example:

A

‘Prove that √2 is an irrational number.’

  • Assumption: √2 is rational
  • √2 = a/b; no common factors, fraction cannot be reduced further
  • 2 = a²/b²
  • a² = 2b²
  • a² must be even, so a is also even
  • a = 2n
  • (2n)² = 2b²
  • 2n² = b²
  • b² must be even, so b is also even
  • If both a and b are even, they will have a common factor of 2, contradicting the statement that a and b have no common factors, therefore √2 is irrational
How well did you know this?
1
Not at all
2
3
4
5
Perfectly