LeanPool.Monlib4.LinearAlgebra.PosMapIsReal #
Imported Lean Pool material for LeanPool.Monlib4.LinearAlgebra.PosMapIsReal.
we say a map $f \colon M_1 \to M_2$ is a positive map if for all positive $x \in M_1$, we also get $f(x)$ is positive
Equations
- LinearMap.IsPosMap f = ∀ ⦃x : M₁⦄, 0 ≤ x → 0 ≤ f x
Instances For
The algebra equivalence between continuous endomorphisms and linear endomorphisms in finite-dimensional inner product spaces.
Equations
Instances For
matrix of orthogonalProjection
Equations
Instances For
The blockwise matrix of orthogonal projections for a PiMat.
Equations
Instances For
the positive square root of the square of a Hermitian matrix x,
in other words, √(x ^ 2)
Equations
- hx.sqSqrt = (Matrix.innerAut hx.eigenvectorUnitary) (Matrix.diagonal (RCLike.ofReal ∘ fun (i : n) => √(hx.eigenvalues i ^ 2)))
Instances For
the square of the positive square root of a Hermitian matrix is equal to the square of the matrix
Notation for the positive part in the decomposition of a Hermitian matrix.
Equations
- posL = Lean.ParserDescr.trailingNode `posL 80 81 (Lean.ParserDescr.symbol "₊")
Instances For
Notation for the negative part in the decomposition of a Hermitian matrix.
Equations
- posR = Lean.ParserDescr.trailingNode `posR 80 81 (Lean.ParserDescr.symbol "₋")
Instances For
a Hermitian matrix commutes with its positive squared-square-root,
i.e., x * √(x^2) = √(x^2) * x.
Data exhibiting a star algebra as equivalent to a finite product of matrix algebras.
- k : Type u
The index type for the product of matrix algebras.
The matrix index type in each summand.
Finiteness of each matrix index type.
- hrk₂ (i : self.k) : DecidableEq (self.rk i)
Decidable equality for each matrix index type.
The star algebra equivalence to the product of matrix algebras.
Instances For
Matrices are trivially equivalent to a one-summand product of matrix algebras.
Equations
- One or more equations did not get rendered due to their size.
Instances For
if a map preserves positivity, then it is star-preserving
if a map preserves positivity, then it is star-preserving
a $^*$-homomorphism from $A$ to $B$ is a positive map