00:01
Problem we want to use induction to prove that a n which is found by the recursive statement 2 a n minus 1 plus 1 can also be found by using the equation or expression 2 to the n minus 1 so we'll do our base case first the base case is for n equals to 2 since it says n greater than 1 for n equals 2 on the left side a 2 would be equal to 2 times 2 times a 1 plus 1, which is 2 times a1 is given to us.
00:35
That's 1 plus 1, which makes 3.
00:38
On the other side, we have 2 to the 2 minus 1, since n is equal to 2.
00:43
That is 4 minus 1, which is also equal to 3.
00:46
So since the left side and right side are equal, we know a1 is true.
00:54
So the inductive step, assume that ak is true.
00:59
So if ak is true, that means ak is defined by 2 times ak minus 1, the previous term, plus 1, which is equal to 2 times k minus 1.
01:15
Then for ak plus 1, that would be equal to 2 times the previous term, ak plus 1...