00:01
So we want to show by induction that this statement here is true.
00:06
So let's see what we can do with this.
00:11
So let's go ahead and first call the statement pn, and let's check our base case.
00:16
Our base case is going to be n is equal to 1.
00:20
Well, the left -hand side of this is just going to be x to the 1 minus 1, which is just x minus 1.
00:27
And then the right -hand side of this is going to be x -minus -1 times.
00:34
Well, let's see.
00:36
So it would be x -to -the -1 -1, which is 0.
00:39
So that's just x -to -0, which is 1.
00:41
So this is also x -minus 1.
00:44
So that checks out.
00:46
So now let's state our hypothesis.
00:51
So this is going to be that the statement, p -k, is x -to -k -1.
01:00
Is equal to x minus 1 times 1 plus x plus x squared all the way up to x to the end minus 1.
01:10
And now what we want to show is that pk plus 1 is also true.
01:17
So x to the k plus 1 minus 1 is equal to x minus 1 times 1 plus x plus x squared all the way up to x to the n minus 1 plus x to the in.
01:33
So this is what we want to show...