Mathlib Map

Theorems · Definition · operator theory

LinearMap.IsPositive

{𝕜 : Type u_1} →
  {E : Type u_2} →
    [inst : RCLike 𝕜] → [inst_1 : NormedAddCommGroup E] → [inst_2 : InnerProductSpace 𝕜 E] → (E →ₗ[𝕜] E) → Prop

A linear operator T on a Hilbert space is positive if it is symmetric and ∀ x, 0 ≤ re ⟪T x, x⟫.

Defined in
Mathlib.Analysis.InnerProductSpace.Positive
Cited by
39 results in Mathlib
Foundations
Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RCLikeNormedAddCommGroupInnerProductSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

LinearMap.IsPositive.isSymmetric · cited by 9IsPositive.isSymmetricContinuousLinearMap.isPositive_toLinearMap_iff · cited by 7ContinuousLinearMap.isPos…ContinuousLinearMap.IsPositive.toLinearMap · cited by 6IsPositive.toLinearMapLinearMap.isPositive_one · cited by 5LinearMap.isPositive_oneLinearMap.IsPositive.re_inner_nonneg_left · cited by 4IsPositive.re_inner_nonne…LinearMap.IsPositive.inner_nonneg_left · cited by 3IsPositive.inner_nonneg_l…LinearMap.IsPositive.nonneg_eigenvalues · cited by 3IsPositive.nonneg_eigenva…LinearMap.IsIdempotentElem.isPositive_iff_isSymmetric · cited by 2IsIdempotentElem.isPositi…LinearMap.isPositive_adjoint_comp_self · cited by 2LinearMap.isPositive_adjo…LinearMap.isPositive_iff · cited by 2LinearMap.isPositive_iffLinearMap.isPositive_natCast · cited by 2LinearMap.isPositive_natC…LinearMap.isPositive_toContinuousLinearMap_iff · cited by 2LinearMap.isPositive_toCo…Matrix.isPositive_toEuclideanLin_iff · cited by 2Matrix.isPositive_toEucli…LinearMap.IsPositive.conj_adjoint · cited by 2IsPositive.conj_adjointLinearMap.IsPositive.inner_nonneg_right · cited by 2IsPositive.inner_nonneg_r…DFunLike.coe · cited by 62936DFunLike.coeRingHom.id · cited by 18349RingHom.idNormedAddCommGroup · cited by 15752NormedAddCommGroupLinearMap · cited by 10215LinearMapInnerProductSpace · cited by 3523InnerProductSpaceRCLike · cited by 2829RCLikeInner.inner · cited by 1089Inner.innerRCLike.re · cited by 319RCLike.reLinearMap.IsSymmetric · cited by 121LinearMap.IsSymmetricLinearMap.IsPositiveCITED BYCITES

Cites9

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by39

Results whose statement or proof uses this declaration.