the correspondence between matrix.pos_semidef and linear_map.is_positive #
In this file, we show that
x ∈ Mₙ
being positive semi-definite is equivalent to
x.to_euclidean_lin.is_positive
The adjoint of the linear map associated to a matrix is the linear map associated to the conjugate transpose of that matrix.
Alias of Matrix.posSemidef_conjTranspose_mul_self
.
The conjugate transpose of a matrix multiplied by the matrix is positive semidefinite
Alias of Matrix.posSemidef_self_mul_conjTranspose
.
A matrix multiplied by its conjugate transpose is positive semidefinite
Equations
- Matrix.invertible_of_bij_toLin' h = ⋯.invertible
Instances For
Equations
- hQ.invertible = Matrix.invertible_of_bij_toLin' ⋯
a matrix $x$ is positive semi-definite if and only if there exists vectors $(v_i)$ such that $\sum_i v_iv_i^*=x$
the identity is a positive definite matrix
Alias of Matrix.PosDef.eigenvalues_pos
.
The eigenvalues of a positive definite matrix are positive
the trace of a positive definite matrix is non-zero
given a positive definite matrix $Q$, we have $0\leq\operatorname{Tr}(Qx^*x)$ for any matrix $x$
given a positive definite matrix $Q$, we get $\textnormal{Tr}(Qx^*x)=0$ if and only if $x=0$ for any matrix $x$
Alias of Matrix.PosDef.trace_conjTranspose_hMul_self_eq_zero
.
given a positive definite matrix $Q$, we get $\textnormal{Tr}(Qx^*x)=0$ if and only if $x=0$ for any matrix $x$
Alias of Matrix.posSemidef_self_mul_conjTranspose
.
A matrix multiplied by its conjugate transpose is positive semidefinite