Let $A$ be a square matrix with all diagonal entries equal to $2$, all entries directly above or below the main diagonal equal to $1$, and all other entries equal to $0$. Show that every eigenvalue of $A$ is a real number strictly between $0$ and $4$.
Attempt at solution:
Since $A$ is real and symmetric, we already know that its eigenvalues are real numbers.
Since the entries in the diagonal of $A$ are all positive (all $2$), $A$ is positive definite iff the determinants of all the upper left-hand corners of $A$ are positive. I think this can be proven via induction (showing that each time the dimension goes up, the determinant goes up too)
Since A is symmetric and positive definite, eigenvalues are positive, i.e. greater than $0$.
But I can't get the upper bound of $4$. Any help would be appreciated. Thank you.