PhyslibSearch

QuantumInfo.ForMathlib.IsMaximalSelfAdjoint

4 declarations

instance

Every `TrivialStar` `CommSemiring` is its own maximal self-adjoint subalgebra

#instTrivialStar_IsMaximalSelfAdjoint

Let RR be a commutative semiring with a star operation * (RR is a `CommSemiring` and has a `Star` instance). If the star operation is trivial, meaning x=xx^* = x for all xRx \in R (an instance of `TrivialStar`), then RR is its own maximal self-adjoint subalgebra. Under this condition, the map from the ring of scalars to the self-adjoint elements is the identity map, and the self-adjoint parts of the algebra coincide with the ring RR itself.

instance

R\mathbb{R} is the maximal self-adjoint part of an `RCLike` field α\alpha

#instRCLike_IsMaximalSelfAdjoint

Let α\alpha be an R\mathbb{R}-clike field (a field such as R\mathbb{R} or C\mathbb{C} equipped with a conjugation). The type of real numbers R\mathbb{R} is the maximal self-adjoint sub-algebra of α\alpha. Specifically, the map from an element of α\alpha to its self-adjoint part is given by the real part Re:αR\text{Re}: \alpha \to \mathbb{R}, and an element xαx \in \alpha is self-adjoint (i.e., xˉ=x\bar{x} = x) if and only if x=Re(x)x = \text{Re}(x).

theorem

selfadjMap=id\text{selfadjMap} = \text{id} in rings with trivial star operation

#trivial_selfadjMap

Let RR be a commutative semiring equipped with a star operation. If the star operation is trivial (i.e., x=xx^* = x for all xRx \in R), then the map selfadjMap:RR\text{selfadjMap} : R \to R, which maps an element to its self-adjoint part, is equal to the identity map idR\text{id}_R.

theorem

selfadjMap=Re\text{selfadjMap} = \text{Re} in R\mathbb{R}-clike fields

#RCLike_selfadjMap

Let α\alpha be a field that is R\mathbb{R}-clike (such as R\mathbb{R} or C\mathbb{C}). The map selfadjMap:αR\text{selfadjMap}: \alpha \to \mathbb{R}, which sends an element to its self-adjoint part, is equal to the real part function Re\text{Re}.