Mark44
Mentor
- 38,054
- 10,571
@Robb, as already mentioned, for an induction proof you need to
For step 2, it's reasonable to assume that for n = k, ##A^k = \begin{bmatrix} 1 & 2k \\ 0 & 1\end{bmatrix}##
For step 3, show, using the assumption in step 2, that ##A^{k + 1} = \begin{bmatrix} 1 & 2(k + 1) \\ 0 & 1\end{bmatrix}##
Your work should start with ##A^{k + 1} = \dots##.
That's it!
- Establish a base case (e.g., with n = 1).
- Assume that the proposition is true if n = k.
- Show that if the proposition is true for n = k, it must also be true for n = k + 1.
For step 2, it's reasonable to assume that for n = k, ##A^k = \begin{bmatrix} 1 & 2k \\ 0 & 1\end{bmatrix}##
For step 3, show, using the assumption in step 2, that ##A^{k + 1} = \begin{bmatrix} 1 & 2(k + 1) \\ 0 & 1\end{bmatrix}##
Your work should start with ##A^{k + 1} = \dots##.
That's it!