Let a square matrix A is a matrix of positive defined quadratic form. How can I show, that $A^{-1}$ also a matrix of a positive defined quadratic form?
Positive defined quadratic form is A(x,y), that all it's corner minors are positive.
Inverse matrix is a matrix, contains all minors of the source matrix.
It must be linked somehow...
If $A$ is positive-definite, then $x^TAx >0$ for all $x$.
Since $A$ is invertible then for any $y$ we can find some $x$ such that $Ax=y$, but we have:
$Ax = y \implies x^TAx=x^Ty$
$x=A^{-1}y \implies y^TA^{-1}y=y^Tx$
$x^Ty$ is a real number, therefore $x^Ty=(x^Ty)^T=y^Tx$. This implies that:
$y^TA^{-1}y = x^TAx> 0$
Since $y$ was arbitrary, this proves that $A^{-1}$ is positive definite.