Let $A$ be a symmetric invertible $n \times n$ matrix, and $B$ an antisymmetric $n \times n$ matrix. Under what conditions is $A+B$ an invertible matrix? In particular, if $A$ is positive definite, is $A+B$ invertible?
This isn't homework, I am just curious. Assume all matrices have entries in $\mathbb{R}$.
Edit to include context:
This question comes from a question that popped up in my research on string theory. One is interested in (pseudo)-Riemannian manifolds equipped with a two-form gauge field, modelling a background in which a closed string is moving. The metric, $g$, is a symmetric covariant 2-tensor, while the $b$-field is an antisymmetric covariant 2-tensor. The metric is non-degenerate and therefore invertible. Choosing local coordinates for the manifold, we can express the metric and $b$ field as $n \times n$ matrices, say $A$ and $B$, where $A$ is invertible. There is an operation on string backgrounds called T-duality which, in this simplified context, acts by inverting the matrix $E = A + B$, and so I am therefore interested in which scenarios this procedure works. I am mainly interested in the context where $A$ is real, invertible and positive definite (positive eigenvalues), corresponding to a Riemannian metric $g$, although I have tried to be a bit more general in the wording of the question.
Where to start: The main issue I have is that I don't really have any criteria for when the sum of two matrices is invertible. Certainly if the determinant is non-zero then I will be happy, but the determinant is not additive, so I don't know how to approach this. In two dimensions I can construct a counterexample whenever A has negative determinant, but the situations I really care about have $det(A)>0$. I would like to find a general criterion for when $A+B$ is invertible.
Nah. Take $$A = \begin{pmatrix} 1 & 0\\ 0 & -1 \end{pmatrix} \quad \mbox{and} \quad B = \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix}.$$Then $A$ is invertible and $$A+B = \begin{pmatrix} 1 & 1 \\ -1 & -1 \end{pmatrix}$$has determinant $\det(A+B) = 0$.
(Every matrix is the sum of a symmetric matrix and an anti-symmetric matrix. Take a non-invertible matrix, decompose it like that and see if the symmetric part is invertible.)