How can you write an integer in terms of n?
n
How can you write an even number in terms of n?
2n
How can you write an odd number in terms of n?
2n+1
How can you write a square number in terms of n?
n^2
How can you write two consecutive integers in terms of n?
n, n+1
How can you write two consecutive square numbers in terms of n?
n^2, (n+1)^2
What is proof by exhaustion?
Trying every available option
What is disproof by counter-example?
When you disprove the statement
What are the different types of proof?
Direct proof
Proof by exhaustion
Disproof by counter-example