I'm looking for a way to bound the norm of an inverse of a matrix (specifically considering infinity-norm). I know that the norm of an inverse of a matrix has the relationship,
$||A^{-1}|| \geq \left(||A|| \right)^{-1}$ (Eq. 1)
but this provides a lower bound. Are there any useful equations or identities that could form the upper bound on this norm instead? (For example, in which situations does the equality for Eq. 1 hold?)
I do not have knowledge of eigenvalues/singular values of the matrix (that's why I'm using the infinity-norm instead). The matrix is complex and has the form $A := \hat{I} - {\mathrm i} \alpha B$, where $\hat{I}$ is the identity, ${\mathrm i}$ is the imaginary unit, $\alpha$ is a real constant, and $B$ is a matrix with real elements and a symmetric structure.
Attempt: I know we can split up the norm of a sum of a matrix into the sum of norms of matrices, i.e.
$||A+B|| \leq ||A|| + ||B||$. (Eq. 2)
While this provides an upper bound on $(||A||)^{-1}$ if we use Eq. 1 to decompose the norm of an inverse matrix, I don't know how it relates to the upper bound on $||A^{-1}||$.