Sigma Notation In Inductive Proofs
When using proof by induction to demonstrate the result of a sum, we can often use sigma notation to make these proofs more concise. Suppose we want to show that
To use proof by induction to demonstrate this, we need to:
- Establish the base case,
- Demonstrate the inductive step
If we consider the most general case of this problem, we are trying to show that
where are the terms of our series, and is an analytic expression which we want to show can be used to evaluate the value of the series directly. To prove that this expression hold for all , we need to show that it holds for , which means we need to show that
And then for our inductive step, we assume that the expression holds for , and we need to prove it for . Since the series between these two cases differ only in the final term, we typically use the following approach
From here, if we can then show that , then we are able to conclude that
which then completes our proof.
...
Log in or sign up to see more