Proof by induction is a proof technique that allows us to prove that a statement is true for all positive integers. Here’s how it works (Note: $P(n)$ means that the statement is true for the given value $n$):
With induction, we are trying to show two things:
If we can show these two things, then that means $P(2)$ is true (since $P(1)$ is true and $P(1)$ being true implies $P(1+1) = P(2)$ is true). Then that means $P(3)$ is true (since $P(2)$ being true implies that $P(3)$ is true). Then that means $P(4)$ is true, and so on. By doing this, we have proven that $P(n)$ is true for all positive integer values of $n$.