I'm currently examining irreducible diagonally dominant matrices say A, i.e. $\exists i$ $|a_{ii}| > \sum _{i \not = j} a_{ij}$ and the corresponding graph G to the adjacency matrix A is strongly connected (to have an irreducible matrix).
An example is the following matrix: $\begin{bmatrix} 2 & -1 \\ -1 & 2 \end{bmatrix}$ with the eigenvalues $\lambda_1=1$, $\lambda_2=3$.
Does the smallest eigenvalue always decrease when a diagonal element decreases by 1 in this class of systems? For example $\begin{bmatrix} 2 & -1 \\ -1 & 1 \end{bmatrix}$ has the eigenvalues $\lambda_1 \approx 0.38$ and $\lambda_2 \approx 2.62$. The Gershgorin circle theorem doesn't say anything because the circles overlap, so I'm curious if it's possible to show something for this problem. Clearly the sum of all eigenvalues equal the trace of A, but can this also be related to the smallest eigenvalue in some way?
Greetings, Vincent