Loogle!
Result
Found 233 declarations mentioning StarAlgHom. Of these, only the first 200 are shown.
- StarAlgHom π Mathlib.Algebra.Star.StarAlgHom
(R : Type u_1) (A : Type u_2) (B : Type u_3) [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] : Type (max u_2 u_3) - StarAlgHom.id π Mathlib.Algebra.Star.StarAlgHom
(R : Type u_2) (A : Type u_3) [CommSemiring R] [Semiring A] [Algebra R A] [Star A] : A βββ[R] A - StarAlgHom.instInhabited π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_2} {A : Type u_3} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] : Inhabited (A βββ[R] A) - StarAlgHom.instMonoid π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_2} {A : Type u_3} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] : Monoid (A βββ[R] A) - StarAlgHom.instFunLike π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] : FunLike (A βββ[R] B) A B - StarAlgHom.toAlgHom π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] (self : A βββ[R] B) : A ββ[R] B - StarAlgHom.instCoeAlgHom π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] : Coe (A βββ[R] B) (A ββ[R] B) - StarAlgHom.instStarHomClass π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] : StarHomClass (A βββ[R] B) A B - StarAlgHom.coe_id π Mathlib.Algebra.Star.StarAlgHom
(R : Type u_2) (A : Type u_3) [CommSemiring R] [Semiring A] [Algebra R A] [Star A] : β(StarAlgHom.id R A) = id - Pi.evalStarAlgHom π Mathlib.Algebra.Star.StarAlgHom
{ΞΉ : Type u_1} (R : Type u_2) (A : ΞΉ β Type u_3) (j : ΞΉ) [CommSemiring R] [(i : ΞΉ) β Semiring (A i)] [(i : ΞΉ) β Algebra R (A i)] [(i : ΞΉ) β Star (A i)] : ((i : ΞΉ) β A i) βββ[R] A j - StarAlgHom.fst π Mathlib.Algebra.Star.StarAlgHom
(R : Type u_1) (A : Type u_2) (B : Type u_3) [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] : A Γ B βββ[R] A - StarAlgHom.snd π Mathlib.Algebra.Star.StarAlgHom
(R : Type u_1) (A : Type u_2) (B : Type u_3) [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] : A Γ B βββ[R] B - StarAlgHom.instAlgHomClass π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] : AlgHomClass (A βββ[R] B) R A B - StarAlgHomClass.toStarAlgHom π Mathlib.Algebra.Star.StarAlgHom
{F : Type u_1} {R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] [FunLike F A B] [AlgHomClass F R A B] [StarHomClass F A B] (f : F) : A βββ[R] B - StarAlgHomClass.instCoeTCStarAlgHom π Mathlib.Algebra.Star.StarAlgHom
{F : Type u_1} {R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] [FunLike F A B] [AlgHomClass F R A B] [StarHomClass F A B] : CoeTC F (A βββ[R] B) - StarAlgEquiv.toStarAlgHom_refl π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_1} {Aβ : Type u_2} [CommSemiring R] [Semiring Aβ] [Algebra R Aβ] [Star Aβ] : (StarAlgEquiv.refl R Aβ).toStarAlgHom = StarAlgHom.id R Aβ - StarAlgHom.comp π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_2} {A : Type u_3} {B : Type u_4} {C : Type u_5} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] [Semiring C] [Algebra R C] [Star C] (f : B βββ[R] C) (g : A βββ[R] B) : A βββ[R] C - StarAlgHom.comp_id π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] (f : A βββ[R] B) : f.comp (StarAlgHom.id R A) = f - StarAlgHom.id_comp π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] (f : A βββ[R] B) : (StarAlgHom.id R B).comp f = f - StarAlgEquiv.toStarAlgHom π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_1} {Aβ : Type u_2} {Aβ : Type u_3} [CommSemiring R] [Semiring Aβ] [Semiring Aβ] [Algebra R Aβ] [Algebra R Aβ] [Star Aβ] [Star Aβ] (e : Aβ βββ[R] Aβ) : Aβ βββ[R] Aβ - StarAlgHom.copy π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] (f : A βββ[R] B) (f' : A β B) (h : f' = βf) : A βββ[R] B - StarAlgHom.prod π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] [Semiring C] [Algebra R C] [Star C] (f : A βββ[R] B) (g : A βββ[R] C) : A βββ[R] B Γ C - StarAlgHom.toNonUnitalStarAlgHom π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] (f : A βββ[R] B) : A ββββ[R] B - StarAlgHom.prodEquiv π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] [Semiring C] [Algebra R C] [Star C] : (A βββ[R] B) Γ (A βββ[R] C) β (A βββ[R] B Γ C) - StarAlgHom.copy_eq π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] (f : A βββ[R] B) (f' : A β B) (h : f' = βf) : f.copy f' h = f - StarAlgHom.coe_toAlgHom π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] {f : A βββ[R] B} : ββf = βf - StarAlgHom.coe_coe π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] {F : Type u_7} [FunLike F A B] [AlgHomClass F R A B] [StarHomClass F A B] (f : F) : ββf = βf - StarAlgHom.fst_apply π Mathlib.Algebra.Star.StarAlgHom
(R : Type u_1) (A : Type u_2) (B : Type u_3) [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] (self : A Γ B) : (StarAlgHom.fst R A B) self = self.1 - StarAlgHom.snd_apply π Mathlib.Algebra.Star.StarAlgHom
(R : Type u_1) (A : Type u_2) (B : Type u_3) [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] (self : A Γ B) : (StarAlgHom.snd R A B) self = self.2 - StarAlgHom.coe_copy π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] (f : A βββ[R] B) (f' : A β B) (h : f' = βf) : β(f.copy f' h) = f' - StarAlgEquiv.arrowCongr_refl π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_1} {Aβ : Type u_2} {Aβ : Type u_3} [CommSemiring R] [Semiring Aβ] [Semiring Aβ] [Algebra R Aβ] [Algebra R Aβ] [Star Aβ] [Star Aβ] : (StarAlgEquiv.refl R Aβ).arrowCongr (StarAlgEquiv.refl R Aβ) = Equiv.refl (Aβ βββ[R] Aβ) - StarAlgHom.ext π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] {f g : A βββ[R] B} (h : β (x : A), f x = g x) : f = g - StarAlgHom.ext_iff π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] {f g : A βββ[R] B} : f = g β β (x : A), f x = g x - StarAlgHom.ofId π Mathlib.Algebra.Star.StarAlgHom
(R : Type u_7) (A : Type u_8) [CommSemiring R] [StarRing R] [Semiring A] [StarMul A] [Algebra R A] [StarModule R A] : R βββ[R] A - StarAlgHom.fst_prod π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] [Semiring C] [Algebra R C] [Star C] (f : A βββ[R] B) (g : A βββ[R] C) : (StarAlgHom.fst R B C).comp (f.prod g) = f - StarAlgHom.snd_prod π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] [Semiring C] [Algebra R C] [Star C] (f : A βββ[R] B) (g : A βββ[R] C) : (StarAlgHom.snd R B C).comp (f.prod g) = g - StarAlgEquiv.arrowCongr π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_1} {Aβ : Type u_2} {Aβ : Type u_3} {Aβ' : Type u_5} {Aβ' : Type u_6} [CommSemiring R] [Semiring Aβ] [Semiring Aβ] [Semiring Aβ'] [Semiring Aβ'] [Algebra R Aβ] [Algebra R Aβ] [Algebra R Aβ'] [Algebra R Aβ'] [Star Aβ] [Star Aβ] [Star Aβ'] [Star Aβ'] (eβ : Aβ βββ[R] Aβ') (eβ : Aβ βββ[R] Aβ') : (Aβ βββ[R] Aβ) β (Aβ' βββ[R] Aβ') - StarAlgHom.comp_assoc π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_2} {A : Type u_3} {B : Type u_4} {C : Type u_5} {D : Type u_6} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] [Semiring C] [Algebra R C] [Star C] [Semiring D] [Algebra R D] [Star D] (f : C βββ[R] D) (g : B βββ[R] C) (h : A βββ[R] B) : (f.comp g).comp h = f.comp (g.comp h) - StarAlgEquiv.ofStarAlgHom π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_8} {A : Type u_9} {B : Type u_10} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] (f : A βββ[R] B) (g : B βββ[R] A) (hβ : g.comp f = StarAlgHom.id R A) (hβ : f.comp g = StarAlgHom.id R B) : A βββ[R] B - StarAlgEquiv.toStarAlgHom_ofStarAlgHom π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_1} {Aβ : Type u_2} {Aβ : Type u_3} [CommSemiring R] [Semiring Aβ] [Semiring Aβ] [Algebra R Aβ] [Algebra R Aβ] [Star Aβ] [Star Aβ] (f : Aβ βββ[R] Aβ) (g : Aβ βββ[R] Aβ) (hβ : g.comp f = StarAlgHom.id R Aβ) (hβ : f.comp g = StarAlgHom.id R Aβ) : (StarAlgEquiv.ofStarAlgHom f g hβ hβ).toStarAlgHom = f - StarAlgHom.comp_apply π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_2} {A : Type u_3} {B : Type u_4} {C : Type u_5} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] [Semiring C] [Algebra R C] [Star C] (f : B βββ[R] C) (g : A βββ[R] B) (a : A) : (f.comp g) a = f (g a) - StarAlgHom.coe_comp π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_2} {A : Type u_3} {B : Type u_4} {C : Type u_5} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] [Semiring C] [Algebra R C] [Star C] (f : B βββ[R] C) (g : A βββ[R] B) : β(f.comp g) = βf β βg - StarAlgHom.coe_toNonUnitalStarAlgHom π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] (f : A βββ[R] B) : βf.toNonUnitalStarAlgHom = βf - StarAlgHom.mk π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] (toAlgHom : A ββ[R] B) (map_star' : β (x : A), (ββtoAlgHom.toRingHom).toFun (star x) = star ((ββtoAlgHom.toRingHom).toFun x)) : A βββ[R] B - StarAlgEquiv.toStarAlgHom_apply π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_1} {Aβ : Type u_2} {Aβ : Type u_3} [CommSemiring R] [Semiring Aβ] [Semiring Aβ] [Algebra R Aβ] [Algebra R Aβ] [Star Aβ] [Star Aβ] (e : Aβ βββ[R] Aβ) (a : Aβ) : e.toStarAlgHom a = e a - StarAlgEquiv.toStarAlgHom_symm_ofStarAlgHom π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_1} {Aβ : Type u_2} {Aβ : Type u_3} [CommSemiring R] [Semiring Aβ] [Semiring Aβ] [Algebra R Aβ] [Algebra R Aβ] [Star Aβ] [Star Aβ] (f : Aβ βββ[R] Aβ) (g : Aβ βββ[R] Aβ) (hβ : g.comp f = StarAlgHom.id R Aβ) (hβ : f.comp g = StarAlgHom.id R Aβ) : (StarAlgEquiv.ofStarAlgHom f g hβ hβ).symm.toStarAlgHom = g - StarAlgHom.map_star' π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] (self : A βββ[R] B) (x : A) : (ββ(βself).toRingHom).toFun (star x) = star ((ββ(βself).toRingHom).toFun x) - StarAlgHom.coe_prod π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] [Semiring C] [Algebra R C] [Star C] (f : A βββ[R] B) (g : A βββ[R] C) : β(f.prod g) = Function.prod βf βg - StarAlgHom.prod_apply π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] [Semiring C] [Algebra R C] [Star C] (f : A βββ[R] B) (g : A βββ[R] C) (x : A) : (f.prod g) x = (f x, g x) - StarAlgHom.ofId_apply π Mathlib.Algebra.Star.StarAlgHom
(R : Type u_7) (A : Type u_8) [CommSemiring R] [StarRing R] [Semiring A] [StarMul A] [Algebra R A] [StarModule R A] (a : R) : (StarAlgHom.ofId R A) a = (algebraMap R A) a - StarAlgEquiv.symm_ofStarAlgHom π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_1} {Aβ : Type u_2} {Aβ : Type u_3} [CommSemiring R] [Semiring Aβ] [Semiring Aβ] [Algebra R Aβ] [Algebra R Aβ] [Star Aβ] [Star Aβ] (f : Aβ βββ[R] Aβ) (g : Aβ βββ[R] Aβ) (hβ : g.comp f = StarAlgHom.id R Aβ) (hβ : f.comp g = StarAlgHom.id R Aβ) : (StarAlgEquiv.ofStarAlgHom f g hβ hβ).symm = StarAlgEquiv.ofStarAlgHom g f hβ hβ - StarAlgEquiv.toStarAlgHom_comp π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_1} {Aβ : Type u_2} {Aβ : Type u_3} {Aβ : Type u_4} [CommSemiring R] [Semiring Aβ] [Semiring Aβ] [Semiring Aβ] [Algebra R Aβ] [Algebra R Aβ] [Algebra R Aβ] [Star Aβ] [Star Aβ] [Star Aβ] (eβ : Aβ βββ[R] Aβ) (eβ : Aβ βββ[R] Aβ) : eβ.toStarAlgHom.comp eβ.toStarAlgHom = (eβ.trans eβ).toStarAlgHom - StarAlgHom.coe_mk' π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] (f : A ββ[R] B) (h : β (x : A), (ββf.toRingHom).toFun (star x) = star ((ββf.toRingHom).toFun x)) : β{ toAlgHom := f, map_star' := h } = βf - StarAlgEquiv.ofStarAlgHom_apply π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_8} {A : Type u_9} {B : Type u_10} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] (f : A βββ[R] B) (g : B βββ[R] A) (hβ : g.comp f = StarAlgHom.id R A) (hβ : f.comp g = StarAlgHom.id R B) (a : A) : (StarAlgEquiv.ofStarAlgHom f g hβ hβ) a = f a - StarAlgEquiv.ofStarAlgHom_symm_apply π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_8} {A : Type u_9} {B : Type u_10} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] (f : A βββ[R] B) (g : B βββ[R] A) (hβ : g.comp f = StarAlgHom.id R A) (hβ : f.comp g = StarAlgHom.id R B) (a : B) : (StarAlgEquiv.ofStarAlgHom f g hβ hβ).symm a = g a - StarAlgEquiv.symm_arrowCongr π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_1} {Aβ : Type u_2} {Aβ : Type u_3} {Aβ' : Type u_5} {Aβ' : Type u_6} [CommSemiring R] [Semiring Aβ] [Semiring Aβ] [Semiring Aβ'] [Semiring Aβ'] [Algebra R Aβ] [Algebra R Aβ] [Algebra R Aβ'] [Algebra R Aβ'] [Star Aβ] [Star Aβ] [Star Aβ'] [Star Aβ'] (eβ : Aβ βββ[R] Aβ') (eβ : Aβ βββ[R] Aβ') : (eβ.arrowCongr eβ).symm = eβ.symm.arrowCongr eβ.symm - StarAlgEquiv.arrowCongr_apply π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_1} {Aβ : Type u_2} {Aβ : Type u_3} {Aβ' : Type u_5} {Aβ' : Type u_6} [CommSemiring R] [Semiring Aβ] [Semiring Aβ] [Semiring Aβ'] [Semiring Aβ'] [Algebra R Aβ] [Algebra R Aβ] [Algebra R Aβ'] [Algebra R Aβ'] [Star Aβ] [Star Aβ] [Star Aβ'] [Star Aβ'] (eβ : Aβ βββ[R] Aβ') (eβ : Aβ βββ[R] Aβ') (f : Aβ βββ[R] Aβ) : (eβ.arrowCongr eβ) f = (eβ.toStarAlgHom.comp f).comp eβ.symm.toStarAlgHom - StarAlgHom.prod_fst_snd π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] : (StarAlgHom.fst R A B).prod (StarAlgHom.snd R A B) = 1 - StarAlgEquiv.arrowCongr_trans π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_1} {Aβ : Type u_2} {Aβ : Type u_3} {Aβ : Type u_4} {Aβ' : Type u_5} {Aβ' : Type u_6} {Aβ' : Type u_7} [CommSemiring R] [Semiring Aβ] [Semiring Aβ] [Semiring Aβ] [Semiring Aβ'] [Semiring Aβ'] [Semiring Aβ'] [Algebra R Aβ] [Algebra R Aβ] [Algebra R Aβ] [Algebra R Aβ'] [Algebra R Aβ'] [Algebra R Aβ'] [Star Aβ] [Star Aβ] [Star Aβ] [Star Aβ'] [Star Aβ'] [Star Aβ'] (eβ : Aβ βββ[R] Aβ) (eβ' : Aβ' βββ[R] Aβ') (eβ : Aβ βββ[R] Aβ) (eβ' : Aβ' βββ[R] Aβ') : (eβ.trans eβ).arrowCongr (eβ'.trans eβ') = (eβ.arrowCongr eβ').trans (eβ.arrowCongr eβ') - StarAlgHom.prodEquiv_apply π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] [Semiring C] [Algebra R C] [Star C] (f : (A βββ[R] B) Γ (A βββ[R] C)) : StarAlgHom.prodEquiv f = f.1.prod f.2 - StarAlgHom.prodEquiv_symm_apply π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] [Semiring C] [Algebra R C] [Star C] (f : A βββ[R] B Γ C) : StarAlgHom.prodEquiv.symm f = ((StarAlgHom.fst R B C).comp f, (StarAlgHom.snd R B C).comp f) - StarAlgEquiv.arrowCongr_comp π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_1} {Aβ : Type u_2} {Aβ : Type u_3} {Aβ : Type u_4} {Aβ' : Type u_5} {Aβ' : Type u_6} {Aβ' : Type u_7} [CommSemiring R] [Semiring Aβ] [Semiring Aβ] [Semiring Aβ] [Semiring Aβ'] [Semiring Aβ'] [Semiring Aβ'] [Algebra R Aβ] [Algebra R Aβ] [Algebra R Aβ] [Algebra R Aβ'] [Algebra R Aβ'] [Algebra R Aβ'] [Star Aβ] [Star Aβ] [Star Aβ] [Star Aβ'] [Star Aβ'] [Star Aβ'] (eβ : Aβ βββ[R] Aβ') (eβ : Aβ βββ[R] Aβ') (eβ : Aβ βββ[R] Aβ') (f : Aβ βββ[R] Aβ) (g : Aβ βββ[R] Aβ) : (eβ.arrowCongr eβ) (g.comp f) = ((eβ.arrowCongr eβ) g).comp ((eβ.arrowCongr eβ) f) - Pi.evalStarAlgHom_apply π Mathlib.Algebra.Star.StarAlgHom
{ΞΉ : Type u_1} (R : Type u_2) (A : ΞΉ β Type u_3) (j : ΞΉ) [CommSemiring R] [(i : ΞΉ) β Semiring (A i)] [(i : ΞΉ) β Algebra R (A i)] [(i : ΞΉ) β Star (A i)] (aβ : (i : ΞΉ) β A i) : (Pi.evalStarAlgHom R A j) aβ = (Pi.evalNonUnitalStarAlgHom R A j).toFun aβ - StarAlgHom.coe_mk π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] (f : A β B) (hβ : f 1 = 1) (hβ : β (x y : A), { toFun := f, map_one' := hβ }.toFun (x * y) = { toFun := f, map_one' := hβ }.toFun x * { toFun := f, map_one' := hβ }.toFun y) (hβ : (β{ toFun := f, map_one' := hβ, map_mul' := hβ }).toFun 0 = 0) (hβ : β (x y : A), (β{ toFun := f, map_one' := hβ, map_mul' := hβ }).toFun (x + y) = (β{ toFun := f, map_one' := hβ, map_mul' := hβ }).toFun x + (β{ toFun := f, map_one' := hβ, map_mul' := hβ }).toFun y) (hβ : β (r : R), (ββ{ toFun := f, map_one' := hβ, map_mul' := hβ, map_zero' := hβ, map_add' := hβ }).toFun ((algebraMap R A) r) = (algebraMap R B) r) (hβ : β (x : A), (ββ{ toFun := f, map_one' := hβ, map_mul' := hβ, map_zero' := hβ, map_add' := hβ, commutes' := hβ }.toRingHom).toFun (star x) = star ((ββ{ toFun := f, map_one' := hβ, map_mul' := hβ, map_zero' := hβ, map_add' := hβ, commutes' := hβ }.toRingHom).toFun x)) : β{ toFun := f, map_one' := hβ, map_mul' := hβ, map_zero' := hβ, map_add' := hβ, commutes' := hβ , map_star' := hβ } = f - StarAlgHom.mk_coe π Mathlib.Algebra.Star.StarAlgHom
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Star A] [Semiring B] [Algebra R B] [Star B] (f : A βββ[R] B) (hβ : f 1 = 1) (hβ : β (x y : A), { toFun := βf, map_one' := hβ }.toFun (x * y) = { toFun := βf, map_one' := hβ }.toFun x * { toFun := βf, map_one' := hβ }.toFun y) (hβ : (β{ toFun := βf, map_one' := hβ, map_mul' := hβ }).toFun 0 = 0) (hβ : β (x y : A), (β{ toFun := βf, map_one' := hβ, map_mul' := hβ }).toFun (x + y) = (β{ toFun := βf, map_one' := hβ, map_mul' := hβ }).toFun x + (β{ toFun := βf, map_one' := hβ, map_mul' := hβ }).toFun y) (hβ : β (r : R), (ββ{ toFun := βf, map_one' := hβ, map_mul' := hβ, map_zero' := hβ, map_add' := hβ }).toFun ((algebraMap R A) r) = (algebraMap R B) r) (hβ : β (x : A), (ββ{ toFun := βf, map_one' := hβ, map_mul' := hβ, map_zero' := hβ, map_add' := hβ, commutes' := hβ }.toRingHom).toFun (star x) = star ((ββ{ toFun := βf, map_one' := hβ, map_mul' := hβ, map_zero' := hβ, map_add' := hβ, commutes' := hβ }.toRingHom).toFun x)) : { toFun := βf, map_one' := hβ, map_mul' := hβ, map_zero' := hβ, map_add' := hβ, commutes' := hβ , map_star' := hβ } = f - Unitization.starLift π Mathlib.Algebra.Algebra.Unitization
{R : Type u_1} {A : Type u_2} {C : Type u_3} [CommSemiring R] [StarRing R] [NonUnitalSemiring A] [StarRing A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] [Semiring C] [Algebra R C] [StarRing C] [StarModule R C] : (A ββββ[R] C) β (Unitization R A βββ[R] C) - Unitization.starMap_id π Mathlib.Algebra.Algebra.Unitization
{R : Type u_1} {B : Type u_3} [CommSemiring R] [StarRing R] [NonUnitalSemiring B] [StarRing B] [Module R B] [SMulCommClass R B B] [IsScalarTower R B B] [StarModule R B] : Unitization.starMap (NonUnitalStarAlgHom.id R B) = StarAlgHom.id R (Unitization R B) - Unitization.starMap π Mathlib.Algebra.Algebra.Unitization
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [NonUnitalSemiring A] [StarRing A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] [NonUnitalSemiring B] [StarRing B] [Module R B] [SMulCommClass R B B] [IsScalarTower R B B] [StarModule R B] (Ο : A ββββ[R] B) : Unitization R A βββ[R] Unitization R B - Unitization.starMap_inl π Mathlib.Algebra.Algebra.Unitization
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [NonUnitalSemiring A] [StarRing A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] [NonUnitalSemiring B] [StarRing B] [Module R B] [SMulCommClass R B B] [IsScalarTower R B B] [StarModule R B] (Ο : A ββββ[R] B) (r : R) : (Unitization.starMap Ο) (Unitization.inl r) = (algebraMap R (Unitization R B)) r - Unitization.starMap_injective π Mathlib.Algebra.Algebra.Unitization
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [NonUnitalSemiring A] [StarRing A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] [NonUnitalSemiring B] [StarRing B] [Module R B] [SMulCommClass R B B] [IsScalarTower R B B] [StarModule R B] {Ο : A ββββ[R] B} (hΟ : Function.Injective βΟ) : Function.Injective β(Unitization.starMap Ο) - Unitization.starMap_surjective π Mathlib.Algebra.Algebra.Unitization
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [NonUnitalSemiring A] [StarRing A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] [NonUnitalSemiring B] [StarRing B] [Module R B] [SMulCommClass R B B] [IsScalarTower R B B] [StarModule R B] {Ο : A ββββ[R] B} (hΟ : Function.Surjective βΟ) : Function.Surjective β(Unitization.starMap Ο) - Unitization.starMap_inr π Mathlib.Algebra.Algebra.Unitization
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [NonUnitalSemiring A] [StarRing A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] [NonUnitalSemiring B] [StarRing B] [Module R B] [SMulCommClass R B B] [IsScalarTower R B B] [StarModule R B] (Ο : A ββββ[R] B) (a : A) : (Unitization.starMap Ο) βa = β(Ο a) - Unitization.starMap_apply π Mathlib.Algebra.Algebra.Unitization
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [NonUnitalSemiring A] [StarRing A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] [NonUnitalSemiring B] [StarRing B] [Module R B] [SMulCommClass R B B] [IsScalarTower R B B] [StarModule R B] (Ο : A ββββ[R] B) (x : Unitization R A) : (Unitization.starMap Ο) x = (algebraMap R (Unitization R B)) x.toProd.1 + β(Ο x.toProd.2) - Unitization.starMap_comp π Mathlib.Algebra.Algebra.Unitization
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [StarRing R] [NonUnitalSemiring A] [StarRing A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] [NonUnitalSemiring B] [StarRing B] [Module R B] [SMulCommClass R B B] [IsScalarTower R B B] [NonUnitalSemiring C] [StarRing C] [Module R C] [SMulCommClass R C C] [IsScalarTower R C C] [StarModule R B] [StarModule R C] {Ο : A ββββ[R] B} {Ο : B ββββ[R] C} : Unitization.starMap (Ο.comp Ο) = (Unitization.starMap Ο).comp (Unitization.starMap Ο) - Unitization.starLift_apply π Mathlib.Algebra.Algebra.Unitization
{R : Type u_1} {A : Type u_2} {C : Type u_3} [CommSemiring R] [StarRing R] [NonUnitalSemiring A] [StarRing A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] [Semiring C] [Algebra R C] [StarRing C] [StarModule R C] (Ο : A ββββ[R] C) : Unitization.starLift Ο = { toAlgHom := Ο.toAlgHom, map_star' := β― } - Unitization.starLift_symm_apply π Mathlib.Algebra.Algebra.Unitization
{R : Type u_1} {A : Type u_2} {C : Type u_3} [CommSemiring R] [StarRing R] [NonUnitalSemiring A] [StarRing A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] [Semiring C] [Algebra R C] [StarRing C] [StarModule R C] (Ο : Unitization R A βββ[R] C) : Unitization.starLift.symm Ο = Ο.toNonUnitalStarAlgHom.comp (Unitization.inrNonUnitalStarAlgHom R A) - Unitization.starLift_symm_apply_apply π Mathlib.Algebra.Algebra.Unitization
{R : Type u_1} {A : Type u_2} {C : Type u_3} [CommSemiring R] [StarRing R] [NonUnitalSemiring A] [StarRing A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] [Semiring C] [Algebra R C] [StarRing C] [StarModule R C] (Ο : Unitization R A βββ[R] C) (a : A) : (Unitization.starLift.symm Ο) a = Ο βa - Unitization.starAlgHom_ext π Mathlib.Algebra.Algebra.Unitization
{R : Type u_1} {A : Type u_2} {C : Type u_3} [CommSemiring R] [StarRing R] [NonUnitalSemiring A] [StarRing A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] [Semiring C] [Algebra R C] [StarRing C] {Ο Ο : Unitization R A βββ[R] C} (h : (βΟ).comp (Unitization.inrNonUnitalStarAlgHom R A) = (βΟ).comp (Unitization.inrNonUnitalStarAlgHom R A)) : Ο = Ο - Unitization.starAlgHom_ext_iff π Mathlib.Algebra.Algebra.Unitization
{R : Type u_1} {A : Type u_2} {C : Type u_3} [CommSemiring R] [StarRing R] [NonUnitalSemiring A] [StarRing A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] [Semiring C] [Algebra R C] [StarRing C] {Ο Ο : Unitization R A βββ[R] C} : Ο = Ο β (βΟ).comp (Unitization.inrNonUnitalStarAlgHom R A) = (βΟ).comp (Unitization.inrNonUnitalStarAlgHom R A) - StarAlgHom.restrictScalars π Mathlib.Algebra.Star.Subalgebra
(R : Type u_1) {S : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [CommSemiring S] [Semiring A] [Semiring B] [Algebra R S] [Algebra S A] [Algebra S B] [Algebra R A] [Algebra R B] [IsScalarTower R S A] [IsScalarTower R S B] [Star A] [Star B] (f : A βββ[S] B) : A βββ[R] B - StarAlgHom.restrictScalars_injective π Mathlib.Algebra.Star.Subalgebra
(R : Type u_1) {S : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [CommSemiring S] [Semiring A] [Semiring B] [Algebra R S] [Algebra S A] [Algebra S B] [Algebra R A] [Algebra R B] [IsScalarTower R S A] [IsScalarTower R S B] [Star A] [Star B] : Function.Injective (StarAlgHom.restrictScalars R) - StarAlgHom.range π Mathlib.Algebra.Star.Subalgebra
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [StarRing R] [Semiring A] [Algebra R A] [StarRing A] [Semiring B] [Algebra R B] [StarRing B] [StarModule R B] (Ο : A βββ[R] B) : StarSubalgebra R B - StarAlgHom.restrictScalars_apply π Mathlib.Algebra.Star.Subalgebra
(R : Type u_1) {S : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [CommSemiring S] [Semiring A] [Semiring B] [Algebra R S] [Algebra S A] [Algebra S B] [Algebra R A] [Algebra R B] [IsScalarTower R S A] [IsScalarTower R S B] [Star A] [Star B] (f : A βββ[S] B) (aβ : A) : (StarAlgHom.restrictScalars R f) aβ = f aβ - StarSubalgebra.comap π Mathlib.Algebra.Star.Subalgebra
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [Semiring A] [StarRing A] [Algebra R A] [StarModule R A] [Semiring B] [StarRing B] [Algebra R B] [StarModule R B] (f : A βββ[R] B) (S : StarSubalgebra R B) : StarSubalgebra R A - StarSubalgebra.map π Mathlib.Algebra.Star.Subalgebra
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [Semiring A] [StarRing A] [Algebra R A] [StarModule R A] [Semiring B] [StarRing B] [Algebra R B] [StarModule R B] (f : A βββ[R] B) (S : StarSubalgebra R A) : StarSubalgebra R B - StarSubalgebra.subtype π Mathlib.Algebra.Star.Subalgebra
{R : Type u_1} {A : Type u_2} [CommSemiring R] [StarRing R] [Semiring A] [StarRing A] [Algebra R A] [StarModule R A] (S : StarSubalgebra R A) : β₯S βββ[R] A - StarAlgEquiv.toStarAlgHom_restrictScalars π Mathlib.Algebra.Star.Subalgebra
(R : Type u_1) {S : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [CommSemiring S] [Semiring A] [Semiring B] [Algebra R S] [Algebra S A] [Algebra S B] [Algebra R A] [Algebra R B] [IsScalarTower R S A] [IsScalarTower R S B] [Star A] [Star B] (e : A βββ[S] B) : (StarAlgEquiv.restrictScalars R e).toStarAlgHom = StarAlgHom.restrictScalars R e.toStarAlgHom - StarSubalgebra.gc_map_comap π Mathlib.Algebra.Star.Subalgebra
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [Semiring A] [StarRing A] [Algebra R A] [StarModule R A] [Semiring B] [StarRing B] [Algebra R B] [StarModule R B] (f : A βββ[R] B) : GaloisConnection (StarSubalgebra.map f) (StarSubalgebra.comap f) - StarSubalgebra.map_toSubalgebra π Mathlib.Algebra.Star.Subalgebra
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [Semiring A] [StarRing A] [Algebra R A] [StarModule R A] [Semiring B] [StarRing B] [Algebra R B] [StarModule R B] {S : StarSubalgebra R A} {f : A βββ[R] B} : (StarSubalgebra.map f S).toSubalgebra = Subalgebra.map (βf) S.toSubalgebra - StarSubalgebra.comap_mono π Mathlib.Algebra.Star.Subalgebra
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [Semiring A] [StarRing A] [Algebra R A] [StarModule R A] [Semiring B] [StarRing B] [Algebra R B] [StarModule R B] {Sβ Sβ : StarSubalgebra R B} {f : A βββ[R] B} : Sβ β€ Sβ β StarSubalgebra.comap f Sβ β€ StarSubalgebra.comap f Sβ - StarSubalgebra.map_mono π Mathlib.Algebra.Star.Subalgebra
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [Semiring A] [StarRing A] [Algebra R A] [StarModule R A] [Semiring B] [StarRing B] [Algebra R B] [StarModule R B] {Sβ Sβ : StarSubalgebra R A} {f : A βββ[R] B} : Sβ β€ Sβ β StarSubalgebra.map f Sβ β€ StarSubalgebra.map f Sβ - StarSubalgebra.map_le_iff_le_comap π Mathlib.Algebra.Star.Subalgebra
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [Semiring A] [StarRing A] [Algebra R A] [StarModule R A] [Semiring B] [StarRing B] [Algebra R B] [StarModule R B] {S : StarSubalgebra R A} {f : A βββ[R] B} {U : StarSubalgebra R B} : StarSubalgebra.map f S β€ U β S β€ StarSubalgebra.comap f U - StarSubalgebra.comap_injective π Mathlib.Algebra.Star.Subalgebra
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [Semiring A] [StarRing A] [Algebra R A] [StarModule R A] [Semiring B] [StarRing B] [Algebra R B] [StarModule R B] {f : A βββ[R] B} (hf : Function.Surjective βf) : Function.Injective (StarSubalgebra.comap f) - StarSubalgebra.map_injective π Mathlib.Algebra.Star.Subalgebra
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [Semiring A] [StarRing A] [Algebra R A] [StarModule R A] [Semiring B] [StarRing B] [Algebra R B] [StarModule R B] {f : A βββ[R] B} (hf : Function.Injective βf) : Function.Injective (StarSubalgebra.map f) - StarAlgHom.rangeRestrict π Mathlib.Algebra.Star.Subalgebra
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [StarRing R] [Semiring A] [Algebra R A] [StarRing A] [Semiring B] [Algebra R B] [StarRing B] [StarModule R B] (f : A βββ[R] B) : A βββ[R] β₯f.range - StarAlgHom.map_adjoin π Mathlib.Algebra.Star.Subalgebra
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [StarRing R] [Semiring A] [Algebra R A] [StarRing A] [Semiring B] [Algebra R B] [StarRing B] [StarModule R A] [StarModule R B] (f : A βββ[R] B) (s : Set A) : StarSubalgebra.map f (StarAlgebra.adjoin R s) = StarAlgebra.adjoin R (βf '' s) - StarSubalgebra.coe_comap π Mathlib.Algebra.Star.Subalgebra
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [Semiring A] [StarRing A] [Algebra R A] [StarModule R A] [Semiring B] [StarRing B] [Algebra R B] [StarModule R B] (S : StarSubalgebra R B) (f : A βββ[R] B) : β(StarSubalgebra.comap f S) = βf β»ΒΉ' βS - StarSubalgebra.coe_map π Mathlib.Algebra.Star.Subalgebra
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [Semiring A] [StarRing A] [Algebra R A] [StarModule R A] [Semiring B] [StarRing B] [Algebra R B] [StarModule R B] (S : StarSubalgebra R A) (f : A βββ[R] B) : β(StarSubalgebra.map f S) = βf '' βS - StarSubalgebra.map_sup π Mathlib.Algebra.Star.Subalgebra
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [Semiring A] [Algebra R A] [StarRing A] [StarModule R A] [Semiring B] [Algebra R B] [StarRing B] [StarModule R B] (f : A βββ[R] B) (S T : StarSubalgebra R A) : StarSubalgebra.map f (S β T) = StarSubalgebra.map f S β StarSubalgebra.map f T - StarSubalgebra.inclusion π Mathlib.Algebra.Star.Subalgebra
{R : Type u_1} {A : Type u_2} [CommSemiring R] [StarRing R] [Semiring A] [StarRing A] [Algebra R A] [StarModule R A] {Sβ Sβ : StarSubalgebra R A} (h : Sβ β€ Sβ) : β₯Sβ βββ[R] β₯Sβ - StarSubalgebra.mem_comap π Mathlib.Algebra.Star.Subalgebra
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [Semiring A] [StarRing A] [Algebra R A] [StarModule R A] [Semiring B] [StarRing B] [Algebra R B] [StarModule R B] (S : StarSubalgebra R B) (f : A βββ[R] B) (x : A) : x β StarSubalgebra.comap f S β f x β S - StarAlgHom.range_eq_map_top π Mathlib.Algebra.Star.Subalgebra
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [StarRing R] [Semiring A] [Algebra R A] [StarRing A] [Semiring B] [Algebra R B] [StarRing B] [StarModule R A] [StarModule R B] (Ο : A βββ[R] B) : Ο.range = StarSubalgebra.map Ο β€ - StarSubalgebra.mem_map π Mathlib.Algebra.Star.Subalgebra
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [Semiring A] [StarRing A] [Algebra R A] [StarModule R A] [Semiring B] [StarRing B] [Algebra R B] [StarModule R B] {S : StarSubalgebra R A} {f : A βββ[R] B} {y : B} : y β StarSubalgebra.map f S β β x β S, f x = y - StarAlgHom.codRestrict π Mathlib.Algebra.Star.Subalgebra
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [StarRing R] [Semiring A] [Algebra R A] [StarRing A] [Semiring B] [Algebra R B] [StarRing B] [StarModule R B] (f : A βββ[R] B) (S : StarSubalgebra R B) (hf : β (x : A), f x β S) : A βββ[R] β₯S - StarSubalgebra.comap_comap π Mathlib.Algebra.Star.Subalgebra
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [StarRing R] [Semiring A] [StarRing A] [Algebra R A] [StarModule R A] [Semiring B] [StarRing B] [Algebra R B] [StarModule R B] [Semiring C] [StarRing C] [Algebra R C] [StarModule R C] (S : StarSubalgebra R C) (g : B βββ[R] C) (f : A βββ[R] B) : StarSubalgebra.comap f (StarSubalgebra.comap g S) = StarSubalgebra.comap (g.comp f) S - StarSubalgebra.map_map π Mathlib.Algebra.Star.Subalgebra
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [StarRing R] [Semiring A] [StarRing A] [Algebra R A] [StarModule R A] [Semiring B] [StarRing B] [Algebra R B] [StarModule R B] [Semiring C] [StarRing C] [Algebra R C] [StarModule R C] (S : StarSubalgebra R A) (g : B βββ[R] C) (f : A βββ[R] B) : StarSubalgebra.map g (StarSubalgebra.map f S) = StarSubalgebra.map (g.comp f) S - StarSubalgebra.map_iInf π Mathlib.Algebra.Star.Subalgebra
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [Semiring A] [Algebra R A] [StarRing A] [StarModule R A] [Semiring B] [Algebra R B] [StarRing B] [StarModule R B] {ΞΉ : Sort u_4} [Nonempty ΞΉ] (f : A βββ[R] B) (hf : Function.Injective βf) (s : ΞΉ β StarSubalgebra R A) : StarSubalgebra.map f (iInf s) = β¨ i, StarSubalgebra.map f (s i) - StarSubalgebra.map_inf π Mathlib.Algebra.Star.Subalgebra
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [Semiring A] [Algebra R A] [StarRing A] [StarModule R A] [Semiring B] [Algebra R B] [StarRing B] [StarModule R B] (f : A βββ[R] B) (hf : Function.Injective βf) (S T : StarSubalgebra R A) : StarSubalgebra.map f (S β T) = StarSubalgebra.map f S β StarSubalgebra.map f T - StarAlgHom.subtype_comp_codRestrict π Mathlib.Algebra.Star.Subalgebra
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [StarRing R] [Semiring A] [Algebra R A] [StarRing A] [Semiring B] [Algebra R B] [StarRing B] [StarModule R B] (f : A βββ[R] B) (S : StarSubalgebra R B) (hf : β (x : A), f x β S) : S.subtype.comp (f.codRestrict S hf) = f - StarSubalgebra.coe_subtype π Mathlib.Algebra.Star.Subalgebra
{R : Type u_1} {A : Type u_2} [CommSemiring R] [StarRing R] [Semiring A] [StarRing A] [Algebra R A] [StarModule R A] (S : StarSubalgebra R A) : βS.subtype = Subtype.val - StarSubalgebra.subtype_apply π Mathlib.Algebra.Star.Subalgebra
{R : Type u_1} {A : Type u_2} [CommSemiring R] [StarRing R] [Semiring A] [StarRing A] [Algebra R A] [StarModule R A] (S : StarSubalgebra R A) (x : β₯S) : S.subtype x = βx - StarSubalgebra.subtype_comp_inclusion π Mathlib.Algebra.Star.Subalgebra
{R : Type u_1} {A : Type u_2} [CommSemiring R] [StarRing R] [Semiring A] [StarRing A] [Algebra R A] [StarModule R A] {Sβ Sβ : StarSubalgebra R A} (h : Sβ β€ Sβ) : Sβ.subtype.comp (StarSubalgebra.inclusion h) = Sβ.subtype - StarAlgHom.coe_codRestrict π Mathlib.Algebra.Star.Subalgebra
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [StarRing R] [Semiring A] [Algebra R A] [StarRing A] [Semiring B] [Algebra R B] [StarRing B] [StarModule R B] (f : A βββ[R] B) (S : StarSubalgebra R B) (hf : β (x : A), f x β S) (x : A) : β((f.codRestrict S hf) x) = f x - StarAlgHom.injective_codRestrict π Mathlib.Algebra.Star.Subalgebra
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [StarRing R] [Semiring A] [Algebra R A] [StarRing A] [Semiring B] [Algebra R B] [StarRing B] [StarModule R B] (f : A βββ[R] B) (S : StarSubalgebra R B) (hf : β (x : A), f x β S) : Function.Injective β(f.codRestrict S hf) β Function.Injective βf - StarAlgEquiv.ofInjective π Mathlib.Algebra.Star.Subalgebra
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [StarRing R] [Semiring A] [Algebra R A] [StarRing A] [Semiring B] [Algebra R B] [StarRing B] [StarModule R B] (f : A βββ[R] B) (hf : Function.Injective βf) : A βββ[R] β₯f.range - StarSubalgebra.inclusion_injective π Mathlib.Algebra.Star.Subalgebra
{R : Type u_1} {A : Type u_2} [CommSemiring R] [StarRing R] [Semiring A] [StarRing A] [Algebra R A] [StarModule R A] {Sβ Sβ : StarSubalgebra R A} (h : Sβ β€ Sβ) : Function.Injective β(StarSubalgebra.inclusion h) - StarSubalgebra.inclusion_apply π Mathlib.Algebra.Star.Subalgebra
{R : Type u_1} {A : Type u_2} [CommSemiring R] [StarRing R] [Semiring A] [StarRing A] [Algebra R A] [StarModule R A] {Sβ Sβ : StarSubalgebra R A} (h : Sβ β€ Sβ) (aβ : β₯Sβ) : (StarSubalgebra.inclusion h) aβ = Subtype.map id h aβ - StarAlgEquiv.ofInjective_apply π Mathlib.Algebra.Star.Subalgebra
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [StarRing R] [Semiring A] [Algebra R A] [StarRing A] [Semiring B] [Algebra R B] [StarRing B] [StarModule R B] (f : A βββ[R] B) (hf : Function.Injective βf) (a : A) : (StarAlgEquiv.ofInjective f hf) a = f.rangeRestrict a - StarAlgEquiv.ofInjective_symm_apply π Mathlib.Algebra.Star.Subalgebra
{R : Type u_2} {A : Type u_3} {B : Type u_4} [CommSemiring R] [StarRing R] [Semiring A] [Algebra R A] [StarRing A] [Semiring B] [Algebra R B] [StarRing B] [StarModule R B] (f : A βββ[R] B) (hf : Function.Injective βf) (aβ : β₯(βf).range) : (StarAlgEquiv.ofInjective f hf).symm aβ = (AlgEquiv.ofInjective (βf) hf).invFun aβ - NonUnitalStarSubalgebra.unitization π Mathlib.Algebra.Algebra.Subalgebra.Unitization
{R : Type u_1} {S : Type u_2} {A : Type u_3} [CommSemiring R] [StarRing R] [Semiring A] [StarRing A] [Algebra R A] [StarModule R A] [SetLike S A] [hSA : NonUnitalSubsemiringClass S A] [hSRA : SMulMemClass S R A] [StarMemClass S A] (s : S) : Unitization R β₯s βββ[R] A - NonUnitalStarSubalgebra.unitization_apply π Mathlib.Algebra.Algebra.Subalgebra.Unitization
{R : Type u_1} {S : Type u_2} {A : Type u_3} [CommSemiring R] [StarRing R] [Semiring A] [StarRing A] [Algebra R A] [StarModule R A] [SetLike S A] [hSA : NonUnitalSubsemiringClass S A] [hSRA : SMulMemClass S R A] [StarMemClass S A] (s : S) (x : Unitization R β₯s) : (NonUnitalStarSubalgebra.unitization s) x = (algebraMap R A) x.toProd.1 + βx.toProd.2 - Unitization.starLift_range π Mathlib.Algebra.Algebra.Subalgebra.Unitization
{R : Type u_1} {A : Type u_2} {C : Type u_3} [CommSemiring R] [NonUnitalSemiring A] [StarRing R] [StarRing A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] [StarModule R A] [Semiring C] [StarRing C] [Algebra R C] [StarModule R C] (f : A ββββ[R] C) : (Unitization.starLift f).range = StarAlgebra.adjoin R β(NonUnitalStarAlgHom.range f) - Unitization.starLift_range_le π Mathlib.Algebra.Algebra.Subalgebra.Unitization
{R : Type u_1} {A : Type u_2} {C : Type u_3} [CommSemiring R] [NonUnitalSemiring A] [StarRing R] [StarRing A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] [StarModule R A] [Semiring C] [StarRing C] [Algebra R C] [StarModule R C] {f : A ββββ[R] C} {S : StarSubalgebra R C} : (Unitization.starLift f).range β€ S β NonUnitalStarAlgHom.range f β€ S.toNonUnitalStarSubalgebra - NonUnitalStarSubalgebra.unitization_injective π Mathlib.Algebra.Algebra.Subalgebra.Unitization
{R : Type u_1} {S : Type u_2} {A : Type u_3} [Field R] [StarRing R] [Ring A] [StarRing A] [Algebra R A] [StarModule R A] [SetLike S A] [hSA : NonUnitalSubringClass S A] [hSRA : SMulMemClass S R A] [StarMemClass S A] (s : S) (h1 : 1 β s) : Function.Injective β(NonUnitalStarSubalgebra.unitization s) - RCLike.ofRealStarAlgHom π Mathlib.Analysis.RCLike.Basic
(K : Type u_1) [RCLike K] : β βββ[β] K - RCLike.coe_ofRealStarAlgHom π Mathlib.Analysis.RCLike.Basic
{K : Type u_1} [RCLike K] : β(RCLike.ofRealStarAlgHom K) = RCLike.ofReal - ContinuousMap.compStarAlgHom' π Mathlib.Topology.ContinuousMap.Star
{X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [TopologicalSpace Y] (π : Type u_4) [CommSemiring π] (A : Type u_5) [TopologicalSpace A] [Semiring A] [IsTopologicalSemiring A] [Star A] [ContinuousStar A] [Algebra π A] (f : C(X, Y)) : C(Y, A) βββ[π] C(X, A) - ContinuousMap.compStarAlgHom'_id π Mathlib.Topology.ContinuousMap.Star
{X : Type u_1} [TopologicalSpace X] (π : Type u_4) [CommSemiring π] (A : Type u_5) [TopologicalSpace A] [Semiring A] [IsTopologicalSemiring A] [Star A] [ContinuousStar A] [Algebra π A] : ContinuousMap.compStarAlgHom' π A (ContinuousMap.id X) = StarAlgHom.id π C(X, A) - ContinuousMap.compStarAlgHom_id π Mathlib.Topology.ContinuousMap.Star
(X : Type u_1) {π : Type u_2} {A : Type u_3} [TopologicalSpace X] [CommSemiring π] [TopologicalSpace A] [Semiring A] [IsTopologicalSemiring A] [Star A] [ContinuousStar A] [Algebra π A] : ContinuousMap.compStarAlgHom X (StarAlgHom.id π A) β― = StarAlgHom.id π C(X, A) - ContinuousMap.evalStarAlgHom π Mathlib.Topology.ContinuousMap.Star
{X : Type u_1} (S : Type u_2) (R : Type u_3) [TopologicalSpace X] [CommSemiring S] [CommSemiring R] [Algebra S R] [TopologicalSpace R] [IsTopologicalSemiring R] [StarRing R] [ContinuousStar R] (x : X) : C(X, R) βββ[S] R - ContinuousMap.compStarAlgHom π Mathlib.Topology.ContinuousMap.Star
(X : Type u_1) {π : Type u_2} {A : Type u_3} {B : Type u_4} [TopologicalSpace X] [CommSemiring π] [TopologicalSpace A] [Semiring A] [IsTopologicalSemiring A] [Star A] [ContinuousStar A] [Algebra π A] [TopologicalSpace B] [Semiring B] [IsTopologicalSemiring B] [Star B] [ContinuousStar B] [Algebra π B] (Ο : A βββ[π] B) (hΟ : Continuous βΟ) : C(X, A) βββ[π] C(X, B) - ContinuousMap.compStarAlgHom'_apply π Mathlib.Topology.ContinuousMap.Star
{X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [TopologicalSpace Y] (π : Type u_4) [CommSemiring π] (A : Type u_5) [TopologicalSpace A] [Semiring A] [IsTopologicalSemiring A] [Star A] [ContinuousStar A] [Algebra π A] (f : C(X, Y)) (g : C(Y, A)) : (ContinuousMap.compStarAlgHom' π A f) g = g.comp f - ContinuousMap.compStarAlgHom'_comp π Mathlib.Topology.ContinuousMap.Star
{X : Type u_1} {Y : Type u_2} {Z : Type u_3} [TopologicalSpace X] [TopologicalSpace Y] [TopologicalSpace Z] (π : Type u_4) [CommSemiring π] (A : Type u_5) [TopologicalSpace A] [Semiring A] [IsTopologicalSemiring A] [Star A] [ContinuousStar A] [Algebra π A] (g : C(Y, Z)) (f : C(X, Y)) : ContinuousMap.compStarAlgHom' π A (g.comp f) = (ContinuousMap.compStarAlgHom' π A f).comp (ContinuousMap.compStarAlgHom' π A g) - ContinuousMap.evalStarAlgHom_apply π Mathlib.Topology.ContinuousMap.Star
{X : Type u_1} (S : Type u_2) (R : Type u_3) [TopologicalSpace X] [CommSemiring S] [CommSemiring R] [Algebra S R] [TopologicalSpace R] [IsTopologicalSemiring R] [StarRing R] [ContinuousStar R] (x : X) (f : C(X, R)) : (ContinuousMap.evalStarAlgHom S R x) f = f x - ContinuousMap.compStarAlgHom_apply π Mathlib.Topology.ContinuousMap.Star
(X : Type u_1) {π : Type u_2} {A : Type u_3} {B : Type u_4} [TopologicalSpace X] [CommSemiring π] [TopologicalSpace A] [Semiring A] [IsTopologicalSemiring A] [Star A] [ContinuousStar A] [Algebra π A] [TopologicalSpace B] [Semiring B] [IsTopologicalSemiring B] [Star B] [ContinuousStar B] [Algebra π B] (Ο : A βββ[π] B) (hΟ : Continuous βΟ) (f : C(X, A)) : (ContinuousMap.compStarAlgHom X Ο hΟ) f = { toFun := βΟ, continuous_toFun := hΟ }.comp f - ContinuousMap.compStarAlgHom_comp π Mathlib.Topology.ContinuousMap.Star
(X : Type u_1) {π : Type u_2} {A : Type u_3} {B : Type u_4} {C : Type u_5} [TopologicalSpace X] [CommSemiring π] [TopologicalSpace A] [Semiring A] [IsTopologicalSemiring A] [Star A] [ContinuousStar A] [Algebra π A] [TopologicalSpace B] [Semiring B] [IsTopologicalSemiring B] [Star B] [ContinuousStar B] [Algebra π B] [TopologicalSpace C] [Semiring C] [IsTopologicalSemiring C] [Star C] [ContinuousStar C] [Algebra π C] (Ο : A βββ[π] B) (Ο : B βββ[π] C) (hΟ : Continuous βΟ) (hΟ : Continuous βΟ) : ContinuousMap.compStarAlgHom X (Ο.comp Ο) β― = (ContinuousMap.compStarAlgHom X Ο hΟ).comp (ContinuousMap.compStarAlgHom X Ο hΟ) - Homeomorph.compStarAlgEquiv'_apply π Mathlib.Topology.ContinuousMap.Star
{X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [TopologicalSpace Y] (π : Type u_3) [CommSemiring π] (A : Type u_4) [TopologicalSpace A] [Semiring A] [IsTopologicalSemiring A] [StarRing A] [ContinuousStar A] [Algebra π A] (f : X ββ Y) (a : C(Y, A)) : (Homeomorph.compStarAlgEquiv' π A f) a = (ContinuousMap.compStarAlgHom' π A βf) a - Homeomorph.compStarAlgEquiv'_symm_apply π Mathlib.Topology.ContinuousMap.Star
{X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [TopologicalSpace Y] (π : Type u_3) [CommSemiring π] (A : Type u_4) [TopologicalSpace A] [Semiring A] [IsTopologicalSemiring A] [StarRing A] [ContinuousStar A] [Algebra π A] (f : X ββ Y) (a : C(X, A)) : (Homeomorph.compStarAlgEquiv' π A f).symm a = (ContinuousMap.compStarAlgHom' π A βf.symm) a - BoundedContinuousFunction.toContinuousMapStarβ π Mathlib.Topology.ContinuousMap.Bounded.Star
{Ξ± : Type u} {Ξ² : Type v} (π : Type u_1) [NormedField π] [TopologicalSpace Ξ±] [NormedRing Ξ²] [NormedAlgebra π Ξ²] [StarAddMonoid Ξ²] [NormedStarGroup Ξ²] : BoundedContinuousFunction Ξ± Ξ² βββ[π] C(Ξ±, Ξ²) - BoundedContinuousFunction.coe_toContinuousMapStarβ π Mathlib.Topology.ContinuousMap.Bounded.Star
{Ξ± : Type u} {Ξ² : Type v} (π : Type u_1) [NormedField π] [TopologicalSpace Ξ±] [NormedRing Ξ²] [NormedAlgebra π Ξ²] [StarAddMonoid Ξ²] [NormedStarGroup Ξ²] (f : BoundedContinuousFunction Ξ± Ξ²) : β((BoundedContinuousFunction.toContinuousMapStarβ π) f) = βf - BoundedContinuousFunction.toContinuousMapStarβ_apply_apply π Mathlib.Topology.ContinuousMap.Bounded.Star
{Ξ± : Type u} {Ξ² : Type v} (π : Type u_1) [NormedField π] [TopologicalSpace Ξ±] [NormedRing Ξ²] [NormedAlgebra π Ξ²] [StarAddMonoid Ξ²] [NormedStarGroup Ξ²] (f : BoundedContinuousFunction Ξ± Ξ²) (a : Ξ±) : ((BoundedContinuousFunction.toContinuousMapStarβ π) f) a = f a - StarSubalgebra.map_topologicalClosure_le π Mathlib.Topology.Algebra.StarSubalgebra
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [TopologicalSpace A] [Semiring A] [Algebra R A] [StarRing A] [StarModule R A] [IsSemitopologicalSemiring A] [ContinuousStar A] [TopologicalSpace B] [Semiring B] [Algebra R B] [StarRing B] [StarModule R B] [IsSemitopologicalSemiring B] [ContinuousStar B] (s : StarSubalgebra R A) (Ο : A βββ[R] B) (hΟ : Continuous βΟ) : StarSubalgebra.map Ο s.topologicalClosure β€ (StarSubalgebra.map Ο s).topologicalClosure - StarSubalgebra.topologicalClosure_map_le π Mathlib.Topology.Algebra.StarSubalgebra
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [TopologicalSpace A] [Semiring A] [Algebra R A] [StarRing A] [StarModule R A] [IsSemitopologicalSemiring A] [ContinuousStar A] [TopologicalSpace B] [Semiring B] [Algebra R B] [StarRing B] [StarModule R B] [IsSemitopologicalSemiring B] [ContinuousStar B] (s : StarSubalgebra R A) (Ο : A βββ[R] B) (hΟ : IsClosedMap βΟ) : (StarSubalgebra.map Ο s).topologicalClosure β€ StarSubalgebra.map Ο s.topologicalClosure - StarSubalgebra.topologicalClosure_map π Mathlib.Topology.Algebra.StarSubalgebra
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [TopologicalSpace A] [Semiring A] [Algebra R A] [StarRing A] [StarModule R A] [IsSemitopologicalSemiring A] [ContinuousStar A] [TopologicalSpace B] [Semiring B] [Algebra R B] [StarRing B] [StarModule R B] [IsSemitopologicalSemiring B] [ContinuousStar B] (s : StarSubalgebra R A) (Ο : A βββ[R] B) (hΟ : IsClosedMap βΟ) (hΟ' : Continuous βΟ) : (StarSubalgebra.map Ο s).topologicalClosure = StarSubalgebra.map Ο s.topologicalClosure - StarSubalgebra.isEmbedding_inclusion π Mathlib.Topology.Algebra.StarSubalgebra
{R : Type u_1} {A : Type u_2} [CommSemiring R] [StarRing R] [TopologicalSpace A] [Semiring A] [Algebra R A] [StarRing A] [StarModule R A] {Sβ Sβ : StarSubalgebra R A} (h : Sβ β€ Sβ) : Topology.IsEmbedding β(StarSubalgebra.inclusion h) - StarSubalgebra.isClosedEmbedding_inclusion π Mathlib.Topology.Algebra.StarSubalgebra
{R : Type u_1} {A : Type u_2} [CommSemiring R] [StarRing R] [TopologicalSpace A] [Semiring A] [Algebra R A] [StarRing A] [StarModule R A] {Sβ Sβ : StarSubalgebra R A} (h : Sβ β€ Sβ) (hSβ : IsClosed βSβ) : Topology.IsClosedEmbedding β(StarSubalgebra.inclusion h) - StarAlgHomClass.ext_topologicalClosure π Mathlib.Topology.Algebra.StarSubalgebra
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [TopologicalSpace A] [Semiring A] [Algebra R A] [StarRing A] [StarModule R A] [IsSemitopologicalSemiring A] [ContinuousStar A] [TopologicalSpace B] [Semiring B] [Algebra R B] [StarRing B] [T2Space B] {F : Type u_4} {S : StarSubalgebra R A} [FunLike F (β₯S.topologicalClosure) B] [AlgHomClass F R (β₯S.topologicalClosure) B] [StarHomClass F (β₯S.topologicalClosure) B] {Ο Ο : F} (hΟ : Continuous βΟ) (hΟ : Continuous βΟ) (h : β (x : β₯S), Ο ((StarSubalgebra.inclusion β―) x) = Ο ((StarSubalgebra.inclusion β―) x)) : Ο = Ο - StarAlgHom.ext_topologicalClosure π Mathlib.Topology.Algebra.StarSubalgebra
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [TopologicalSpace A] [Semiring A] [Algebra R A] [StarRing A] [StarModule R A] [IsSemitopologicalSemiring A] [ContinuousStar A] [TopologicalSpace B] [Semiring B] [Algebra R B] [StarRing B] [T2Space B] {S : StarSubalgebra R A} {Ο Ο : β₯S.topologicalClosure βββ[R] B} (hΟ : Continuous βΟ) (hΟ : Continuous βΟ) (h : Ο.comp (StarSubalgebra.inclusion β―) = Ο.comp (StarSubalgebra.inclusion β―)) : Ο = Ο - cfcHomSuperset π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {p : A β Prop} [CommSemiring R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [Ring A] [StarRing A] [TopologicalSpace A] [Algebra R A] [instCFC : ContinuousFunctionalCalculus R A p] {a : A} (ha : p a) {s : Set R} (hs : spectrum R a β s) : C(βs, R) βββ[R] A - cfcHom π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {p : A β Prop} [CommSemiring R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [TopologicalSpace A] [Ring A] [StarRing A] [Algebra R A] [instCFC : ContinuousFunctionalCalculus R A p] {a : A} (ha : p a) : C(β(spectrum R a), R) βββ[R] A - cfcHomSuperset_id π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {p : A β Prop} [CommSemiring R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [Ring A] [StarRing A] [TopologicalSpace A] [Algebra R A] [instCFC : ContinuousFunctionalCalculus R A p] {a : A} (ha : p a) {s : Set R} (hs : spectrum R a β s) : (cfcHomSuperset ha hs) (ContinuousMap.restrict s (ContinuousMap.id R)) = a - cfcHomSuperset_continuous π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {p : A β Prop} [CommSemiring R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [Ring A] [StarRing A] [TopologicalSpace A] [Algebra R A] [instCFC : ContinuousFunctionalCalculus R A p] {a : A} (ha : p a) {s : Set R} (hs : spectrum R a β s) : Continuous β(cfcHomSuperset ha hs) - cfcHom_id π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {p : A β Prop} [CommSemiring R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [TopologicalSpace A] [Ring A] [StarRing A] [Algebra R A] [instCFC : ContinuousFunctionalCalculus R A p] {a : A} (ha : p a) : (cfcHom ha) (ContinuousMap.restrict (spectrum R a) (ContinuousMap.id R)) = a - cfcHom_injective π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {p : A β Prop} [CommSemiring R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [TopologicalSpace A] [Ring A] [StarRing A] [Algebra R A] [instCFC : ContinuousFunctionalCalculus R A p] {a : A} (ha : p a) : Function.Injective β(cfcHom ha) - cfcHom_predicate π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {p : A β Prop} [CommSemiring R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [TopologicalSpace A] [Ring A] [StarRing A] [Algebra R A] [instCFC : ContinuousFunctionalCalculus R A p] {a : A} (ha : p a) (f : C(β(spectrum R a), R)) : p ((cfcHom ha) f) - cfcHom_continuous π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {p : A β Prop} [CommSemiring R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [TopologicalSpace A] [Ring A] [StarRing A] [Algebra R A] [instCFC : ContinuousFunctionalCalculus R A p] {a : A} (ha : p a) : Continuous β(cfcHom ha) - cfcHom_isClosedEmbedding π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {p : A β Prop} [CommSemiring R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [TopologicalSpace A] [Ring A] [StarRing A] [Algebra R A] [instCFC : ClosedEmbeddingContinuousFunctionalCalculus R A p] {a : A} (ha : p a) : Topology.IsClosedEmbedding β(cfcHom ha) - ClosedEmbeddingContinuousFunctionalCalculus.isClosedEmbedding π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {p : outParam (A β Prop)} {instβ : CommSemiring R} {instβΒΉ : StarRing R} {instβΒ² : MetricSpace R} {instβΒ³ : IsTopologicalSemiring R} {instββ΄ : ContinuousStar R} {instββ΅ : Ring A} {instββΆ : StarRing A} {instββ· : TopologicalSpace A} {instββΈ : Algebra R A} [self : ClosedEmbeddingContinuousFunctionalCalculus R A p] (a : A) (ha : p a) : Topology.IsClosedEmbedding β(cfcHom ha) - ClosedEmbeddingContinuousFunctionalCalculus.mk π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {p : outParam (A β Prop)} [CommSemiring R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [Ring A] [StarRing A] [TopologicalSpace A] [Algebra R A] [toContinuousFunctionalCalculus : ContinuousFunctionalCalculus R A p] (isClosedEmbedding : β (a : A) (ha : p a), Topology.IsClosedEmbedding β(cfcHom ha)) : ClosedEmbeddingContinuousFunctionalCalculus R A p - cfc_apply π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {p : A β Prop} [CommSemiring R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [TopologicalSpace A] [Ring A] [StarRing A] [Algebra R A] [instCFC : ContinuousFunctionalCalculus R A p] (f : R β R) (a : A) (ha : p a := by cfc_tac) (hf : ContinuousOn f (spectrum R a) := by cfc_cont_tac) : cfc f a = (cfcHom ha) { toFun := (spectrum R a).domRestrict f, continuous_toFun := β― } - cfc_apply_pi π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {p : A β Prop} [CommSemiring R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [TopologicalSpace A] [Ring A] [StarRing A] [Algebra R A] [instCFC : ContinuousFunctionalCalculus R A p] {ΞΉ : Type u_3} (f : ΞΉ β R β R) (a : A) (ha : p a := by cfc_tac) (hf : β (i : ΞΉ), ContinuousOn (f i) (spectrum R a) := by cfc_cont_tac) : (fun i => cfc (f i) a) = fun i => (cfcHom ha) { toFun := (spectrum R a).domRestrict (f i), continuous_toFun := β― } - cfc_cases π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {p : A β Prop} [CommSemiring R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [TopologicalSpace A] [Ring A] [StarRing A] [Algebra R A] [instCFC : ContinuousFunctionalCalculus R A p] (P : A β Prop) (a : A) (f : R β R) (hβ : P 0) (haf : β (hf : ContinuousOn f (spectrum R a)) (ha : p a), P ((cfcHom ha) { toFun := (spectrum R a).domRestrict f, continuous_toFun := β― })) : P (cfc f a) - cfcHom_map_spectrum π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {p : A β Prop} [CommSemiring R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [TopologicalSpace A] [Ring A] [StarRing A] [Algebra R A] [instCFC : ContinuousFunctionalCalculus R A p] {a : A} (ha : p a) (f : C(β(spectrum R a), R)) : spectrum R ((cfcHom ha) f) = Set.range βf - cfcHom_eq_cfc_extend π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {p : A β Prop} [CommSemiring R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [TopologicalSpace A] [Ring A] [StarRing A] [Algebra R A] [instCFC : ContinuousFunctionalCalculus R A p] {a : A} (g : R β R) (ha : p a) (f : C(β(spectrum R a), R)) : (cfcHom ha) f = cfc (Function.extend Subtype.val (βf) g) a - cfc_apply_mkD π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {p : A β Prop} [CommSemiring R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [TopologicalSpace A] [Ring A] [StarRing A] [Algebra R A] [instCFC : ContinuousFunctionalCalculus R A p] (f : R β R) (a : A) (ha : p a := by cfc_tac) : cfc f a = (cfcHom ha) (ContinuousMap.mkD ((spectrum R a).domRestrict f) 0) - cfc_def π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_3} {A : Type u_4} {p : A β Prop} [CommSemiring R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [TopologicalSpace A] [Ring A] [StarRing A] [Algebra R A] [instCFC : ContinuousFunctionalCalculus R A p] (f : R β R) (a : A) : cfc f a = if h : p a β§ ContinuousOn f (spectrum R a) then (cfcHom β―) { toFun := (spectrum R a).domRestrict f, continuous_toFun := β― } else 0 - cfcHom_isStrictlyPositive_iff π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {p : A β Prop} [CommSemiring R] [PartialOrder R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [ContinuousSqrt R] [StarOrderedRing R] [TopologicalSpace A] [Ring A] [StarRing A] [PartialOrder A] [StarOrderedRing A] [Algebra R A] [instCFC : ContinuousFunctionalCalculus R A p] [NonnegSpectrumClass R A] {a : A} (ha : p a) {f : C(β(spectrum R a), R)} : IsStrictlyPositive ((cfcHom ha) f) β β (x : β(spectrum R a)), 0 < f x - cfcHom_nonneg_iff π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {p : A β Prop} [CommSemiring R] [PartialOrder R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [ContinuousSqrt R] [StarOrderedRing R] [TopologicalSpace A] [Ring A] [StarRing A] [PartialOrder A] [StarOrderedRing A] [Algebra R A] [instCFC : ContinuousFunctionalCalculus R A p] [NonnegSpectrumClass R A] {a : A} (ha : p a) {f : C(β(spectrum R a), R)} : 0 β€ (cfcHom ha) f β 0 β€ f - cfcHomSuperset_apply π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {p : A β Prop} [CommSemiring R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [Ring A] [StarRing A] [TopologicalSpace A] [Algebra R A] [instCFC : ContinuousFunctionalCalculus R A p] {a : A} (ha : p a) {s : Set R} (hs : spectrum R a β s) (x : C(βs, R)) : (cfcHomSuperset ha hs) x = (cfcHom ha) (x.comp { toFun := Subtype.map id hs, continuous_toFun := β― }) - cfcL_apply π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {p : A β Prop} [CommSemiring R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [TopologicalSpace A] [Ring A] [StarRing A] [Algebra R A] [instCFC : ContinuousFunctionalCalculus R A p] {a : A} (ha : p a) (aβ : C(β(spectrum R a), R)) : (cfcL ha) aβ = (cfcHom ha) aβ - cfcHom_mono π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {p : A β Prop} [CommSemiring R] [PartialOrder R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [ContinuousSqrt R] [StarOrderedRing R] [TopologicalSpace A] [Ring A] [StarRing A] [PartialOrder A] [StarOrderedRing A] [Algebra R A] [instCFC : ContinuousFunctionalCalculus R A p] {a : A} (ha : p a) {f g : C(β(spectrum R a), R)} (hfg : f β€ g) : (cfcHom ha) f β€ (cfcHom ha) g - cfcHom_eq_of_continuous_of_map_id π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {p : A β Prop} [CommSemiring R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [TopologicalSpace A] [Ring A] [StarRing A] [Algebra R A] [instCFC : ContinuousFunctionalCalculus R A p] {a : A} (ha : p a) [ContinuousMap.UniqueHom R A] (Ο : C(β(spectrum R a), R) βββ[R] A) (hΟβ : Continuous βΟ) (hΟβ : Ο (ContinuousMap.restrict (spectrum R a) (ContinuousMap.id R)) = a) : cfcHom ha = Ο - cfcHom_le_iff π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {p : A β Prop} [CommRing R] [PartialOrder R] [StarRing R] [MetricSpace R] [IsTopologicalRing R] [ContinuousStar R] [ContinuousSqrt R] [StarOrderedRing R] [TopologicalSpace A] [Ring A] [StarRing A] [PartialOrder A] [StarOrderedRing A] [Algebra R A] [instCFC : ContinuousFunctionalCalculus R A p] [NonnegSpectrumClass R A] {a : A} (ha : p a) {f g : C(β(spectrum R a), R)} : (cfcHom ha) f β€ (cfcHom ha) g β f β€ g - ContinuousMap.UniqueHom.eq_of_continuous_of_map_id π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {instβ : CommSemiring R} {instβΒΉ : StarRing R} {instβΒ² : MetricSpace R} {instβΒ³ : IsTopologicalSemiring R} {instββ΄ : ContinuousStar R} {instββ΅ : Ring A} {instββΆ : StarRing A} {instββ· : TopologicalSpace A} {instββΈ : Algebra R A} [self : ContinuousMap.UniqueHom R A] (s : Set R) [CompactSpace βs] (Ο Ο : C(βs, R) βββ[R] A) (hΟ : Continuous βΟ) (hΟ : Continuous βΟ) (h : Ο (ContinuousMap.restrict s (ContinuousMap.id R)) = Ο (ContinuousMap.restrict s (ContinuousMap.id R))) : Ο = Ο - ContinuousMap.UniqueHom.mk π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} [CommSemiring R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [Ring A] [StarRing A] [TopologicalSpace A] [Algebra R A] (eq_of_continuous_of_map_id : β (s : Set R) [CompactSpace βs] (Ο Ο : C(βs, R) βββ[R] A), Continuous βΟ β Continuous βΟ β Ο (ContinuousMap.restrict s (ContinuousMap.id R)) = Ο (ContinuousMap.restrict s (ContinuousMap.id R)) β Ο = Ο) : ContinuousMap.UniqueHom R A - StarAlgHom.ext_continuousMap π 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] [ContinuousMap.UniqueHom R A] (a : A) [CompactSpace β(spectrum R a)] (Ο Ο : C(β(spectrum R a), R) βββ[R] A) (hΟ : Continuous βΟ) (hΟ : Continuous βΟ) (h : Ο (ContinuousMap.restrict (spectrum R a) (ContinuousMap.id R)) = Ο (ContinuousMap.restrict (spectrum R a) (ContinuousMap.id R))) : Ο = Ο - ContinuousFunctionalCalculus.exists_cfc_of_predicate π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {p : outParam (A β Prop)} {instβ : CommSemiring R} {instβΒΉ : StarRing R} {instβΒ² : MetricSpace R} {instβΒ³ : IsTopologicalSemiring R} {instββ΄ : ContinuousStar R} {instββ΅ : Ring A} {instββΆ : StarRing A} {instββ· : TopologicalSpace A} {instββΈ : Algebra R A} [self : ContinuousFunctionalCalculus R A p] (a : A) : p a β β Ο, Continuous βΟ β§ Function.Injective βΟ β§ Ο (ContinuousMap.restrict (spectrum R a) (ContinuousMap.id R)) = a β§ (β (f : C(β(spectrum R a), R)), spectrum R (Ο f) = Set.range βf) β§ β (f : C(β(spectrum R a), R)), p (Ο f) - ContinuousFunctionalCalculus.mk π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {p : outParam (A β Prop)} [CommSemiring R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [Ring A] [StarRing A] [TopologicalSpace A] [Algebra R A] (predicate_zero : p 0) [compactSpace_spectrum : β (a : A), CompactSpace β(spectrum R a)] (spectrum_nonempty : β [Nontrivial A] (a : A), p a β (spectrum R a).Nonempty) (exists_cfc_of_predicate : β (a : A), p a β β Ο, Continuous βΟ β§ Function.Injective βΟ β§ Ο (ContinuousMap.restrict (spectrum R a) (ContinuousMap.id R)) = a β§ (β (f : C(β(spectrum R a), R)), spectrum R (Ο f) = Set.range βf) β§ β (f : C(β(spectrum R a), R)), p (Ο f)) : ContinuousFunctionalCalculus R A p - cfcHom_comp π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unital
{R : Type u_1} {A : Type u_2} {p : A β Prop} [CommSemiring R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [TopologicalSpace A] [Ring A] [StarRing A] [Algebra R A] [instCFC : ContinuousFunctionalCalculus R A p] {a : A} (ha : p a) [ContinuousMap.UniqueHom R A] (f : C(β(spectrum R a), R)) (f' : C(β(spectrum R a), β(spectrum R ((cfcHom ha) f)))) (hff' : β (x : β(spectrum R a)), f x = β(f' x)) (g : C(β(spectrum R ((cfcHom ha) f)), R)) : (cfcHom ha) (g.comp f') = (cfcHom β―) g - SpectrumRestricts.starAlgHom π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Restrict
{R : Type u} {S : Type v} {A : Type w} [Semifield R] [StarRing R] [TopologicalSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [Semifield S] [StarRing S] [TopologicalSpace S] [IsTopologicalSemiring S] [ContinuousStar S] [Ring A] [StarRing A] [Algebra R S] [Algebra R A] [Algebra S A] [IsScalarTower R S A] [StarModule R S] [ContinuousSMul R S] {a : A} (Ο : C(β(spectrum S a), S) βββ[S] A) {f : C(S, R)} (h : SpectrumRestricts a βf) : C(β(spectrum R a), R) βββ[R] A - SpectrumRestricts.cfcHom_eq_restrict π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Restrict
{R : Type u_1} {S : Type u_2} {A : Type u_3} {p q : A β Prop} [Semifield R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [Semifield S] [StarRing S] [MetricSpace S] [IsTopologicalSemiring S] [ContinuousStar S] [Ring A] [StarRing A] [Algebra S A] [Algebra R S] [Algebra R A] [IsScalarTower R S A] [StarModule R S] [ContinuousSMul R S] [TopologicalSpace A] [ContinuousFunctionalCalculus S A q] [ContinuousFunctionalCalculus R A p] [ContinuousMap.UniqueHom R A] (f : C(S, R)) {a : A} (hpa : p a) (hqa : q a) (h : SpectrumRestricts a βf) : cfcHom hpa = SpectrumRestricts.starAlgHom (cfcHom hqa) h - SpectrumRestricts.starAlgHom_id π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Restrict
{R : Type u_1} {S : Type u_2} {A : Type u_3} [Semifield R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [Semifield S] [StarRing S] [MetricSpace S] [IsTopologicalSemiring S] [ContinuousStar S] [Ring A] [StarRing A] [Algebra S A] [Algebra R S] [Algebra R A] [IsScalarTower R S A] [StarModule R S] [ContinuousSMul R S] {a : A} {Ο : C(β(spectrum S a), S) βββ[S] A} {f : C(S, R)} (h : SpectrumRestricts a βf) (h_id : Ο (ContinuousMap.restrict (spectrum S a) (ContinuousMap.id S)) = a) : (SpectrumRestricts.starAlgHom Ο h) (ContinuousMap.restrict (spectrum R a) (ContinuousMap.id R)) = a - SpectrumRestricts.starAlgHom_apply π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Restrict
{R : Type u} {S : Type v} {A : Type w} [Semifield R] [StarRing R] [TopologicalSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [Semifield S] [StarRing S] [TopologicalSpace S] [IsTopologicalSemiring S] [ContinuousStar S] [Ring A] [StarRing A] [Algebra R S] [Algebra R A] [Algebra S A] [IsScalarTower R S A] [StarModule R S] [ContinuousSMul R S] {a : A} (Ο : C(β(spectrum S a), S) βββ[S] A) {f : C(S, R)} (h : SpectrumRestricts a βf) (x : C(β(spectrum R a), R)) : (SpectrumRestricts.starAlgHom Ο h) x = Ο ({ toFun := β(StarAlgHom.ofId R S), continuous_toFun := β― }.comp (x.comp { toFun := Subtype.map βf β―, continuous_toFun := β― })) - SpectrumRestricts.starAlgHom_injective π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Restrict
{R : Type u_1} {S : Type u_2} {A : Type u_3} [Semifield R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [Semifield S] [StarRing S] [MetricSpace S] [IsTopologicalSemiring S] [ContinuousStar S] [Ring A] [StarRing A] [Algebra S A] [Algebra R S] [Algebra R A] [IsScalarTower R S A] [StarModule R S] [ContinuousSMul R S] {a : A} {Ο : C(β(spectrum S a), S) βββ[S] A} (hΟ : Function.Injective βΟ) {f : C(S, R)} (h : SpectrumRestricts a βf) (halg : Function.Injective β(algebraMap R S)) : Function.Injective β(SpectrumRestricts.starAlgHom Ο h) - SpectrumRestricts.continuous_starAlgHom π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Restrict
{R : Type u_1} {S : Type u_2} {A : Type u_3} [Semifield R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [Semifield S] [StarRing S] [MetricSpace S] [IsTopologicalSemiring S] [ContinuousStar S] [Ring A] [StarRing A] [Algebra S A] [Algebra R S] [Algebra R A] [IsScalarTower R S A] [StarModule R S] [ContinuousSMul R S] [TopologicalSpace A] {a : A} {Ο : C(β(spectrum S a), S) βββ[S] A} (hΟ : Continuous βΟ) {f : C(S, R)} (h : SpectrumRestricts a βf) : Continuous β(SpectrumRestricts.starAlgHom Ο h) - SpectrumRestricts.isClosedEmbedding_starAlgHom π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Restrict
{R : Type u_1} {S : Type u_2} {A : Type u_3} [Semifield R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [Semifield S] [StarRing S] [MetricSpace S] [IsTopologicalSemiring S] [ContinuousStar S] [Ring A] [StarRing A] [Algebra S A] [Algebra R S] [Algebra R A] [IsScalarTower R S A] [StarModule R S] [ContinuousSMul R S] [TopologicalSpace A] [CompleteSpace R] {a : A} {Ο : C(β(spectrum S a), S) βββ[S] A} (hΟ : Topology.IsClosedEmbedding βΟ) {f : C(S, R)} (h : SpectrumRestricts a βf) (halg : IsUniformEmbedding β(algebraMap R S)) : Topology.IsClosedEmbedding β(SpectrumRestricts.starAlgHom Ο h) - QuasispectrumRestricts.nonUnitalStarAlgHom_apply π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Restrict
{R : Type u} {S : Type v} {A : Type w} [Semifield R] [StarRing R] [TopologicalSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [Field S] [StarRing S] [TopologicalSpace S] [IsTopologicalRing S] [ContinuousStar S] [NonUnitalRing A] [StarRing A] [Algebra R S] [Module R A] [Module S A] [IsScalarTower S A A] [SMulCommClass S A A] [IsScalarTower R S A] [StarModule R S] [ContinuousSMul R S] {a : A} (Ο : ContinuousMapZero (β(quasispectrum S a)) S ββββ[S] A) {f : C(S, R)} (h : QuasispectrumRestricts a βf) (aβ : ContinuousMapZero (β(quasispectrum R a)) R) : (QuasispectrumRestricts.nonUnitalStarAlgHom Ο h) aβ = Ο ({ toFun := β(StarAlgHom.ofId R S), continuous_toFun := β―, map_zero' := β― }.comp (aβ.comp { toFun := Subtype.map βf β―, continuous_toFun := β―, map_zero' := β― })) - polynomialFunctions.starClosure_le_equalizer π Mathlib.Topology.ContinuousMap.Polynomial
{R : Type u_1} [CommSemiring R] [TopologicalSpace R] [IsTopologicalSemiring R] {A : Type u_2} [StarRing R] [ContinuousStar R] [Semiring A] [StarRing A] [Algebra R A] (s : Set R) (Ο Ο : C(βs, R) βββ[R] A) (h : Ο ((Polynomial.toContinuousMapOnAlgHom s) Polynomial.X) = Ο ((Polynomial.toContinuousMapOnAlgHom s) Polynomial.X)) : (polynomialFunctions s).starClosure β€ StarAlgHom.equalizer Ο Ο - ContinuousMap.starAlgHom_ext_map_X π Mathlib.Topology.ContinuousMap.StoneWeierstrass
{π : Type u_1} {A : Type u_2} [RCLike π] [Ring A] [StarRing A] [Algebra π A] [TopologicalSpace A] [T2Space A] {s : Set π} [CompactSpace βs] {Ο Ο : C(βs, π) βββ[π] A} (hΟ : Continuous βΟ) (hΟ : Continuous βΟ) (h : Ο ((Polynomial.toContinuousMapOnAlgHom s) Polynomial.X) = Ο ((Polynomial.toContinuousMapOnAlgHom s) Polynomial.X)) : Ο = Ο - ContinuousMap.nonUnitalStarAlgebraAdjoin_id_subset_ker_evalStarAlgHom π Mathlib.Topology.ContinuousMap.StoneWeierstrass
{π : Type u_1} [RCLike π] {s : Set π} (h0 : 0 β s) : β(NonUnitalStarAlgebra.adjoin π {ContinuousMap.restrict s (ContinuousMap.id π)}) β β(RingHom.ker (ContinuousMap.evalStarAlgHom π π β¨0, h0β©)) - ContinuousMap.ker_evalStarAlgHom_eq_closure_adjoin_id π Mathlib.Topology.ContinuousMap.StoneWeierstrass
{π : Type u_1} [RCLike π] (s : Set π) (h0 : 0 β s) [CompactSpace βs] : β(RingHom.ker (ContinuousMap.evalStarAlgHom π π β¨0, h0β©)) = closure β(NonUnitalStarAlgebra.adjoin π {ContinuousMap.restrict s (ContinuousMap.id π)}) - ContinuousMap.ker_evalStarAlgHom_inter_adjoin_id π Mathlib.Topology.ContinuousMap.StoneWeierstrass
{π : Type u_1} [RCLike π] (s : Set π) (h0 : 0 β s) : β(StarAlgebra.adjoin π {ContinuousMap.restrict s (ContinuousMap.id π)}) β© β(RingHom.ker (ContinuousMap.evalStarAlgHom π π β¨0, h0β©)) = β(NonUnitalStarAlgebra.adjoin π {ContinuousMap.restrict s (ContinuousMap.id π)}) - StarAlgHom.realContinuousMapOfNNReal π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unique
{X : Type u_1} [TopologicalSpace X] {A : Type u_2} [Ring A] [StarRing A] [Algebra β A] (Ο : C(X, NNReal) βββ[NNReal] A) : C(X, β) βββ[β] A - StarAlgHom.realContinuousMapOfNNReal_injective π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unique
{X : Type u_1} [TopologicalSpace X] {A : Type u_2} [Ring A] [StarRing A] [Algebra β A] : Function.Injective StarAlgHom.realContinuousMapOfNNReal - StarAlgHom.realContinuousMapOfNNReal_apply_comp_toReal π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unique
{X : Type u_1} [TopologicalSpace X] {A : Type u_2} [Ring A] [StarRing A] [Algebra β A] (Ο : C(X, NNReal) βββ[NNReal] A) (f : C(X, NNReal)) : Ο.realContinuousMapOfNNReal ({ toFun := NNReal.toReal, continuous_toFun := NNReal.continuous_coe }.comp f) = Ο f - StarAlgHom.continuous_realContinuousMapOfNNReal π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unique
{X : Type u_1} [TopologicalSpace X] {A : Type u_2} [Ring A] [StarRing A] [Algebra β A] [TopologicalSpace A] [IsSemitopologicalRing A] (Ο : C(X, NNReal) βββ[NNReal] A) (hΟ : Continuous βΟ) : Continuous βΟ.realContinuousMapOfNNReal - StarAlgHom.realContinuousMapOfNNReal_apply π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unique
{X : Type u_1} [TopologicalSpace X] {A : Type u_2} [Ring A] [StarRing A] [Algebra β A] (Ο : C(X, NNReal) βββ[NNReal] A) (f : C(X, β)) : Ο.realContinuousMapOfNNReal f = Ο f.toNNReal - Ο (-f).toNNReal - StarAlgHom.map_cfc π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Unique
{R : Type u_2} {S : Type u_3} {A : Type u_4} {B : Type u_5} {p : A β Prop} {q : B β Prop} [CommSemiring R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [Ring A] [StarRing A] [TopologicalSpace A] [Algebra R A] [Ring B] [StarRing B] [TopologicalSpace B] [Algebra R B] [CommSemiring S] [Algebra R S] [Algebra S A] [Algebra S B] [IsScalarTower R S A] [IsScalarTower R S B] [ContinuousFunctionalCalculus R A p] [ContinuousFunctionalCalculus R B q] [ContinuousMap.UniqueHom R B] (Ο : A βββ[S] B) (f : R β R) (a : A) (hf : ContinuousOn f (spectrum R a) := by cfc_cont_tac) (hΟ : Continuous βΟ := by fun_prop) (ha : p a := by cfc_tac) (hΟa : q (Ο a) := by cfc_tac) : Ο (cfc f a) = cfc f (Ο 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 β―) β―
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 ce5dd8c