Loogle!
Result
Found 561 declarations mentioning IsSelfAdjoint. Of these, only the first 200 are shown.
- IsSelfAdjoint π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [Star R] (x : R) : Prop - IsSelfAdjoint.all π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [Star R] [TrivialStar R] (r : R) : IsSelfAdjoint r - IsSelfAdjoint.isStarNormal π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_3} [Mul R] [Star R] {x : R} (hx : IsSelfAdjoint x) : IsStarNormal x - IsSelfAdjoint.star_eq π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [Star R] {x : R} (hx : IsSelfAdjoint x) : star x = x - isSelfAdjoint_iff π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [Star R] {x : R} : IsSelfAdjoint x β star x = x - IsSelfAdjoint.star_iff π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [InvolutiveStar R] {x : R} : IsSelfAdjoint (star x) β IsSelfAdjoint x - IsSelfAdjoint.zero π Mathlib.Algebra.Star.SelfAdjoint
(R : Type u_1) [AddMonoid R] [StarAddMonoid R] : IsSelfAdjoint 0 - IsSelfAdjoint.apply π Mathlib.Algebra.Star.SelfAdjoint
{ΞΉ : Type u_3} {Ξ± : ΞΉ β Type u_4} [(i : ΞΉ) β Star (Ξ± i)] {f : (i : ΞΉ) β Ξ± i} : IsSelfAdjoint f β β (i : ΞΉ), IsSelfAdjoint (f i) - Pi.isSelfAdjoint π Mathlib.Algebra.Star.SelfAdjoint
{ΞΉ : Type u_3} {Ξ± : ΞΉ β Type u_4} [(i : ΞΉ) β Star (Ξ± i)] {f : (i : ΞΉ) β Ξ± i} : IsSelfAdjoint f β β (i : ΞΉ), IsSelfAdjoint (f i) - IsSelfAdjoint.mul_star_self π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [Mul R] [StarMul R] (x : R) : IsSelfAdjoint (x * star x) - IsSelfAdjoint.one π Mathlib.Algebra.Star.SelfAdjoint
(R : Type u_1) [MulOneClass R] [StarMul R] : IsSelfAdjoint 1 - IsSelfAdjoint.star_mul_self π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [Mul R] [StarMul R] (x : R) : IsSelfAdjoint (star x * x) - isSelfAdjoint_map π Mathlib.Algebra.Star.SelfAdjoint
{F : Type u_3} {R : Type u_4} {S : Type u_5} [Star R] [Star S] [FunLike F R S] [StarHomClass F R S] [TrivialStar R] (f : F) (x : R) : IsSelfAdjoint (f x) - IsSelfAdjoint.map π Mathlib.Algebra.Star.SelfAdjoint
{F : Type u_3} {R : Type u_4} {S : Type u_5} [Star R] [Star S] [FunLike F R S] [StarHomClass F R S] {x : R} (f : F) (hx : IsSelfAdjoint x) : IsSelfAdjoint (f x) - IsSelfAdjoint.natCast π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [NonAssocSemiring R] [StarRing R] (n : β) : IsSelfAdjoint βn - IsSelfAdjoint.smul π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} {A : Type u_2} [Star R] [Star A] [SMul R A] [StarModule R A] {r : R} (hr : IsSelfAdjoint r) {x : A} (hx : IsSelfAdjoint x) : IsSelfAdjoint (r β’ x) - IsSelfAdjoint.add_star_self π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [AddCommMonoid R] [StarAddMonoid R] (x : R) : IsSelfAdjoint (x + star x) - IsSelfAdjoint.star_add_self π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [AddCommMonoid R] [StarAddMonoid R] (x : R) : IsSelfAdjoint (star x + x) - IsSelfAdjoint.ofNat π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [NonAssocSemiring R] [StarRing R] (n : β) [n.AtLeastTwo] : IsSelfAdjoint (OfNat.ofNat n) - IsSelfAdjoint.of_map π Mathlib.Algebra.Star.SelfAdjoint
{F : Type u_3} {R : Type u_4} {S : Type u_5} [Star R] [Star S] [FunLike F R S] [StarHomClass F R S] (f : F) {x : R} (hf : Function.Injective βf) (hx : IsSelfAdjoint (f x)) : IsSelfAdjoint x - IsSelfAdjoint.nnratCast π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [DivisionSemiring R] [StarRing R] (q : ββ₯0) : IsSelfAdjoint βq - Function.Injective.isSelfAdjoint_apply_iff π Mathlib.Algebra.Star.SelfAdjoint
{F : Type u_3} {R : Type u_4} {S : Type u_5} [Star R] [Star S] [FunLike F R S] [StarHomClass F R S] (f : F) {x : R} (hf : Function.Injective βf) : IsSelfAdjoint (f x) β IsSelfAdjoint x - IsSelfAdjoint.add π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [AddMonoid R] [StarAddMonoid R] {x y : R} (hx : IsSelfAdjoint x) (hy : IsSelfAdjoint y) : IsSelfAdjoint (x + y) - IsSelfAdjoint.intCast π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [Ring R] [StarRing R] (z : β€) : IsSelfAdjoint βz - IsSelfAdjoint.neg π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [AddGroup R] [StarAddMonoid R] {x : R} (hx : IsSelfAdjoint x) : IsSelfAdjoint (-x) - IsSelfAdjoint.commute_iff π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_3} [Mul R] [StarMul R] {x y : R} (hx : IsSelfAdjoint x) (hy : IsSelfAdjoint y) : Commute x y β IsSelfAdjoint (x * y) - IsSelfAdjoint.ratCast π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [DivisionRing R] [StarRing R] (x : β) : IsSelfAdjoint βx - IsSelfAdjoint.commute_of_mul_eq_isSelfAdjoint π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_3} [Mul R] [StarMul R] (x y z : R) (hx : IsSelfAdjoint x) (hy : IsSelfAdjoint y) (hz : IsSelfAdjoint z) (hxyz : x * y = z) : Commute x y - IsSelfAdjoint.pow π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [Monoid R] [StarMul R] {x : R} (hx : IsSelfAdjoint x) (n : β) : IsSelfAdjoint (x ^ n) - IsSelfAdjoint.invβ π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [GroupWithZero R] [StarMul R] {x : R} (hx : IsSelfAdjoint x) : IsSelfAdjoint xβ»ΒΉ - IsSelfAdjoint.invβ_iff π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [GroupWithZero R] [StarMul R] (x : R) : IsSelfAdjoint xβ»ΒΉ β IsSelfAdjoint x - IsSelfAdjoint.of_subtypeMk π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} {S : Type u_3} [Star R] [SetLike S R] [StarMemClass S R] {s : S} {x : R} {hx : x β s} : IsSelfAdjoint β¨x, hxβ© β IsSelfAdjoint x - IsSelfAdjoint.subtypeMk π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} {S : Type u_3} [Star R] [SetLike S R] [StarMemClass S R] {s : S} {x : R} {hx : x β s} : IsSelfAdjoint x β IsSelfAdjoint β¨x, hxβ© - IsSelfAdjoint.conjugate π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [Semigroup R] [StarMul R] {x : R} (hx : IsSelfAdjoint x) (z : R) : IsSelfAdjoint (z * x * star z) - IsSelfAdjoint.conjugate' π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [Semigroup R] [StarMul R] {x : R} (hx : IsSelfAdjoint x) (z : R) : IsSelfAdjoint (star z * x * z) - IsSelfAdjoint.of_subtypeVal π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} {S : Type u_3} [Star R] [SetLike S R] [StarMemClass S R] {s : S} {x : β₯s} : IsSelfAdjoint βx β IsSelfAdjoint x - IsSelfAdjoint.subtypeVal π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} {S : Type u_3} [Star R] [SetLike S R] [StarMemClass S R] {s : S} {x : β₯s} : IsSelfAdjoint x β IsSelfAdjoint βx - Subtype.isSelfAdjoint_mk_iff π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} {S : Type u_3} [Star R] [SetLike S R] [StarMemClass S R] {s : S} {x : R} {hx : x β s} : IsSelfAdjoint β¨x, hxβ© β IsSelfAdjoint x - IsSelfAdjoint.conjugate_self π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [Semigroup R] [StarMul R] {x : R} (hx : IsSelfAdjoint x) {z : R} (hz : IsSelfAdjoint z) : IsSelfAdjoint (z * x * z) - IsSelfAdjoint.mul π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [CommSemigroup R] [StarMul R] {x y : R} (hx : IsSelfAdjoint x) (hy : IsSelfAdjoint y) : IsSelfAdjoint (x * y) - IsSelfAdjoint.sub π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [AddGroup R] [StarAddMonoid R] {x y : R} (hx : IsSelfAdjoint x) (hy : IsSelfAdjoint y) : IsSelfAdjoint (x - y) - Subtype.isSelfAdjoint_iff π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} {S : Type u_3} [Star R] [SetLike S R] [StarMemClass S R] {s : S} {x : β₯s} : IsSelfAdjoint βx β IsSelfAdjoint x - IsSelfAdjoint.ringInverse π Mathlib.Algebra.Star.SelfAdjoint
{A : Type u_2} {a : A} [Semiring A] [StarRing A] (ha : IsSelfAdjoint a) : IsSelfAdjoint (Ring.inverse a) - IsSelfAdjoint.zpowβ π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [GroupWithZero R] [StarMul R] {x : R} (hx : IsSelfAdjoint x) (n : β€) : IsSelfAdjoint (x ^ n) - selfAdjoint.isSelfAdjoint π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [AddGroup R] [StarAddMonoid R] {x : β₯(selfAdjoint R)} : IsSelfAdjoint βx - IsSelfAdjoint.inv π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [Group R] [StarMul R] {x : R} (hx : IsSelfAdjoint x) : IsSelfAdjoint xβ»ΒΉ - IsSelfAdjoint.inv_iff π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [Group R] [StarMul R] (x : R) : IsSelfAdjoint xβ»ΒΉ β IsSelfAdjoint x - isSelfAdjoint_ringInverse_iff π Mathlib.Algebra.Star.SelfAdjoint
{A : Type u_2} {a : A} [Semiring A] [StarRing A] (ha : IsUnit a) : IsSelfAdjoint (Ring.inverse a) β IsSelfAdjoint a - IsSelfAdjoint.zpow π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [Group R] [StarMul R] {x : R} (hx : IsSelfAdjoint x) (n : β€) : IsSelfAdjoint (x ^ n) - IsSelfAdjoint.invOf π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [Monoid R] [StarMul R] (x : R) [Invertible x] : IsSelfAdjoint x β IsSelfAdjoint β x - IsSelfAdjoint.invOf_iff π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [Monoid R] [StarMul R] (x : R) [Invertible x] : IsSelfAdjoint β x β IsSelfAdjoint x - IsSelfAdjoint.conj_eq π Mathlib.Algebra.Star.SelfAdjoint
{Ξ± : Type u_3} [CommSemiring Ξ±] [StarRing Ξ±] {a : Ξ±} (ha : IsSelfAdjoint a) : (starRingEnd Ξ±) a = a - IsSelfAdjoint.commute_of_mul_eq_zero π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [NonUnitalNonAssocRing R] [StarRing R] {a b : R} (ha : IsSelfAdjoint a) (hb : IsSelfAdjoint b) (hab : a * b = 0) : Commute a b - IsUnit.isSelfAdjoint_conjugate_iff π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [Monoid R] [StarMul R] {a u : R} (hu : IsUnit u) : IsSelfAdjoint (u * a * star u) β IsSelfAdjoint a - IsUnit.isSelfAdjoint_conjugate_iff' π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [Monoid R] [StarMul R] {a u : R} (hu : IsUnit u) : IsSelfAdjoint (star u * a * u) β IsSelfAdjoint a - IsSelfAdjoint.smul_iff π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} {A : Type u_2} [Monoid R] [StarMul R] [Star A] [MulAction R A] [StarModule R A] {r : R} (hr : IsSelfAdjoint r) (hu : IsUnit r) {x : A} : IsSelfAdjoint (r β’ x) β IsSelfAdjoint x - IsSelfAdjoint.div π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [Semifield R] [StarRing R] {x y : R} (hx : IsSelfAdjoint x) (hy : IsSelfAdjoint y) : IsSelfAdjoint (x / y) - isSelfAdjoint_smul_of_mem_skewAdjoint π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} {A : Type u_2} [Ring R] [AddCommGroup A] [Module R A] [StarAddMonoid R] [StarAddMonoid A] [StarModule R A] {r : R} (hr : r β skewAdjoint R) {a : A} (ha : a β skewAdjoint A) : IsSelfAdjoint (r β’ a) - IsSelfAdjoint.smul_mem_skewAdjoint π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} {A : Type u_2} [Ring R] [AddCommGroup A] [Module R A] [StarAddMonoid R] [StarAddMonoid A] [StarModule R A] {r : R} (hr : r β skewAdjoint R) {a : A} (ha : IsSelfAdjoint a) : r β’ a β skewAdjoint A - isSelfAdjoint_sum π Mathlib.Algebra.Star.BigOperators
{R : Type u_1} {ΞΉ : Type u_2} [AddCommMonoid R] [StarAddMonoid R] (s : Finset ΞΉ) {x : ΞΉ β R} (h : β i β s, IsSelfAdjoint (x i)) : IsSelfAdjoint (β i β s, x i) - IsSelfAdjoint.algebraMap π Mathlib.Algebra.Star.Module
{R : Type u_1} (A : Type u_2) [CommSemiring R] [StarRing R] [Semiring A] [StarMul A] [Algebra R A] [StarModule R A] {r : R} (hr : IsSelfAdjoint r) : IsSelfAdjoint ((algebraMap R A) r) - isSelfAdjoint_algebraMap_iff π Mathlib.Algebra.Star.Module
{R : Type u_1} {A : Type u_2} [CommSemiring R] [StarRing R] [Semiring A] [StarMul A] [Algebra R A] [StarModule R A] {r : R} (h : Function.Injective β(algebraMap R A)) : IsSelfAdjoint ((algebraMap R A) r) β IsSelfAdjoint r - IsSelfAdjoint.coe_selfAdjointPart_apply π Mathlib.Algebra.Star.Module
(R : Type u_1) {A : Type u_2} [Semiring R] [StarMul R] [TrivialStar R] [AddCommGroup A] [Module R A] [StarAddMonoid A] [StarModule R A] [Invertible 2] {x : A} (hx : IsSelfAdjoint x) : β((selfAdjointPart R) x) = x - IsSelfAdjoint.selfAdjointPart_apply π Mathlib.Algebra.Star.Module
(R : Type u_1) {A : Type u_2} [Semiring R] [StarMul R] [TrivialStar R] [AddCommGroup A] [Module R A] [StarAddMonoid A] [StarModule R A] [Invertible 2] {x : A} (hx : IsSelfAdjoint x) : (selfAdjointPart R) x = β¨x, hxβ© - IsSelfAdjoint.skewAdjointPart_apply π Mathlib.Algebra.Star.Module
(R : Type u_1) {A : Type u_2} [Semiring R] [StarMul R] [TrivialStar R] [AddCommGroup A] [Module R A] [StarAddMonoid A] [StarModule R A] [Invertible 2] {x : A} (hx : IsSelfAdjoint x) : (skewAdjointPart R) x = 0 - IsStarProjection.isSelfAdjoint π Mathlib.Algebra.Star.StarProjection
{R : Type u_1} [Mul R] [Star R] {p : R} (self : IsStarProjection p) : IsSelfAdjoint p - IsStarProjection.mk π Mathlib.Algebra.Star.StarProjection
{R : Type u_1} [Mul R] [Star R] {p : R} (isIdempotentElem : IsIdempotentElem p) (isSelfAdjoint : IsSelfAdjoint p) : IsStarProjection p - isStarProjection_iff π Mathlib.Algebra.Star.StarProjection
{R : Type u_1} [Mul R] [Star R] (p : R) : IsStarProjection p β IsIdempotentElem p β§ IsSelfAdjoint p - IsSelfAdjoint.inr π Mathlib.Algebra.Algebra.Unitization
(R : Type u_1) {A : Type u_2} [Semiring R] [StarAddMonoid R] [Star A] {a : A} (ha : IsSelfAdjoint a) : IsSelfAdjoint βa - IsSelfAdjoint.of_inr π Mathlib.Algebra.Algebra.Unitization
{R : Type u_1} {A : Type u_2} [Semiring R] [StarAddMonoid R] [Star A] {a : A} : IsSelfAdjoint βa β IsSelfAdjoint a - Unitization.isSelfAdjoint_inr π Mathlib.Algebra.Algebra.Unitization
{R : Type u_1} {A : Type u_2} [Semiring R] [StarAddMonoid R] [Star A] {a : A} : IsSelfAdjoint βa β IsSelfAdjoint a - IsSelfAdjoint.of_nonneg π Mathlib.Algebra.Order.Star.Basic
{R : Type u_1} [NonUnitalSemiring R] [PartialOrder R] [StarRing R] [StarOrderedRing R] {x : R} (hx : 0 β€ x) : IsSelfAdjoint x - LE.le.isSelfAdjoint π Mathlib.Algebra.Order.Star.Basic
{R : Type u_1} [NonUnitalSemiring R] [PartialOrder R] [StarRing R] [StarOrderedRing R] {x : R} (hx : 0 β€ x) : IsSelfAdjoint x - IsSelfAdjoint.mono π Mathlib.Algebra.Order.Star.Basic
{R : Type u_1} [NonUnitalSemiring R] [PartialOrder R] [StarRing R] [StarOrderedRing R] {x y : R} (h : x β€ y) (hx : IsSelfAdjoint x) : IsSelfAdjoint y - IsSelfAdjoint.of_ge π Mathlib.Algebra.Order.Star.Basic
{R : Type u_1} [NonUnitalSemiring R] [PartialOrder R] [StarRing R] [StarOrderedRing R] {x y : R} (h : x β€ y) (hx : IsSelfAdjoint x) : IsSelfAdjoint y - IsSelfAdjoint.mul_self_nonneg π Mathlib.Algebra.Order.Star.Basic
{R : Type u_1} [NonUnitalSemiring R] [PartialOrder R] [StarRing R] [StarOrderedRing R] {a : R} (ha : IsSelfAdjoint a) : 0 β€ a * a - IsSelfAdjoint.of_le π Mathlib.Algebra.Order.Star.Basic
{R : Type u_1} [NonUnitalRing R] [PartialOrder R] [StarRing R] [StarOrderedRing R] {a b : R} (hab : a β€ b) : IsSelfAdjoint b β IsSelfAdjoint a - IsSelfAdjoint.iff_of_le π Mathlib.Algebra.Order.Star.Basic
{R : Type u_1} [NonUnitalRing R] [PartialOrder R] [StarRing R] [StarOrderedRing R] {a b : R} (hab : a β€ b) : IsSelfAdjoint a β IsSelfAdjoint b - IsSelfAdjoint.sq_nonneg π Mathlib.Algebra.Order.Star.Basic
{R : Type u_1} [Semiring R] [PartialOrder R] [StarRing R] [StarOrderedRing R] {a : R} (ha : IsSelfAdjoint a) : 0 β€ a ^ 2 - IsSelfAdjoint.exists_nonneg_sub_nonneg π Mathlib.Algebra.Order.Star.Basic
{R : Type u_3} [AddGroup R] [Star R] [PartialOrder R] [SelfAdjointDecompose R] {a : R} (ha : IsSelfAdjoint a) : β b c, 0 β€ b β§ 0 β€ c β§ a = b - c - SelfAdjointDecompose.exists_nonneg_sub_nonneg π Mathlib.Algebra.Order.Star.Basic
{R : Type u_3} {instβ : AddGroup R} {instβΒΉ : Star R} {instβΒ² : PartialOrder R} [self : SelfAdjointDecompose R] {a : R} (ha : IsSelfAdjoint a) : β b c, 0 β€ b β§ 0 β€ c β§ a = b - c - SelfAdjointDecompose.mk π Mathlib.Algebra.Order.Star.Basic
{R : Type u_3} [AddGroup R] [Star R] [PartialOrder R] (exists_nonneg_sub_nonneg : β {a : R}, IsSelfAdjoint a β β b c, 0 β€ b β§ 0 β€ c β§ a = b - c) : SelfAdjointDecompose R - IsSelfAdjoint.conjugate_nonneg π Mathlib.Algebra.Order.Star.Basic
{R : Type u_1} [NonUnitalSemiring R] [PartialOrder R] [StarRing R] [StarOrderedRing R] {a : R} (ha : 0 β€ a) {c : R} (hc : IsSelfAdjoint c) : 0 β€ c * a * c - IsSelfAdjoint.conjugate_le_conjugate π Mathlib.Algebra.Order.Star.Basic
{R : Type u_1} [NonUnitalSemiring R] [PartialOrder R] [StarRing R] [StarOrderedRing R] {a b : R} (hab : a β€ b) {c : R} (hc : IsSelfAdjoint c) : c * a * c β€ c * b * c - map_isSelfAdjoint π Mathlib.Algebra.Order.Star.Basic
{F : Type u_6} {E : Type u_7} {R : Type u_8} [AddCommGroup E] [PartialOrder E] [StarAddMonoid E] [NonUnitalRing R] [PartialOrder R] [StarRing R] [StarOrderedRing R] [SelfAdjointDecompose E] [FunLike F E R] [OrderHomClass F E R] [AddMonoidHomClass F E R] {a : E} (ha : IsSelfAdjoint a) (f : F) : IsSelfAdjoint (f a) - IsSelfAdjoint.map' π Mathlib.Algebra.Order.Star.Basic
{F : Type u_6} {E : Type u_7} {R : Type u_8} [AddCommGroup E] [PartialOrder E] [StarAddMonoid E] [NonUnitalRing R] [PartialOrder R] [StarRing R] [StarOrderedRing R] [SelfAdjointDecompose E] [FunLike F E R] [OrderHomClass F E R] [AddMonoidHomClass F E R] {a : E} (ha : IsSelfAdjoint a) (f : F) : IsSelfAdjoint (f a) - IsStrictlyPositive.isSelfAdjoint π Mathlib.Algebra.Algebra.StrictPositivity
{A : Type u_1} [Semiring A] [PartialOrder A] [StarRing A] [StarOrderedRing A] {a : A} (ha : IsStrictlyPositive a) : IsSelfAdjoint a - IsUnit.isStrictlyPositive_iff_conjugate_of_isSelfAdjoint π Mathlib.Algebra.Algebra.StrictPositivity
{A : Type u_1} [Semiring A] [StarRing A] [PartialOrder A] [StarOrderedRing A] (a b : A) (hb : IsUnit b) (hbβ : IsSelfAdjoint b := by cfc_tac) : IsStrictlyPositive (b * a * b) β IsStrictlyPositive a - IsStrictlyPositive.conjugate_of_isUnit_of_isSelfAdjoint π Mathlib.Algebra.Algebra.StrictPositivity
{A : Type u_1} [Semiring A] [StarRing A] [PartialOrder A] [StarOrderedRing A] (a b : A) (hb : IsUnit b) (hbβ : IsSelfAdjoint b := by cfc_tac) (ha : IsStrictlyPositive a := by cfc_tac) : IsStrictlyPositive (b * a * b) - IsSelfAdjoint.isHermitian π Mathlib.LinearAlgebra.Matrix.Hermitian
{Ξ± : Type u_1} {n : Type u_4} [Star Ξ±] {A : Matrix n n Ξ±} : IsSelfAdjoint A β A.IsHermitian - Matrix.IsHermitian.isSelfAdjoint π Mathlib.LinearAlgebra.Matrix.Hermitian
{Ξ± : Type u_1} {n : Type u_4} [Star Ξ±] {A : Matrix n n Ξ±} : A.IsHermitian β IsSelfAdjoint A - Matrix.isHermitian_iff_isSelfAdjoint π Mathlib.LinearAlgebra.Matrix.Hermitian
{Ξ± : Type u_1} {n : Type u_4} [Star Ξ±] {A : Matrix n n Ξ±} : A.IsHermitian β IsSelfAdjoint A - Matrix.isHermitian_diagonal_iff π Mathlib.LinearAlgebra.Matrix.Hermitian
{Ξ± : Type u_1} {n : Type u_4} [AddMonoid Ξ±] [StarAddMonoid Ξ±] [DecidableEq n] {d : n β Ξ±} : (Matrix.diagonal d).IsHermitian β β (i : n), IsSelfAdjoint (d i) - Matrix.isHermitian_diagonal_of_self_adjoint π Mathlib.LinearAlgebra.Matrix.Hermitian
{Ξ± : Type u_1} {n : Type u_4} [AddMonoid Ξ±] [StarAddMonoid Ξ±] [DecidableEq n] (v : n β Ξ±) (h : IsSelfAdjoint v) : (Matrix.diagonal v).IsHermitian - Matrix.IsHermitian.smul π Mathlib.LinearAlgebra.Matrix.Hermitian
{Ξ± : Type u_1} {n : Type u_4} {R : Type u_5} [Star R] [Star Ξ±] [SMul R Ξ±] [StarModule R Ξ±] {A : Matrix n n Ξ±} (h : A.IsHermitian) {k : R} (hk : IsSelfAdjoint k) : (k β’ A).IsHermitian - Matrix.IsHermitian.of_smul π Mathlib.LinearAlgebra.Matrix.Hermitian
{Ξ± : Type u_1} {n : Type u_4} {R : Type u_5} [Monoid R] [Star R] [Star Ξ±] [MulAction R Ξ±] [StarModule R Ξ±] {A : Matrix n n Ξ±} {k : R} [Invertible k] (h : (k β’ A).IsHermitian) (hk : IsSelfAdjoint k) : A.IsHermitian - Matrix.isHermitian_smul_iff π Mathlib.LinearAlgebra.Matrix.Hermitian
{Ξ± : Type u_1} {n : Type u_4} {R : Type u_5} [Monoid R] [Star R] [Star Ξ±] [MulAction R Ξ±] [StarModule R Ξ±] {A : Matrix n n Ξ±} {k : R} [Invertible k] (hk : IsSelfAdjoint k) : (k β’ A).IsHermitian β A.IsHermitian - Matrix.IsHermitian.of_smul' π Mathlib.LinearAlgebra.Matrix.Hermitian
{Ξ± : Type u_1} {n : Type u_4} {R : Type u_5} [Monoid R] [Star R] [Star Ξ±] [MulAction R Ξ±] [StarModule R Ξ±] {A : Matrix n n Ξ±} {k : R} [Invertible k] (h : (k β’ A).IsHermitian) (hk : IsSelfAdjoint β k) : A.IsHermitian - IsSelfAdjoint.norm_mul_self π Mathlib.Analysis.CStarAlgebra.Basic
{E : Type u_2} [NonUnitalNormedRing E] [StarRing E] [CStarRing E] {x : E} (hx : IsSelfAdjoint x) : βx * xβ = βxβ ^ 2 - IsSelfAdjoint.nnnorm_mul_self π Mathlib.Analysis.CStarAlgebra.Basic
{E : Type u_2} [NonUnitalNormedRing E] [StarRing E] [CStarRing E] {x : E} (hx : IsSelfAdjoint x) : βx * xββ = βxββ ^ 2 - IsSelfAdjoint.norm_pow_two_pow π Mathlib.Analysis.CStarAlgebra.Basic
{E : Type u_2} [NormedRing E] [StarRing E] [CStarRing E] {x : E} (hx : IsSelfAdjoint x) (n : β) : βx ^ 2 ^ nβ = βxβ ^ 2 ^ n - IsSelfAdjoint.nnnorm_pow_two_pow π Mathlib.Analysis.CStarAlgebra.Basic
{E : Type u_2} [NormedRing E] [StarRing E] [CStarRing E] {x : E} (hx : IsSelfAdjoint x) (n : β) : βx ^ 2 ^ nββ = βxββ ^ 2 ^ n - RCLike.im_eq_zero_iff_isSelfAdjoint π Mathlib.Analysis.RCLike.Basic
{K : Type u_1} [RCLike K] {x : K} : RCLike.im x = 0 β IsSelfAdjoint x - RCLike.ofReal_eq_re_of_isSelfAdjoint π Mathlib.Analysis.RCLike.Basic
{K : Type u_1} [RCLike K] {x : K} {y : β} (hx : IsSelfAdjoint x) : y = RCLike.re x β βy = x - RCLike.re_eq_ofReal_of_isSelfAdjoint π Mathlib.Analysis.RCLike.Basic
{K : Type u_1} [RCLike K] {x : K} {y : β} (hx : IsSelfAdjoint x) : RCLike.re x = y β x = βy - RCLike.re_nonneg_of_nonneg π Mathlib.Analysis.RCLike.Basic
{K : Type u_1} [RCLike K] {x : K} (hx : IsSelfAdjoint x) : 0 β€ RCLike.re x β 0 β€ x - IsSelfAdjoint.I_smul_mem_skewAdjoint π Mathlib.Analysis.RCLike.Basic
{K : Type u_1} [RCLike K] {A : Type u_3} [AddCommGroup A] [StarAddMonoid A] [Module K A] [StarModule K A] {a : A} (h : IsSelfAdjoint a) : RCLike.I β’ a β skewAdjoint A - IsSelfAdjoint.I_smul_of_mem_skewAdjoint π Mathlib.Analysis.RCLike.Basic
{K : Type u_1} [RCLike K] {A : Type u_3} [AddCommGroup A] [StarAddMonoid A] [Module K A] [StarModule K A] {a : A} (h : a β skewAdjoint A) : IsSelfAdjoint (RCLike.I β’ a) - RCLike.is_real_TFAE π Mathlib.Analysis.RCLike.Basic
{K : Type u_1} [RCLike K] (z : K) : [(starRingEnd K) z = z, β r, βr = z, β(RCLike.re z) = z, RCLike.im z = 0, IsSelfAdjoint z].TFAE - Complex.I_smul_mem_skewAdjoint_iff_isSelfAdjoint π Mathlib.LinearAlgebra.Complex.Module
{A : Type u_1} [AddCommGroup A] [Module β A] [StarAddMonoid A] [StarModule β A] {a : A} : Complex.I β’ a β skewAdjoint A β IsSelfAdjoint a - Complex.isSelfAdjoint_I_smul_iff_mem_skewAdjoint π Mathlib.LinearAlgebra.Complex.Module
{A : Type u_1} [AddCommGroup A] [Module β A] [StarAddMonoid A] [StarModule β A] {a : A} : IsSelfAdjoint (Complex.I β’ a) β a β skewAdjoint A - IsSelfAdjoint.coe_realPart π Mathlib.LinearAlgebra.Complex.Module
{A : Type u_1} [AddCommGroup A] [Module β A] [StarAddMonoid A] [StarModule β A] {x : A} (hx : IsSelfAdjoint x) : β(realPart x) = x - IsSelfAdjoint.imaginaryPart π Mathlib.LinearAlgebra.Complex.Module
{A : Type u_1} [AddCommGroup A] [Module β A] [StarAddMonoid A] [StarModule β A] {x : A} (hx : IsSelfAdjoint x) : imaginaryPart x = 0 - imaginaryPart_eq_zero_iff π Mathlib.LinearAlgebra.Complex.Module
{A : Type u_1} [AddCommGroup A] [Module β A] [StarAddMonoid A] [StarModule β A] {x : A} : imaginaryPart x = 0 β IsSelfAdjoint x - Complex.im_eq_zero_iff_isSelfAdjoint π Mathlib.Analysis.Complex.Basic
(x : β) : x.im = 0 β IsSelfAdjoint x - Complex.ofReal_eq_re_of_isSelfAdjoint π Mathlib.Analysis.Complex.Basic
{x : β} {y : β} (hx : IsSelfAdjoint x) : y = x.re β βy = x - Complex.re_eq_ofReal_of_isSelfAdjoint π Mathlib.Analysis.Complex.Basic
{x : β} {y : β} (hx : IsSelfAdjoint x) : x.re = y β x = βy - Complex.re_nonneg_iff_nonneg π Mathlib.Analysis.Complex.Basic
{x : β} (hx : IsSelfAdjoint x) : 0 β€ x.re β 0 β€ x - LinearMap.IsSymmetric.isSymmetric_smul_iff π Mathlib.Analysis.InnerProductSpace.Symmetric
{π : Type u_1} {E : Type u_2} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] {f : E ββ[π] E} (hf : f.IsSymmetric) (hf' : f β 0) {Ξ± : π} : (Ξ± β’ f).IsSymmetric β IsSelfAdjoint Ξ± - IntrinsicStar.StarHomClass.isSelfAdjoint π Mathlib.Algebra.Star.LinearMap
{R : Type u_1} {E : Type u_2} {F : Type u_3} [Semiring R] [InvolutiveStar R] [AddCommMonoid E] [Module R E] [StarAddMonoid E] [StarModule R E] [AddCommMonoid F] [Module R F] [StarAddMonoid F] [StarModule R F] {S : Type u_4} [FunLike S E F] [LinearMapClass S R E F] [StarHomClass S E F] {f : S} : IsSelfAdjoint (WithConv.toConv βf) - LinearMap.IntrinsicStar.isSelfAdjoint_iff_map_star π Mathlib.Algebra.Star.LinearMap
{R : Type u_1} {E : Type u_2} {F : Type u_3} [Semiring R] [InvolutiveStar R] [AddCommMonoid E] [Module R E] [StarAddMonoid E] [StarModule R E] [AddCommMonoid F] [Module R F] [StarAddMonoid F] [StarModule R F] (f : WithConv (E ββ[R] F)) : IsSelfAdjoint f β β (x : E), f.ofConv (star x) = star (f.ofConv x) - Matrix.IntrinsicStar.isSelfAdjoint_toLin'_iff π Mathlib.Algebra.Star.LinearMap
{R : Type u_4} {m : Type u_5} {n : Type u_6} [CommSemiring R] [StarRing R] [Fintype m] [DecidableEq m] (A : Matrix n m R) : IsSelfAdjoint (WithConv.toConv (Matrix.toLin' A)) β β (i : n) (j : m), IsSelfAdjoint (A i j) - LinearMap.IntrinsicStar.isSelfAdjoint_iff_toMatrix' π Mathlib.Algebra.Star.LinearMap
{R : Type u_4} {m : Type u_5} {n : Type u_6} [CommSemiring R] [StarRing R] [Fintype m] [DecidableEq m] (f : WithConv ((m β R) ββ[R] n β R)) : IsSelfAdjoint f β β (i : n) (j : m), IsSelfAdjoint (LinearMap.toMatrix' f.ofConv i j) - IsSelfAdjoint.exp π Mathlib.Analysis.Normed.Algebra.Exponential
{πΈ : Type u_2} [Ring πΈ] [TopologicalSpace πΈ] [IsTopologicalRing πΈ] [T2Space πΈ] [StarRing πΈ] [ContinuousStar πΈ] {x : πΈ} (h : IsSelfAdjoint x) : IsSelfAdjoint (NormedSpace.exp x) - IsSelfAdjoint.cfc π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} [CommSemiring R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [TopologicalSpace A] [Ring A] [StarRing A] [Algebra R A] [ContinuousFunctionalCalculus R A IsSelfAdjoint] {f : R β R} {a : A} : IsSelfAdjoint (cfc f a) - IsSelfAdjoint.cfcβ π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.NonUnital
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Nontrivial R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [NonUnitalRing A] [StarRing A] [TopologicalSpace A] [Module R A] [IsScalarTower R A A] [SMulCommClass R A A] [NonUnitalContinuousFunctionalCalculus R A IsSelfAdjoint] {f : R β R} {a : A} : IsSelfAdjoint (cfcβ f a) - IsSelfAdjoint.spectrum_nonempty π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances
{A : Type u_2} [Ring A] [StarRing A] [TopologicalSpace A] [Algebra β A] [ContinuousFunctionalCalculus β A IsSelfAdjoint] [Nontrivial A] {a : A} (ha : IsSelfAdjoint a) : (spectrum β a).Nonempty - Nonneg.instContinuousFunctionalCalculus π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances
{A : Type u_1} [Ring A] [PartialOrder A] [StarRing A] [StarOrderedRing A] [TopologicalSpace A] [Algebra β A] [ContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] : ContinuousFunctionalCalculus NNReal A fun x => 0 β€ x - IsSelfAdjoint.instContinuousFunctionalCalculus π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances
{A : Type u_1} [TopologicalSpace A] [Ring A] [StarRing A] [Algebra β A] [ContinuousFunctionalCalculus β A IsStarNormal] : ContinuousFunctionalCalculus β A IsSelfAdjoint - IsStrictlyPositive.commute_iff π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances
{A : Type u_1} [Ring A] [PartialOrder A] [StarRing A] [StarOrderedRing A] [TopologicalSpace A] [Algebra β A] [ContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] {a b : A} (ha : IsStrictlyPositive a) (hb : IsStrictlyPositive b) : Commute a b β IsStrictlyPositive (a * b) - cfc_nnreal_eq_real π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances
{A : Type u_1} [TopologicalSpace A] [Ring A] [PartialOrder A] [StarRing A] [StarOrderedRing A] [Algebra β A] [IsSemitopologicalRing A] [T2Space A] [ContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] (f : NNReal β NNReal) (a : A) (ha : 0 β€ a := by cfc_tac) : cfc f a = cfc (fun x => β(f x.toNNReal)) a - cfc_real_eq_nnreal π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances
{A : Type u_1} [TopologicalSpace A] [Ring A] [PartialOrder A] [StarRing A] [StarOrderedRing A] [Algebra β A] [IsSemitopologicalRing A] [T2Space A] [ContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] {f : β β β} (a : A) (hf_nonneg : β x β spectrum β a, 0 β€ f x) (ha : 0 β€ a := by cfc_tac) : cfc f a = cfc (fun x => (f βx).toNNReal) a - cfc_real_eq_complex π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances
{A : Type u_1} [TopologicalSpace A] [Ring A] [StarRing A] [Algebra β A] [ContinuousFunctionalCalculus β A IsStarNormal] [T2Space A] {a : A} (f : β β β) (ha : IsSelfAdjoint a := by cfc_tac) : cfc f a = cfc (fun x => β(f x.re)) a - IsSelfAdjoint.spectrumRestricts π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances
{A : Type u_1} [TopologicalSpace A] [Ring A] [StarRing A] [Algebra β A] [ContinuousFunctionalCalculus β A IsStarNormal] {a : A} (ha : IsSelfAdjoint a) : SpectrumRestricts a βComplex.reCLM - cfc_complex_eq_real π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances
{A : Type u_1} [TopologicalSpace A] [Ring A] [StarRing A] [Algebra β A] [ContinuousFunctionalCalculus β A IsStarNormal] [T2Space A] {f : β β β} (a : A) (hf_real : β x β spectrum β a, star (f x) = f x) (ha : IsSelfAdjoint a := by cfc_tac) : cfc f a = cfc (fun x => (f βx).re) a - Commute.mul_nonneg π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances
{A : Type u_1} [NonUnitalRing A] [PartialOrder A] [StarRing A] [StarOrderedRing A] [TopologicalSpace A] [Module β A] [IsScalarTower β A A] [SMulCommClass β A A] [NonUnitalContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] {a b : A} (ha : 0 β€ a) (hb : 0 β€ b) (h : Commute a b) : 0 β€ a * b - commute_iff_mul_nonneg π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances
{A : Type u_1} [NonUnitalRing A] [PartialOrder A] [StarRing A] [StarOrderedRing A] [TopologicalSpace A] [Module β A] [IsScalarTower β A A] [SMulCommClass β A A] [NonUnitalContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] {a b : A} (ha : 0 β€ a) (hb : 0 β€ b) : Commute a b β 0 β€ a * b - nonneg_iff_isSelfAdjoint_and_quasispectrumRestricts π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances
{A : Type u_1} [NonUnitalRing A] [PartialOrder A] [StarRing A] [StarOrderedRing A] [TopologicalSpace A] [Module β A] [IsScalarTower β A A] [SMulCommClass β A A] [NonUnitalContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] {a : A} : 0 β€ a β IsSelfAdjoint a β§ QuasispectrumRestricts a βContinuousMap.realToNNReal - IsSelfAdjoint.instNonUnitalContinuousFunctionalCalculus π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances
{A : Type u_1} [TopologicalSpace A] [NonUnitalRing A] [StarRing A] [Module β A] [IsScalarTower β A A] [SMulCommClass β A A] [NonUnitalContinuousFunctionalCalculus β A IsStarNormal] : NonUnitalContinuousFunctionalCalculus β A IsSelfAdjoint - Nonneg.instNonUnitalContinuousFunctionalCalculus π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances
{A : Type u_1} [NonUnitalRing A] [PartialOrder A] [StarRing A] [StarOrderedRing A] [TopologicalSpace A] [Module β A] [IsScalarTower β A A] [SMulCommClass β A A] [NonUnitalContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] : NonUnitalContinuousFunctionalCalculus NNReal A fun x => 0 β€ x - CFC.exists_sqrt_of_isSelfAdjoint_of_quasispectrumRestricts π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances
{A : Type u_1} [NonUnitalRing A] [StarRing A] [TopologicalSpace A] [Module β A] [IsScalarTower β A A] [SMulCommClass β A A] [NonUnitalContinuousFunctionalCalculus β A IsSelfAdjoint] {a : A} (haβ : IsSelfAdjoint a) (haβ : QuasispectrumRestricts a βContinuousMap.realToNNReal) : β x, IsSelfAdjoint x β§ QuasispectrumRestricts x βContinuousMap.realToNNReal β§ x * x = a - IsSelfAdjoint.quasispectrumRestricts π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances
{A : Type u_1} [TopologicalSpace A] [NonUnitalRing A] [StarRing A] [Module β A] [IsScalarTower β A A] [SMulCommClass β A A] [NonUnitalContinuousFunctionalCalculus β A IsStarNormal] {a : A} (ha : IsSelfAdjoint a) : QuasispectrumRestricts a βComplex.reCLM - QuasispectrumRestricts.isSelfAdjoint π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances
{A : Type u_1} [TopologicalSpace A] [NonUnitalRing A] [StarRing A] [Module β A] [IsScalarTower β A A] [SMulCommClass β A A] [NonUnitalContinuousFunctionalCalculus β A IsStarNormal] (a : A) (ha : QuasispectrumRestricts a βComplex.reCLM) [IsStarNormal a] : IsSelfAdjoint a - isSelfAdjoint_iff_isStarNormal_and_quasispectrumRestricts π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances
{A : Type u_1} [TopologicalSpace A] [NonUnitalRing A] [StarRing A] [Module β A] [IsScalarTower β A A] [SMulCommClass β A A] [NonUnitalContinuousFunctionalCalculus β A IsStarNormal] {a : A} : IsSelfAdjoint a β IsStarNormal a β§ QuasispectrumRestricts a βComplex.reCLM - cfcβ_real_eq_complex π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances
{A : Type u_1} [TopologicalSpace A] [NonUnitalRing A] [StarRing A] [Module β A] [IsScalarTower β A A] [SMulCommClass β A A] [T2Space A] [NonUnitalContinuousFunctionalCalculus β A IsStarNormal] {a : A} (f : β β β) (ha : IsSelfAdjoint a := by cfc_tac) : cfcβ f a = cfcβ (fun x => β(f x.re)) a - cfcβ_nnreal_eq_real π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances
{A : Type u_1} [TopologicalSpace A] [NonUnitalRing A] [PartialOrder A] [StarRing A] [StarOrderedRing A] [Module β A] [IsSemitopologicalRing A] [IsScalarTower β A A] [SMulCommClass β A A] [T2Space A] [NonUnitalContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] (f : NNReal β NNReal) (a : A) (ha : 0 β€ a := by cfc_tac) : cfcβ f a = cfcβ (fun x => β(f x.toNNReal)) a - cfcβ_real_eq_nnreal π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances
{A : Type u_1} [TopologicalSpace A] [NonUnitalRing A] [PartialOrder A] [StarRing A] [StarOrderedRing A] [Module β A] [IsSemitopologicalRing A] [IsScalarTower β A A] [SMulCommClass β A A] [T2Space A] [NonUnitalContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] {f : β β β} (a : A) (hf_nonneg : β x β quasispectrum β a, 0 β€ f x) (ha : 0 β€ a := by cfc_tac) : cfcβ f a = cfcβ (fun x => (f βx).toNNReal) a - cfcβ_complex_eq_real π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances
{A : Type u_1} [TopologicalSpace A] [NonUnitalRing A] [StarRing A] [Module β A] [IsScalarTower β A A] [SMulCommClass β A A] [T2Space A] [NonUnitalContinuousFunctionalCalculus β A IsStarNormal] {f : β β β} (a : A) (hf_real : β x β quasispectrum β a, star (f x) = f x) (ha : IsSelfAdjoint a := by cfc_tac) : cfcβ f a = cfcβ (fun x => (f βx).re) a - cfcHom_nnreal_eq_restrict π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances
{A : Type u_1} [TopologicalSpace A] [Ring A] [PartialOrder A] [StarRing A] [StarOrderedRing A] [Algebra β A] [IsSemitopologicalRing A] [T2Space A] [ContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] {a : A} (ha : 0 β€ a) : cfcHom ha = SpectrumRestricts.starAlgHom (cfcHom β―) β― - cfcHom_real_eq_restrict π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances
{A : Type u_1} [TopologicalSpace A] [Ring A] [StarRing A] [Algebra β A] [ContinuousFunctionalCalculus β A IsStarNormal] [T2Space A] {a : A} (ha : IsSelfAdjoint a) : cfcHom ha = SpectrumRestricts.starAlgHom (cfcHom β―) β― - cfcβHom_nnreal_eq_restrict π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances
{A : Type u_1} [TopologicalSpace A] [NonUnitalRing A] [PartialOrder A] [StarRing A] [StarOrderedRing A] [Module β A] [IsSemitopologicalRing A] [IsScalarTower β A A] [SMulCommClass β A A] [T2Space A] [NonUnitalContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] {a : A} (ha : 0 β€ a) : cfcβHom ha = QuasispectrumRestricts.nonUnitalStarAlgHom (cfcβHom β―) β― - cfcβHom_real_eq_restrict π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Instances
{A : Type u_1} [TopologicalSpace A] [NonUnitalRing A] [StarRing A] [Module β A] [IsScalarTower β A A] [SMulCommClass β A A] [T2Space A] [NonUnitalContinuousFunctionalCalculus β A IsStarNormal] {a : A} (ha : IsSelfAdjoint a) : cfcβHom ha = QuasispectrumRestricts.nonUnitalStarAlgHom (cfcβHom β―) β― - Nonneg.instIsometricContinuousFunctionalCalculus π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Isometric
{A : Type u_1} [NormedRing A] [PartialOrder A] [StarRing A] [StarOrderedRing A] [NormedAlgebra β A] [IsometricContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] : IsometricContinuousFunctionalCalculus NNReal A fun x => 0 β€ x - IsometricContinuousFunctionalCalculus.isGreatest_spectrum π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Isometric
{A : Type u_1} [NormedRing A] [StarRing A] [NormedAlgebra β A] [PartialOrder A] [StarOrderedRing A] [IsometricContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] [Nontrivial A] (a : A) (ha : 0 β€ a := by cfc_tac) : IsGreatest (spectrum NNReal a) βaββ - IsometricContinuousFunctionalCalculus.spectrum_le π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Isometric
{A : Type u_1} [NormedRing A] [StarRing A] [NormedAlgebra β A] [PartialOrder A] [StarOrderedRing A] [IsometricContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] (a : A) β¦x : NNRealβ¦ (hx : x β spectrum NNReal a) (ha : 0 β€ a := by cfc_tac) : x β€ βaββ - nnnorm_cfc_nnreal_le π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Isometric
{A : Type u_1} [NormedRing A] [StarRing A] [NormedAlgebra β A] [PartialOrder A] [StarOrderedRing A] [IsometricContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] {f : NNReal β NNReal} {a : A} {c : NNReal} (h : β x β spectrum NNReal a, f x β€ c) : βcfc f aββ β€ c - nnnorm_cfc_nnreal_lt π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Isometric
{A : Type u_1} [NormedRing A] [StarRing A] [NormedAlgebra β A] [PartialOrder A] [StarOrderedRing A] [IsometricContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] {f : NNReal β NNReal} {a : A} {c : NNReal} (hc : 0 < c) (h : β x β spectrum NNReal a, f x < c) : βcfc f aββ < c - IsGreatest.nnnorm_cfc_nnreal π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Isometric
{A : Type u_1} [NormedRing A] [StarRing A] [NormedAlgebra β A] [PartialOrder A] [StarOrderedRing A] [IsometricContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] [Nontrivial A] (f : NNReal β NNReal) (a : A) (hf : ContinuousOn f (spectrum NNReal a) := by cfc_cont_tac) (ha : 0 β€ a := by cfc_tac) : IsGreatest (f '' spectrum NNReal a) βcfc f aββ - apply_le_nnnorm_cfc_nnreal π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Isometric
{A : Type u_1} [NormedRing A] [StarRing A] [NormedAlgebra β A] [PartialOrder A] [StarOrderedRing A] [IsometricContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] (f : NNReal β NNReal) (a : A) β¦x : NNRealβ¦ (hx : x β spectrum NNReal a) (hf : ContinuousOn f (spectrum NNReal a) := by cfc_cont_tac) (ha : 0 β€ a := by cfc_tac) : f x β€ βcfc f aββ - nnnorm_cfc_nnreal_le_iff π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Isometric
{A : Type u_1} [NormedRing A] [StarRing A] [NormedAlgebra β A] [PartialOrder A] [StarOrderedRing A] [IsometricContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] (f : NNReal β NNReal) (a : A) (c : NNReal) (hf : ContinuousOn f (spectrum NNReal a) := by cfc_cont_tac) (ha : 0 β€ a := by cfc_tac) : βcfc f aββ β€ c β β x β spectrum NNReal a, f x β€ c - MonotoneOn.nnnorm_cfc π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Isometric
{A : Type u_1} [NormedRing A] [StarRing A] [NormedAlgebra β A] [PartialOrder A] [StarOrderedRing A] [IsometricContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] [Nontrivial A] (f : NNReal β NNReal) (a : A) (hf : MonotoneOn f (spectrum NNReal a)) (hfβ : ContinuousOn f (spectrum NNReal a) := by cfc_cont_tac) (ha : 0 β€ a := by cfc_tac) : βcfc f aββ = f βaββ - nnnorm_cfc_nnreal_lt_iff π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Isometric
{A : Type u_1} [NormedRing A] [StarRing A] [NormedAlgebra β A] [PartialOrder A] [StarOrderedRing A] [IsometricContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] (f : NNReal β NNReal) (a : A) {c : NNReal} (hc : 0 < c) (hf : ContinuousOn f (spectrum NNReal a) := by cfc_cont_tac) (ha : 0 β€ a := by cfc_tac) : βcfc f aββ < c β β x β spectrum NNReal a, f x < c - NonUnitalIsometricContinuousFunctionalCalculus.isGreatest_quasispectrum π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Isometric
{A : Type u_1} [NonUnitalNormedRing A] [StarRing A] [NormedSpace β A] [IsScalarTower β A A] [SMulCommClass β A A] [PartialOrder A] [StarOrderedRing A] [NonUnitalIsometricContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] (a : A) (ha : 0 β€ a := by cfc_tac) : IsGreatest (quasispectrum NNReal a) βaββ - NonUnitalIsometricContinuousFunctionalCalculus.quasispectrum_le π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Isometric
{A : Type u_1} [NonUnitalNormedRing A] [StarRing A] [NormedSpace β A] [IsScalarTower β A A] [SMulCommClass β A A] [PartialOrder A] [StarOrderedRing A] [NonUnitalIsometricContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] (a : A) β¦x : NNRealβ¦ (hx : x β quasispectrum NNReal a) (ha : 0 β€ a := by cfc_tac) : x β€ βaββ - Nonneg.instNonUnitalIsometricContinuousFunctionalCalculus π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Isometric
{A : Type u_1} [NonUnitalNormedRing A] [PartialOrder A] [StarRing A] [StarOrderedRing A] [NormedSpace β A] [IsScalarTower β A A] [SMulCommClass β A A] [NonUnitalIsometricContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] : NonUnitalIsometricContinuousFunctionalCalculus NNReal A fun x => 0 β€ x - nnnorm_cfcβ_nnreal_le π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Isometric
{A : Type u_1} [NonUnitalNormedRing A] [StarRing A] [NormedSpace β A] [IsScalarTower β A A] [SMulCommClass β A A] [PartialOrder A] [StarOrderedRing A] [NonUnitalIsometricContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] {f : NNReal β NNReal} {a : A} {c : NNReal} (h : β x β quasispectrum NNReal a, f x β€ c) : βcfcβ f aββ β€ c - nnnorm_cfcβ_nnreal_lt π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Isometric
{A : Type u_1} [NonUnitalNormedRing A] [StarRing A] [NormedSpace β A] [IsScalarTower β A A] [SMulCommClass β A A] [PartialOrder A] [StarOrderedRing A] [NonUnitalIsometricContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] {f : NNReal β NNReal} {a : A} {c : NNReal} (h : β x β quasispectrum NNReal a, f x < c) : βcfcβ f aββ < c - IsGreatest.nnnorm_cfcβ_nnreal π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Isometric
{A : Type u_1} [NonUnitalNormedRing A] [StarRing A] [NormedSpace β A] [IsScalarTower β A A] [SMulCommClass β A A] [PartialOrder A] [StarOrderedRing A] [NonUnitalIsometricContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] (f : NNReal β NNReal) (a : A) (hf : ContinuousOn f (quasispectrum NNReal a) := by cfc_cont_tac) (hf0 : f 0 = 0 := by cfc_zero_tac) (ha : 0 β€ a := by cfc_tac) : IsGreatest (f '' quasispectrum NNReal a) βcfcβ f aββ - apply_le_nnnorm_cfcβ_nnreal π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Isometric
{A : Type u_1} [NonUnitalNormedRing A] [StarRing A] [NormedSpace β A] [IsScalarTower β A A] [SMulCommClass β A A] [PartialOrder A] [StarOrderedRing A] [NonUnitalIsometricContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] (f : NNReal β NNReal) (a : A) β¦x : NNRealβ¦ (hx : x β quasispectrum NNReal a) (hf : ContinuousOn f (quasispectrum NNReal a) := by cfc_cont_tac) (hf0 : f 0 = 0 := by cfc_zero_tac) (ha : 0 β€ a := by cfc_tac) : f x β€ βcfcβ f aββ - MonotoneOn.nnnorm_cfcβ π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Isometric
{A : Type u_1} [NonUnitalNormedRing A] [StarRing A] [NormedSpace β A] [IsScalarTower β A A] [SMulCommClass β A A] [PartialOrder A] [StarOrderedRing A] [NonUnitalIsometricContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] (f : NNReal β NNReal) (a : A) (hf : MonotoneOn f (quasispectrum NNReal a)) (hfβ : ContinuousOn f (quasispectrum NNReal a) := by cfc_cont_tac) (hf0 : f 0 = 0 := by cfc_zero_tac) (ha : 0 β€ a := by cfc_tac) : βcfcβ f aββ = f βaββ - nnnorm_cfcβ_nnreal_le_iff π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Isometric
{A : Type u_1} [NonUnitalNormedRing A] [StarRing A] [NormedSpace β A] [IsScalarTower β A A] [SMulCommClass β A A] [PartialOrder A] [StarOrderedRing A] [NonUnitalIsometricContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] (f : NNReal β NNReal) (a : A) (c : NNReal) (hf : ContinuousOn f (quasispectrum NNReal a) := by cfc_cont_tac) (hfβ : f 0 = 0 := by cfc_zero_tac) (ha : 0 β€ a := by cfc_tac) : βcfcβ f aββ β€ c β β x β quasispectrum NNReal a, f x β€ c - nnnorm_cfcβ_nnreal_lt_iff π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Isometric
{A : Type u_1} [NonUnitalNormedRing A] [StarRing A] [NormedSpace β A] [IsScalarTower β A A] [SMulCommClass β A A] [PartialOrder A] [StarOrderedRing A] [NonUnitalIsometricContinuousFunctionalCalculus β A IsSelfAdjoint] [NonnegSpectrumClass β A] (f : NNReal β NNReal) (a : A) (c : NNReal) (hf : ContinuousOn f (quasispectrum NNReal a) := by cfc_cont_tac) (hfβ : f 0 = 0 := by cfc_zero_tac) (ha : 0 β€ a := by cfc_tac) : βcfcβ f aββ < c β β x β quasispectrum NNReal a, f x < c - IsSelfAdjoint.mem_spectrum_eq_re π Mathlib.Analysis.CStarAlgebra.Spectrum
{A : Type u_1} [CStarAlgebra A] {a : A} (ha : IsSelfAdjoint a) {z : β} (hz : z β spectrum β a) : z = βz.re - IsSelfAdjoint.im_eq_zero_of_mem_spectrum π Mathlib.Analysis.CStarAlgebra.Spectrum
{A : Type u_1} [CStarAlgebra A] {a : A} (ha : IsSelfAdjoint a) {z : β} (hz : z β spectrum β a) : z.im = 0 - IsSelfAdjoint.toReal_spectralRadius_complex_eq_norm π Mathlib.Analysis.CStarAlgebra.Spectrum
{A : Type u_1} [CStarAlgebra A] {a : A} (ha : IsSelfAdjoint a) : (spectralRadius β a).toReal = βaβ - IsSelfAdjoint.isConnected_spectrum_compl π Mathlib.Analysis.CStarAlgebra.Spectrum
{A : Type u_1} [CStarAlgebra A] {a : A} (ha : IsSelfAdjoint a) : IsConnected (spectrum β a)αΆ - IsSelfAdjoint.spectralRadius_eq_nnnorm π Mathlib.Analysis.CStarAlgebra.Spectrum
{A : Type u_1} [CStarAlgebra A] {a : A} (ha : IsSelfAdjoint a) : spectralRadius β a = ββaββ - IsSelfAdjoint.val_re_map_spectrum π Mathlib.Analysis.CStarAlgebra.Spectrum
{A : Type u_1} [CStarAlgebra A] {a : A} (ha : IsSelfAdjoint a) : spectrum β a = Complex.ofReal β Complex.re '' spectrum β a - IsSelfAdjoint.nnnorm_sum_eq_sup π Mathlib.Analysis.CStarAlgebra.GelfandDuality
{A : Type u_1} [NonUnitalCStarAlgebra A] {ΞΉ : Type u_2} {f : ΞΉ β A} (s : Finset ΞΉ) (h : β i β s, IsSelfAdjoint (f i)) (h0 : Pairwise (Function.onFun (fun x1 x2 => x1 * x2 = 0) f)) : ββ i β s, f iββ = s.sup fun x => βf xββ - IsSelfAdjoint.norm_add_eq_max π Mathlib.Analysis.CStarAlgebra.GelfandDuality
{A : Type u_1} [NonUnitalCStarAlgebra A] {a b : A} (ha : IsSelfAdjoint a) (hb : IsSelfAdjoint b) (hab : a * b = 0) : βa + bβ = max βaβ βbβ - IsSelfAdjoint.norm_sub_eq_max π Mathlib.Analysis.CStarAlgebra.GelfandDuality
{A : Type u_1} [NonUnitalCStarAlgebra A] {a b : A} (ha : IsSelfAdjoint a) (hb : IsSelfAdjoint b) (hab : a * b = 0) : βa - bβ = max βaβ βbβ - IsSelfAdjoint.nnnorm_add_eq_max π Mathlib.Analysis.CStarAlgebra.GelfandDuality
{A : Type u_1} [NonUnitalCStarAlgebra A] {a b : A} (ha : IsSelfAdjoint a) (hb : IsSelfAdjoint b) (hab : a * b = 0) : βa + bββ = max βaββ βbββ - IsSelfAdjoint.nnnorm_sub_eq_max π Mathlib.Analysis.CStarAlgebra.GelfandDuality
{A : Type u_1} [NonUnitalCStarAlgebra A] {a b : A} (ha : IsSelfAdjoint a) (hb : IsSelfAdjoint b) (hab : a * b = 0) : βa - bββ = max βaββ βbββ - CFC.posPart_natCast π Mathlib.Analysis.SpecialFunctions.ContinuousFunctionalCalculus.PosPart.Basic
{A : Type u_1} [Ring A] [Algebra β A] [StarRing A] [TopologicalSpace A] [ContinuousFunctionalCalculus β A IsSelfAdjoint] [T2Space A] (n : β) : (βn)βΊ = βn - CFC.negPart_one π Mathlib.Analysis.SpecialFunctions.ContinuousFunctionalCalculus.PosPart.Basic
{A : Type u_1} [Ring A] [Algebra β A] [StarRing A] [TopologicalSpace A] [ContinuousFunctionalCalculus β A IsSelfAdjoint] [T2Space A] : 1β» = 0 - CFC.posPart_one π Mathlib.Analysis.SpecialFunctions.ContinuousFunctionalCalculus.PosPart.Basic
{A : Type u_1} [Ring A] [Algebra β A] [StarRing A] [TopologicalSpace A] [ContinuousFunctionalCalculus β A IsSelfAdjoint] [T2Space A] : 1βΊ = 1 - CFC.negPart_algebraMap π Mathlib.Analysis.SpecialFunctions.ContinuousFunctionalCalculus.PosPart.Basic
{A : Type u_1} [Ring A] [Algebra β A] [StarRing A] [TopologicalSpace A] [ContinuousFunctionalCalculus β A IsSelfAdjoint] [T2Space A] (r : β) : ((algebraMap β A) r)β» = (algebraMap β A) rβ» - CFC.posPart_algebraMap π Mathlib.Analysis.SpecialFunctions.ContinuousFunctionalCalculus.PosPart.Basic
{A : Type u_1} [Ring A] [Algebra β A] [StarRing A] [TopologicalSpace A] [ContinuousFunctionalCalculus β A IsSelfAdjoint] [T2Space A] (r : β) : ((algebraMap β A) r)βΊ = (algebraMap β A) rβΊ - CFC.posPart_algebraMap_nnreal π Mathlib.Analysis.SpecialFunctions.ContinuousFunctionalCalculus.PosPart.Basic
{A : Type u_1} [Ring A] [Algebra β A] [StarRing A] [TopologicalSpace A] [ContinuousFunctionalCalculus β A IsSelfAdjoint] [T2Space A] (r : NNReal) : ((algebraMap NNReal A) r)βΊ = (algebraMap NNReal A) r - CStarAlgebra.instNegPart π Mathlib.Analysis.SpecialFunctions.ContinuousFunctionalCalculus.PosPart.Basic
{A : Type u_1} [NonUnitalRing A] [Module β A] [SMulCommClass β A A] [IsScalarTower β A A] [StarRing A] [TopologicalSpace A] [NonUnitalContinuousFunctionalCalculus β A IsSelfAdjoint] : NegPart A - CStarAlgebra.instPosPart π Mathlib.Analysis.SpecialFunctions.ContinuousFunctionalCalculus.PosPart.Basic
{A : Type u_1} [NonUnitalRing A] [Module β A] [SMulCommClass β A A] [IsScalarTower β A A] [StarRing A] [TopologicalSpace A] [NonUnitalContinuousFunctionalCalculus β A IsSelfAdjoint] : PosPart A - CFC.instSelfAdjointDecompose π Mathlib.Analysis.SpecialFunctions.ContinuousFunctionalCalculus.PosPart.Basic
{A : Type u_1} [NonUnitalRing A] [Module β A] [SMulCommClass β A A] [IsScalarTower β A A] [StarRing A] [TopologicalSpace A] [NonUnitalContinuousFunctionalCalculus β A IsSelfAdjoint] [PartialOrder A] [StarOrderedRing A] : SelfAdjointDecompose A - CFC.negPart_zero π Mathlib.Analysis.SpecialFunctions.ContinuousFunctionalCalculus.PosPart.Basic
{A : Type u_1} [NonUnitalRing A] [Module β A] [SMulCommClass β A A] [IsScalarTower β A A] [StarRing A] [TopologicalSpace A] [NonUnitalContinuousFunctionalCalculus β A IsSelfAdjoint] : 0β» = 0 - CFC.posPart_zero π Mathlib.Analysis.SpecialFunctions.ContinuousFunctionalCalculus.PosPart.Basic
{A : Type u_1} [NonUnitalRing A] [Module β A] [SMulCommClass β A A] [IsScalarTower β A A] [StarRing A] [TopologicalSpace A] [NonUnitalContinuousFunctionalCalculus β A IsSelfAdjoint] : 0βΊ = 0 - CFC.negPart_nonneg π Mathlib.Analysis.SpecialFunctions.ContinuousFunctionalCalculus.PosPart.Basic
{A : Type u_1} [NonUnitalRing A] [Module β A] [SMulCommClass β A A] [IsScalarTower β A A] [StarRing A] [TopologicalSpace A] [NonUnitalContinuousFunctionalCalculus β A IsSelfAdjoint] [PartialOrder A] [StarOrderedRing A] (a : A) : 0 β€ aβ» - CFC.posPart_nonneg π Mathlib.Analysis.SpecialFunctions.ContinuousFunctionalCalculus.PosPart.Basic
{A : Type u_1} [NonUnitalRing A] [Module β A] [SMulCommClass β A A] [IsScalarTower β A A] [StarRing A] [TopologicalSpace A] [NonUnitalContinuousFunctionalCalculus β A IsSelfAdjoint] [PartialOrder A] [StarOrderedRing A] (a : A) : 0 β€ aβΊ - CFC.negPart_neg π Mathlib.Analysis.SpecialFunctions.ContinuousFunctionalCalculus.PosPart.Basic
{A : Type u_1} [NonUnitalRing A] [Module β A] [SMulCommClass β A A] [IsScalarTower β A A] [StarRing A] [TopologicalSpace A] [NonUnitalContinuousFunctionalCalculus β A IsSelfAdjoint] [T2Space A] (a : A) : (-a)β» = aβΊ - CFC.posPart_neg π Mathlib.Analysis.SpecialFunctions.ContinuousFunctionalCalculus.PosPart.Basic
{A : Type u_1} [NonUnitalRing A] [Module β A] [SMulCommClass β A A] [IsScalarTower β A A] [StarRing A] [TopologicalSpace A] [NonUnitalContinuousFunctionalCalculus β A IsSelfAdjoint] [T2Space A] (a : A) : (-a)βΊ = aβ» - CFC.negPart_eq_zero_of_not_isSelfAdjoint π Mathlib.Analysis.SpecialFunctions.ContinuousFunctionalCalculus.PosPart.Basic
{A : Type u_1} [NonUnitalRing A] [Module β A] [SMulCommClass β A A] [IsScalarTower β A A] [StarRing A] [TopologicalSpace A] [NonUnitalContinuousFunctionalCalculus β A IsSelfAdjoint] {a : A} (ha : Β¬IsSelfAdjoint a) : aβ» = 0 - CFC.posPart_eq_zero_of_not_isSelfAdjoint π Mathlib.Analysis.SpecialFunctions.ContinuousFunctionalCalculus.PosPart.Basic
{A : Type u_1} [NonUnitalRing A] [Module β A] [SMulCommClass β A A] [IsScalarTower β A A] [StarRing A] [TopologicalSpace A] [NonUnitalContinuousFunctionalCalculus β A IsSelfAdjoint] {a : A} (ha : Β¬IsSelfAdjoint a) : aβΊ = 0
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
πReal.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
π"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
π_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
πReal.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
π(?a -> ?b) -> List ?a -> List ?b
πList ?a -> (?a -> ?b) -> List ?bBy main conclusion:
π|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allβandβ) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
π|- _ < _ β tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
β’ (_ : Type _)finds all definitions which provide data whileβ’ (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
π Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ β _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision 69fae59