Photo AI

Last Updated Sep 26, 2025

Proof by Deduction Simplified Revision Notes

Revision notes with simplified explanations to understand Proof by Deduction quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

287+ students studying

1.1.2 Proof by Deduction

Proof

Proof is a mathematical tool used to test whether statements are true or not. There are many different types/styles of proof that can be used in different situations.

Proof by Deduction

This is a type of proof used to deduce other true statements from statements we already know to be true.

Notation (⇒)

This sign means "implies that". It means that the statement on the right of the sign is a direct consequence of the statement on the left.

infoNote

e.g. x=3x2=9x=3⇒x^2=9

"x=3 implies x2=9x = 3 \ implies \ x^2=9"

infoNote

e.g. x2=9⇏x=3x^2 = 9 \not \Rightarrow x = 3

x2=9⇏x=3x^2=9\not⇒x=3

"x2=9x2x^2=9x^2 does not imply x=3xx=3x"

This is true because x2=9x=±3x^2=9\Rightarrow x=±3

infoNote

e.g. 2x=6x=32x=6⇔x=3

Also true are

2x=6x=32x=6 \Rightarrow x = 3

2x=6x=32x=6⇐x=3

which allows us to write the double-sided implication sign.


infoNote

Q1 (Jun 2006, Q4)

In each of the following cases choose one of the statements:

  • PQP \Rightarrow Q
  • PQP \Leftrightarrow Q
  • PQP \Leftarrow Q to describe the complete relationship between PP and QQ.

(i)

  • P:x2+x2=0P: x^2+x−2=0

  • Q:x=1Q: x=1

  • Solution:

    • (x+2)(x1)=0x=2 or 1(x + 2)(x - 1) = 0 \Rightarrow x = -2 \text{ or } 1
    • PQ\therefore P \Leftarrow Q (ii)
  • P:y3>1P: y^3 > 1

  • Q:y>1Q: y > 1

  • Solution:

    • PQ∴P⇒Q

infoNote

Q4 (Jan 2012, Q9)

Complete each of the following by putting the best connecting symbol (\Leftrightarrow, \Leftarrow, or \Rightarrow) in the box. Explain your choice, giving full reasons.

(i) n3+1 is an odd integern is an even integern^3 + 1 \text{ is an odd integer} \quad \boxed{\Rightarrow} \quad n \text{ is an even integer}

n⇒ n being even means n3n^3 (EVEN×EVEN×EVEN) is also even. Add 1 then it becomes odd.

⇏\not\Rightarrow because letting n3+1=7n^3+1=7, we get n3=6n^3=6 and n=63n = \sqrt[3]{6} which is not even.

(ii) (x3)(x2)>0x>3(x - 3)(x - 2) > 0 \quad \boxed{\Leftarrow} \quad x > 3

\Leftarrow because from the graph we can see that x>3x>3 or x<2x<2 satisfy the inequality. Not just x>3x>3.

image

Proof Involving Odd and Even Numbers

An even number is any integer multiple of 2 (including 0). An odd number is one that is not even (but must be an integer).

Mathematical Definitions

infoNote

A number is even if it can be written in the form 2n2n where nn is an integer.

infoNote

A number is odd if it can be written in the form 2n+12n+1 or 2m+12m+1 where nn or mm is an integer.

infoNote

e.g. Prove the sum of two even numbers is also even. Let my even numbers be 2n2n and 2m2m.

Important to use two different letters as numbers may differ

2n+2m=2(n+m)2n + 2m = 2(n + m)

Emphasize it being a multiple of 2 by factorizing.

Which is of the form 2A2A \therefore even.

Conclusion is important.


Prove that the sum of the squares of any two consecutive numbers is odd.

Let my two numbers be n,n+1n,n+1

Used the same letter as it is important in the question that numbers are consecutive

n2+(n+1)2n^2 + (n+1)^2

=n2+(n=1)(n1)=n^2+(n=1)(n-1)

=n2+(n2+2n+1)= n^2 + (n^2 + 2n + 1)

=2n2+2n+1= 2n^2 + 2n + 1

=2(n2+n)+1= 2(n^2 + n) + 1

Take out a factor of 2 from wherever we can.

Which is of the form 2A+1,2A+1, \therefore odd.

Prove that the product of two odd numbers is also odd.

  1. Define your starting numbers:
  • Let (2m+1)(2m+1) and (2n+1) be the two odd numbers in question.
  1. Perform whatever operation was requested:
  • (2m+1)(2n+1)=4mn+2n+2m+1(2m+1)(2n+1) = 4mn + 2n + 2m + 1
  1. Factorize in a way that proves evenness or oddness:
  • 2(2mn+n+m)+12(2mn + n + m) + 1
  • Emphasize by leaving +1+1 outside the bracket.
  1. Conclude by spelling out what you have just shown:
  • Since this is of the form 2A+12A + 1, we can deduce the product of two odd numbers is odd.

Notation

  • means "implies that" or "leads to the direct consequence"
infoNote

Example: (2x=6x=3)( 2x = 6 \Rightarrow x = 3 )

(x2=9⇏x=3)( x^2 = 9 \not \Rightarrow x = 3 )

Means "does not imply". This is because in this case (x)( x ) could be 3-3.

(x2=9x=3)( x^2 = 9 \Leftarrow x = 3 )

This statement is true because (x2=9)( x^2 = 9 ) is a direct consequence of (x=3)( x = 3 ).

2x=6x=32x = 6 \Leftrightarrow x = 3

A "double-way implication" is also referred to as "if and only if" or "iff".


infoNote

Question (Q1. Jun 2006, Q4)

In each of the following cases, choose one of the statements(PQ),(PQ),(PQ),(P=Q) ( P \Rightarrow Q ), ( P \Leftarrow Q ), ( P \Leftrightarrow Q ), ( P = Q ) to describe the complete relationship between P and Q.

  1. (i)
  • P:P: x2+x2=0x^2 + x - 2 = 0
  • QQ : x=1x = 1
  • Solution:
  • (x+2)(x1)=0x=2,x=1(x + 2)(x - 1) = 0 \Rightarrow x = -2, x = 1
  • PQ \therefore P \Leftarrow Q
  1. (ii)
  • P:P : y3>1y^3 > 1
  • QQ : y>1y > 1
  • Solution:
  • PQP \Leftrightarrow Q

Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Proof by Deduction

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

50 flashcards

Flashcards on Proof by Deduction

Revise key concepts with interactive flashcards.

Try Maths Pure Flashcards

5 quizzes

Quizzes on Proof by Deduction

Test your knowledge with fun and engaging quizzes.

Try Maths Pure Quizzes

29 questions

Exam questions on Proof by Deduction

Boost your confidence with real exam questions.

Try Maths Pure Questions

27 exams created

Exam Builder on Proof by Deduction

Create custom exams across topics for better practice!

Try Maths Pure exam builder

12 papers

Past Papers on Proof by Deduction

Practice past papers to reinforce exam experience.

Try Maths Pure Past Papers

Other Revision Notes related to Proof by Deduction you should explore

Discover More Revision Notes Related to Proof by Deduction to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Proof

Language of Proof

user avatar
user avatar
user avatar
user avatar
user avatar

350+ studying

196KViews

96%

114 rated

Proof

Proof by Exhaustion

user avatar
user avatar
user avatar
user avatar
user avatar

459+ studying

189KViews

96%

114 rated

Proof

Disproof by Counter Example

user avatar
user avatar
user avatar
user avatar
user avatar

474+ studying

183KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered