Let $X$ be an $n\times n$ negative definite matrix such that $X_{ii}<0$ for all $i$ and $X_{ij}\geq 0$ for $i\neq j$. Denote by $Y=X^{-1}$ the inverse of $X$. I would like to find bounds on the diagonal elements of $Y$. Can we find $\underline{Y}$ and $\overline{Y}$ such that $\underline{Y}\leq Y_{ii} \leq \overline{Y}$ for all $i$?
Note that $-X$ satisfies the definition of an $M$-matrix and so its inverse is such that all its elements are nonnegative. This implies that all the elements of $Y$ are nonpositive and so one potential upper bound is $\overline{Y}=0$ but I would like to find a tighter bound if possible.
Also, in the special in which $X$ is diagonal, it is easy to show that $$ \left(\max_i X_{ii}\right)^{-1}\leq Y_{ii} \leq \left(\min_i X_{ii}\right)^{-1}. $$ I am hoping that a result like this extends to nondiagonal $X$'s.
You can use the Rayleigh quotient. For any hermitian matrix $A$ and nonzero vector $x$, $$\lambda_{\min}(A) \leq \frac{x^TAx}{x^Tx} \leq \lambda_{\max}(A).$$ By taking $x=e_i$, the $i^{th}$ standard basis vector (with a $1$ at position $i$ and zeros everywhere else), you obtain: $$\lambda_{\min}(X^{-1}) \leq (X^{-1})_{ii} \leq \lambda_{\max}(X^{-1}).$$ You have $\lambda_{\min}(X^{-1}) = 1/\lambda_{\max}(X)$ and $\lambda_{\max}(X^{-1}) = 1/\lambda_{\min}(X)$ since all eigenvalues are negative, and since if $\lambda$ is an eigenvalue of $X$ then $1/\lambda$ is an eigenvalue of $X^{-1}$ (if $Xv = \lambda v$ then $X^{-1}v = (1/\lambda)v$).