Loogle!
Result
Found 264 declarations mentioning StarMul. Of these, only the first 200 are shown.
- StarMul π Mathlib.Algebra.Star.Basic
(R : Type u) [Mul R] : Type u - StarMul.toInvolutiveStar π Mathlib.Algebra.Star.Basic
{R : Type u} {instβ : Mul R} [self : StarMul R] : InvolutiveStar R - MulOpposite.instStarMul π Mathlib.Algebra.Star.Basic
{R : Type u} [Mul R] [StarMul R] : StarMul Rα΅α΅α΅ - StarRing.toStarMul π Mathlib.Algebra.Star.Basic
{R : Type u} {instβ : NonUnitalNonAssocSemiring R} [self : StarRing R] : StarMul R - starMulEquiv π Mathlib.Algebra.Star.Basic
{R : Type u} [Mul R] [StarMul R] : R β* Rα΅α΅α΅ - starMulOfComm π Mathlib.Algebra.Star.Basic
{R : Type u_1} [CommMonoid R] : StarMul R - starMulAut π Mathlib.Algebra.Star.Basic
{R : Type u} [CommSemigroup R] [StarMul R] : MulAut R - Units.instStarMul π Mathlib.Algebra.Star.Basic
{R : Type u} [Monoid R] [StarMul R] : StarMul RΛ£ - IsLeftRegular.star π Mathlib.Algebra.Star.Basic
{R : Type u} [Mul R] [StarMul R] {x : R} (hx : IsLeftRegular x) : IsRightRegular (star x) - IsRegular.star π Mathlib.Algebra.Star.Basic
{R : Type u} [Mul R] [StarMul R] {x : R} (hx : IsRegular x) : IsRegular (star x) - IsRightRegular.star π Mathlib.Algebra.Star.Basic
{R : Type u} [Mul R] [StarMul R] {x : R} (hx : IsRightRegular x) : IsLeftRegular (star x) - isLeftRegular_star_iff π Mathlib.Algebra.Star.Basic
{R : Type u} [Mul R] [StarMul R] {x : R} : IsLeftRegular (star x) β IsRightRegular x - isRegular_star_iff π Mathlib.Algebra.Star.Basic
{R : Type u} [Mul R] [StarMul R] {x : R} : IsRegular (star x) β IsRegular x - isRightRegular_star_iff π Mathlib.Algebra.Star.Basic
{R : Type u} [Mul R] [StarMul R] {x : R} : IsRightRegular (star x) β IsLeftRegular x - Commute.star_left π Mathlib.Algebra.Star.Basic
{R : Type u} [Mul R] [StarMul R] {x y : R} : Commute x (star y) β Commute (star x) y - Commute.star_right π Mathlib.Algebra.Star.Basic
{R : Type u} [Mul R] [StarMul R] {x y : R} : Commute (star x) y β Commute x (star y) - Commute.star_star π Mathlib.Algebra.Star.Basic
{R : Type u} [Mul R] [StarMul R] {x y : R} : Commute x y β Commute (star x) (star y) - commute_star_comm π Mathlib.Algebra.Star.Basic
{R : Type u} [Mul R] [StarMul R] {x y : R} : Commute (star x) y β Commute x (star y) - commute_star_star π Mathlib.Algebra.Star.Basic
{R : Type u} [Mul R] [StarMul R] {x y : R} : Commute (star x) (star y) β Commute x y - IsUnit.star π Mathlib.Algebra.Star.Basic
{R : Type u} [Monoid R] [StarMul R] {a : R} : IsUnit a β IsUnit (star a) - isUnit_star π Mathlib.Algebra.Star.Basic
{R : Type u} [Monoid R] [StarMul R] {a : R} : IsUnit (star a) β IsUnit a - star_one π Mathlib.Algebra.Star.Basic
(R : Type u) [MulOneClass R] [StarMul R] : star 1 = 1 - SemiconjBy.star_star_star π Mathlib.Algebra.Star.Basic
{R : Type u} [Mul R] [StarMul R] {x y z : R} : SemiconjBy x y z β SemiconjBy (star x) (star z) (star y) - StarMul.mk π Mathlib.Algebra.Star.Basic
{R : Type u} [Mul R] [toInvolutiveStar : InvolutiveStar R] (star_mul : β (r s : R), star (r * s) = star s * star r) : StarMul R - semiconjBy_star_star_star π Mathlib.Algebra.Star.Basic
{R : Type u} [Mul R] [StarMul R] {x y z : R} : SemiconjBy (star x) (star z) (star y) β SemiconjBy x y z - Invertible.star π Mathlib.Algebra.Star.Basic
{R : Type u_1} [MulOneClass R] [StarMul R] (r : R) [Invertible r] : Invertible (star r) - star_mul_star π Mathlib.Algebra.Star.Basic
{R : Type u} [Mul R] [StarMul R] (x y : R) : star (x * star y) = y * star x - star_star_mul π Mathlib.Algebra.Star.Basic
{R : Type u} [Mul R] [StarMul R] (x y : R) : star (star x * y) = star y * x - StarMul.star_mul π Mathlib.Algebra.Star.Basic
{R : Type u} {instβ : Mul R} [self : StarMul R] (r s : R) : star (r * s) = star s * star r - StarMul.toStarModule π Mathlib.Algebra.Star.Basic
{R : Type u} [CommMonoid R] [StarMul R] : StarModule R R - Units.coe_star π Mathlib.Algebra.Star.Basic
{R : Type u} [Monoid R] [StarMul R] (u : RΛ£) : β(star u) = star βu - starMulEquiv_apply π Mathlib.Algebra.Star.Basic
{R : Type u} [Mul R] [StarMul R] (x : R) : starMulEquiv x = MulOpposite.op (star x) - Units.instStarModule π Mathlib.Algebra.Star.Basic
{R : Type u} [Monoid R] [StarMul R] {A : Type u_1} [Star A] [SMul R A] [StarModule R A] : StarModule RΛ£ A - Function.Injective.starMul π Mathlib.Algebra.Star.Basic
{R : Type u} {S : Type v} (f : R β S) [Star R] [Mul R] [Mul S] [StarMul S] (hf : Function.Injective f) (star : β (x : R), f (star x) = star (f x)) (mul : β (x y : R), f (x * y) = f x * f y) : StarMul R - star_mul' π Mathlib.Algebra.Star.Basic
{R : Type u} [CommMagma R] [StarMul R] (x y : R) : star (x * y) = star x * star y - star_pow π Mathlib.Algebra.Star.Basic
{R : Type u} [Monoid R] [StarMul R] (x : R) (n : β) : star (x ^ n) = star x ^ n - Units.coe_star_inv π Mathlib.Algebra.Star.Basic
{R : Type u} [Monoid R] [StarMul R] (u : RΛ£) : β(star u)β»ΒΉ = star βuβ»ΒΉ - star_invβ π Mathlib.Algebra.Star.Basic
{R : Type u} [GroupWithZero R] [StarMul R] (x : R) : star xβ»ΒΉ = (star x)β»ΒΉ - StarSemigroup.toOpposite_starModule π Mathlib.Algebra.Star.Basic
{R : Type u} [CommMonoid R] [StarMul R] : StarModule Rα΅α΅α΅ R - starMulAut_apply π Mathlib.Algebra.Star.Basic
{R : Type u} [CommSemigroup R] [StarMul R] (aβ : R) : starMulAut aβ = star aβ - star_inv π Mathlib.Algebra.Star.Basic
{R : Type u} [Group R] [StarMul R] (x : R) : star xβ»ΒΉ = (star x)β»ΒΉ - StarRing.mk π Mathlib.Algebra.Star.Basic
{R : Type u} [NonUnitalNonAssocSemiring R] [toStarMul : StarMul R] (star_add : β (r s : R), star (r + s) = star r + star s) : StarRing R - star_zpowβ π Mathlib.Algebra.Star.Basic
{R : Type u} [GroupWithZero R] [StarMul R] (x : R) (z : β€) : star (x ^ z) = star x ^ z - star_zpow π Mathlib.Algebra.Star.Basic
{R : Type u} [Group R] [StarMul R] (x : R) (z : β€) : star (x ^ z) = star x ^ z - Pi.star_mulSingle π Mathlib.Algebra.Star.Basic
{ΞΉ : Type u_1} {R : ΞΉ β Type u_2} [DecidableEq ΞΉ] [(i : ΞΉ) β MulOneClass (R i)] [(i : ΞΉ) β StarMul (R i)] (i : ΞΉ) (r : R i) : star (Pi.mulSingle i r) = Pi.mulSingle i (star r) - star_divβ π Mathlib.Algebra.Star.Basic
{R : Type u} [CommGroupWithZero R] [StarMul R] (x y : R) : star (x / y) = star x / star y - star_div π Mathlib.Algebra.Star.Basic
{R : Type u} [CommGroup R] [StarMul R] (x y : R) : star (x / y) = star x / star y - star_invOf π Mathlib.Algebra.Star.Basic
{R : Type u_1} [Monoid R] [StarMul R] (r : R) [Invertible r] [Invertible (star r)] : star β r = β (star r) - TrivialStar.isStarNormal π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [Mul R] [StarMul R] [TrivialStar R] {x : R} : IsStarNormal x - 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) - IsStarNormal.star π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [Mul R] [StarMul R] {x : R} [IsStarNormal x] : IsStarNormal (star x) - IsStarNormal.one π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [MulOneClass R] [StarMul R] : IsStarNormal 1 - CommMonoid.isStarNormal π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [CommMonoid R] [StarMul R] {x : R} : IsStarNormal 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.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.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.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.zpowβ π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [GroupWithZero R] [StarMul R] {x : R} (hx : IsSelfAdjoint x) (n : β€) : IsSelfAdjoint (x ^ n) - 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.zpow π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [Group R] [StarMul R] {x : R} (hx : IsSelfAdjoint x) (n : β€) : IsSelfAdjoint (x ^ n) - IsStarNormal.val_inv π Mathlib.Algebra.Star.SelfAdjoint
{R : Type u_1} [Monoid R] [StarMul R] {x : RΛ£} [IsStarNormal βx] : IsStarNormal βxβ»ΒΉ - 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 - 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 - star_prod π Mathlib.Algebra.Star.BigOperators
{R : Type u_1} [CommMonoid R] [StarMul R] {Ξ± : Type u_2} (s : Finset Ξ±) (f : Ξ± β R) : star (β x β s, f x) = β x β s, star (f x) - star_finsuppProd π Mathlib.Algebra.Star.BigOperators
{R : Type u_1} {ΞΉ : Type u_2} {M : Type u_3} [Zero M] [CommMonoid R] [StarMul R] (s : ΞΉ ββ M) (f : ΞΉ β M β R) : star (s.prod f) = s.prod fun i m => star f i m - IsIdempotentElem.star π Mathlib.Algebra.Star.Module
{R : Type u_1} [Mul R] [StarMul R] {a : R} : IsIdempotentElem a β IsIdempotentElem (star a) - IsIdempotentElem.star_iff π Mathlib.Algebra.Star.Module
{R : Type u_1} [Mul R] [StarMul R] {a : R} : IsIdempotentElem (star a) β IsIdempotentElem a - selfAdjoint.submodule π 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] : Submodule R A - skewAdjoint.submodule π 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] : Submodule R A - 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) - algebraMap_star_comm π 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) : (algebraMap R A) (star r) = star ((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 - skewAdjointPart π 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] : A ββ[R] β₯(skewAdjoint A) - selfAdjointPart π 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] : A ββ[R] β₯(selfAdjoint A) - 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 - skewAdjointPart_apply_coe π 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) : β((skewAdjointPart R) x) = β 2 β’ (x - star x) - StarModule.decomposeProdAdjoint π 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] : A ββ[R] β₯(selfAdjoint A) Γ β₯(skewAdjoint A) - selfAdjointPart_apply_coe π 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) : β((selfAdjointPart R) x) = β 2 β’ (x + star x) - skewAdjointPart_comp_subtype_skewAdjoint π 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] : skewAdjointPart R ββ (skewAdjoint.submodule R A).subtype = LinearMap.id - selfAdjointPart_comp_subtype_selfAdjoint π 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] : selfAdjointPart R ββ (selfAdjoint.submodule R A).subtype = LinearMap.id - StarModule.selfAdjointPart_add_skewAdjointPart π 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) : β((selfAdjointPart R) x) + β((skewAdjointPart R) x) = x - skewAdjointPart_comp_subtype_selfAdjoint π 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] : skewAdjointPart R ββ (selfAdjoint.submodule R A).subtype = 0 - selfAdjointPart_comp_subtype_skewAdjoint π 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] : selfAdjointPart R ββ (skewAdjoint.submodule R A).subtype = 0 - StarModule.decomposeProdAdjoint_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] (i : A) : (StarModule.decomposeProdAdjoint R A) i = ((selfAdjointPart R) i, (skewAdjointPart R) i) - StarModule.decomposeProdAdjoint_symm_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] (a : β₯(selfAdjoint A) Γ β₯(skewAdjoint A)) : (StarModule.decomposeProdAdjoint R A).symm a = (selfAdjoint.submodule R A).subtype a.1 + (skewAdjoint.submodule R A).subtype a.2 - 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.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 - Matrix.star_mul π Mathlib.LinearAlgebra.Matrix.ConjTranspose
{R : Type u} {instβ : Mul R} [self : StarMul R] (r s : R) : star (r * s) = star s * star r - Matrix.conjTranspose_vecMulVec π Mathlib.LinearAlgebra.Matrix.ConjTranspose
{m : Type u_2} {n : Type u_3} {Ξ± : Type v} [Mul Ξ±] [StarMul Ξ±] (w : m β Ξ±) (v : n β Ξ±) : (Matrix.vecMulVec w v).conjTranspose = Matrix.vecMulVec (star v) (star w) - Matrix.map_vecMulVec_star π Mathlib.LinearAlgebra.Matrix.ConjTranspose
{m : Type u_2} {n : Type u_3} {Ξ± : Type v} [Mul Ξ±] [StarMul Ξ±] (w : m β Ξ±) (v : n β Ξ±) : (Matrix.vecMulVec w v).map star = (Matrix.vecMulVec (star v) (star w)).transpose - Matrix.conjTranspose_smul_self π Mathlib.LinearAlgebra.Matrix.ConjTranspose
{m : Type u_2} {n : Type u_3} {Ξ± : Type v} [Mul Ξ±] [StarMul Ξ±] (c : Ξ±) (M : Matrix m n Ξ±) : (c β’ M).conjTranspose = MulOpposite.op (star c) β’ M.conjTranspose - TensorProduct.instStarMul π Mathlib.RingTheory.TensorProduct.Basic
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [NonUnitalNonAssocSemiring A] [NonUnitalNonAssocSemiring B] [Module R A] [Module R B] [SMulCommClass R A A] [SMulCommClass R B B] [IsScalarTower R A A] [IsScalarTower R B B] [StarRing R] [StarRing A] [StarRing B] [StarModule R A] [StarModule R B] : StarMul (TensorProduct R A B) - Set.star_mul π Mathlib.Algebra.Star.Pointwise
{Ξ± : Type u_1} [Mul Ξ±] [StarMul Ξ±] (s t : Set Ξ±) : star (s * t) = star t * star s - Set.star_inv' π Mathlib.Algebra.Star.Pointwise
{Ξ± : Type u_1} [GroupWithZero Ξ±] [StarMul Ξ±] (s : Set Ξ±) : star sβ»ΒΉ = (star s)β»ΒΉ - Set.star_inv π Mathlib.Algebra.Star.Pointwise
{Ξ± : Type u_1} [Group Ξ±] [StarMul Ξ±] (s : Set Ξ±) : star sβ»ΒΉ = (star s)β»ΒΉ - IsStarProjection.one π Mathlib.Algebra.Star.StarProjection
(R : Type u_1) [MulOneClass R] [StarMul R] : IsStarProjection 1 - Set.star_mem_center π Mathlib.Algebra.Star.Center
{R : Type u_1} [Mul R] [StarMul R] {a : R} (ha : a β Set.center R) : star a β Set.center R - Set.star_centralizer π Mathlib.Algebra.Star.Center
{R : Type u_1} [Mul R] [StarMul R] {s : Set R} : star s.centralizer = (star s).centralizer - Set.star_mem_centralizer' π Mathlib.Algebra.Star.Center
{R : Type u_1} [Mul R] [StarMul R] {a : R} {s : Set R} (h : β a β s, star a β s) (ha : a β s.centralizer) : star a β s.centralizer - Set.star_mem_centralizer π Mathlib.Algebra.Star.Center
{R : Type u_1} [Mul R] [StarMul R] {a : R} {s : Set R} (ha : a β (s βͺ star s).centralizer) : star a β (s βͺ star s).centralizer - Set.union_star_self_comm π Mathlib.Algebra.Star.Center
{R : Type u_1} [Mul R] [StarMul R] {s : Set R} (hcomm : β x β s, β y β s, y * x = x * y) (hcomm_star : β x β s, β y β s, y * star x = star x * y) (x : R) : x β s βͺ star s β β y β s βͺ star s, y * x = x * y - Prod.instStarMul π Mathlib.Algebra.Star.Prod
{R : Type u} {S : Type v} [Mul R] [Mul S] [StarMul R] [StarMul S] : StarMul (R Γ S) - Units.embed_product_star π Mathlib.Algebra.Star.Prod
{R : Type u} [Monoid R] [StarMul R] (u : RΛ£) : (Units.embedProduct R) (star u) = star ((Units.embedProduct R) u) - StarMemClass.instStarMul π Mathlib.Algebra.Star.NonUnitalSubalgebra
{S : Type u_1} {R : Type u_2} [Mul R] [StarMul R] [SetLike S R] [MulMemClass S R] [StarMemClass S R] (s : S) : StarMul β₯s - DirectLimit.instStarMul π Mathlib.Algebra.Colimit.DirectLimit
{ΞΉ : Type u_2} [Preorder ΞΉ] {G : ΞΉ β Type u_3} {T : β¦i j : ΞΉβ¦ β i β€ j β Type u_6} {f : (x x_1 : ΞΉ) β (h : x β€ x_1) β T h} [(i j : ΞΉ) β (h : i β€ j) β FunLike (T h) (G i) (G j)] [DirectedSystem G fun x1 x2 x3 => β(f x1 x2 x3)] [IsDirectedOrder ΞΉ] [(i : ΞΉ) β Mul (G i)] [β (i j : ΞΉ) (h : i β€ j), MulHomClass (T h) (G i) (G j)] [(i : ΞΉ) β StarMul (G i)] [β (i j : ΞΉ) (h : i β€ j), StarHomClass (T h) (G i) (G j)] : StarMul (DirectLimit G f) - Matrix.conjTranspose_kronecker π Mathlib.LinearAlgebra.Matrix.Kronecker
{R : Type u_1} {l : Type u_9} {m : Type u_10} {n : Type u_11} {p : Type u_12} [CommMagma R] [StarMul R] (x : Matrix l m R) (y : Matrix n p R) : (Matrix.kroneckerMap (fun x1 x2 => x1 * x2) x y).conjTranspose = Matrix.kroneckerMap (fun x1 x2 => x1 * x2) x.conjTranspose y.conjTranspose - Matrix.conjTranspose_kronecker' π Mathlib.LinearAlgebra.Matrix.Kronecker
{R : Type u_1} {l : Type u_9} {m : Type u_10} {n : Type u_11} {p : Type u_12} [Mul R] [StarMul R] (x : Matrix l m R) (y : Matrix n p R) : (Matrix.kroneckerMap (fun x1 x2 => x1 * x2) x y).conjTranspose = (Matrix.kroneckerMap (fun x1 x2 => x1 * x2) y.conjTranspose x.conjTranspose).submatrix Prod.swap Prod.swap - Pi.instStarMulForall π Mathlib.Algebra.Star.Pi
{I : Type u} {f : I β Type v} [(i : I) β Mul (f i)] [(i : I) β StarMul (f i)] : StarMul ((i : I) β f i) - Matrix.conjTranspose_hadamard π Mathlib.LinearAlgebra.Matrix.Hadamard
{Ξ± : Type u_1} {m : Type u_2} {n : Type u_3} [Mul Ξ±] [StarMul Ξ±] (A B : Matrix m n Ξ±) : (A.hadamard B).conjTranspose = B.conjTranspose.hadamard A.conjTranspose - Matrix.IsHermitian.hadamard π Mathlib.LinearAlgebra.Matrix.Hermitian
{Ξ± : Type u_1} {n : Type u_4} [CommMonoid Ξ±] [StarMul Ξ±] {A B : Matrix n n Ξ±} (hA : A.IsHermitian) (hB : B.IsHermitian) : (A.hadamard B).IsHermitian - instContinuousStarUnits π Mathlib.Topology.Algebra.Star
{R : Type u_1} [Monoid R] [StarMul R] [TopologicalSpace R] [ContinuousStar R] : ContinuousStar RΛ£ - MeasureTheory.SimpleFunc.instStarMul π Mathlib.MeasureTheory.Function.SimpleFunc
{Ξ± : Type u_1} {Ξ² : Type u_2} [MeasurableSpace Ξ±] [Mul Ξ²] [StarMul Ξ²] : StarMul (MeasureTheory.SimpleFunc Ξ± Ξ²) - unitary π Mathlib.Algebra.Star.Unitary
(R : Type u_1) [Monoid R] [StarMul R] : Submonoid R - unitarySubgroup π Mathlib.Algebra.Star.Unitary
(G : Type u_2) [Group G] [StarMul G] : Subgroup G - Unitary.instGroupSubtypeMemSubmonoidUnitary π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] : Group β₯(unitary R) - Unitary.instInhabitedSubtypeMemSubmonoidUnitary π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] : Inhabited β₯(unitary R) - Unitary.instInvolutiveStarSubtypeMemSubmonoidUnitary π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] : InvolutiveStar β₯(unitary R) - Unitary.instStarSubtypeMemSubmonoidUnitary π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] : Star β₯(unitary R) - unitarySubgroup_toSubmonoid π Mathlib.Algebra.Star.Unitary
{G : Type u_2} [Group G] [StarMul G] : (unitarySubgroup G).toSubmonoid = unitary G - Unitary.instStarMulSubtypeMemSubmonoidUnitary π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] : StarMul β₯(unitary R) - Unitary.instCommGroupSubtypeMemSubmonoidUnitary π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [CommMonoid R] [StarMul R] : CommGroup β₯(unitary R) - isStarNormal_of_mem_unitary π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] {u : R} (hu : u β unitary R) : IsStarNormal u - commute_unitary_self_star π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] {u : R} (hu : u β unitary R) : Commute u (star u) - commute_unitary_star_self π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] {u : R} (hu : u β unitary R) : Commute (star u) u - Unitary.isUnit_coe π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] {U : β₯(unitary R)} : IsUnit βU - Unitary.star_mem π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] {U : R} (hU : U β unitary R) : star U β unitary R - mem_unitarySubgroup_iff π Mathlib.Algebra.Star.Unitary
{G : Type u_2} [Group G] [StarMul G] {g : G} : g β unitarySubgroup G β g β unitary G - Unitary.star_mem_iff π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] {U : R} : star U β unitary R β U β unitary R - Unitary.mul_star_self_of_mem π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] {U : R} (hU : U β unitary R) : U * star U = 1 - Unitary.star_mul_self_of_mem π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] {U : R} (hU : U β unitary R) : star U * U = 1 - Unitary.instIsStarNormal π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] (u : β₯(unitary R)) : IsStarNormal u - IsUnit.mem_unitary_of_mul_star_self π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] {u : R} (hu : IsUnit u) : u * star u = 1 β u β unitary R - IsUnit.mem_unitary_of_star_mul_self π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] {u : R} (hu : IsUnit u) : star u * u = 1 β u β unitary R - IsUnit.mem_unitary_iff_mul_star_self π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] {u : R} (hu : IsUnit u) : u β unitary R β u * star u = 1 - IsUnit.mem_unitary_iff_star_mul_self π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] {u : R} (hu : IsUnit u) : u β unitary R β star u * u = 1 - Unitary.toUnits π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] : β₯(unitary R) β* RΛ£ - Unitary.coe_isStarNormal π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] (u : β₯(unitary R)) : IsStarNormal βu - commute_unitary_iff_star_left_conjugate π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] {x u : R} (hu : u β unitary R) : Commute u x β star u * x * u = x - commute_unitary_iff_star_right_conjugate π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] {x u : R} (hu : u β unitary R) : Commute u x β u * x * star u = x - Unitary.mem_iff_self_mul_star π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [CommMonoid R] [StarMul R] {U : R} : U β unitary R β U * star U = 1 - Unitary.mem_iff_star_mul_self π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [CommMonoid R] [StarMul R] {U : R} : U β unitary R β star U * U = 1 - Units.unitary_eq π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] : unitary RΛ£ = Submonoid.comap (Units.coeHom R) (unitary R) - Unitary.inv_mem π Mathlib.Algebra.Star.Unitary
{G : Type u_2} [Group G] [StarMul G] {g : G} (hg : g β unitary G) : gβ»ΒΉ β unitary G - Unitary.inv_mem_iff π Mathlib.Algebra.Star.Unitary
{G : Type u_2} [Group G] [StarMul G] {g : G} : gβ»ΒΉ β unitary G β g β unitary G - Unitary.commute_self_star π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] (u : β₯(unitary R)) : Commute u (star u) - Unitary.commute_star_self π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] (u : β₯(unitary R)) : Commute (star u) u - unitarySubgroupUnitsEquiv π Mathlib.Algebra.Star.Unitary
{M : Type u_5} [Monoid M] [StarMul M] : β₯(unitarySubgroup MΛ£) β* β₯(unitary M) - Unitary.mem_iff π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] {U : R} : U β unitary R β star U * U = 1 β§ U * star U = 1 - Unitary.map π Mathlib.Algebra.Star.Unitary
{R : Type u_2} {S : Type u_3} [Monoid R] [StarMul R] [Monoid S] [StarMul S] (f : R ββ* S) : β₯(unitary R) ββ* β₯(unitary S) - Unitary.map_mem π Mathlib.Algebra.Star.Unitary
{R : Type u_2} {S : Type u_3} [Monoid R] [StarMul R] [Monoid S] [StarMul S] {F : Type u_5} [FunLike F R S] [StarHomClass F R S] [MonoidHomClass F R S] (f : F) {r : R} (hr : r β unitary R) : f r β unitary S - Unitary.mul_left_inj π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] {x y : R} (U : β₯(unitary R)) : x * βU = y * βU β x = y - Unitary.mul_right_inj π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] {x y : R} (U : β₯(unitary R)) : βU * x = βU * y β x = y - Unitary.coe_star_mul_self π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] (U : β₯(unitary R)) : star βU * βU = 1 - Unitary.coe_star π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] {U : β₯(unitary R)} : β(star U) = star βU - Unitary.mapEquiv π Mathlib.Algebra.Star.Unitary
{R : Type u_2} {S : Type u_3} [Monoid R] [StarMul R] [Monoid S] [StarMul S] (f : R ββ* S) : β₯(unitary R) ββ* β₯(unitary S) - Units.inv_mul_mem_unitary π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] (a b : RΛ£) : βaβ»ΒΉ * βb β unitary R β a * star a = b * star b - Units.mul_inv_mem_unitary π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] (a b : RΛ£) : βa * βbβ»ΒΉ β unitary R β star a * a = star b * b - Unitary.map_id π Mathlib.Algebra.Star.Unitary
{R : Type u_2} [Monoid R] [StarMul R] : Unitary.map (StarMonoidHom.id R) = StarMonoidHom.id β₯(unitary R) - Unitary.coe_mul_star_self π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] (U : β₯(unitary R)) : βU * β(star U) = 1 - Unitary.mapEquiv_refl π Mathlib.Algebra.Star.Unitary
{R : Type u_2} [Monoid R] [StarMul R] : Unitary.mapEquiv (StarMulEquiv.refl R) = StarMulEquiv.refl β₯(unitary R) - Unitary.inv_mul_mem_iff π Mathlib.Algebra.Star.Unitary
{G : Type u_2} [Group G] [StarMul G] (a b : G) : aβ»ΒΉ * b β unitary G β a * star a = b * star b - Unitary.mul_inv_mem_iff π Mathlib.Algebra.Star.Unitary
{G : Type u_2} [Group G] [StarMul G] (a b : G) : a * bβ»ΒΉ β unitary G β star a * a = star b * b - Unitary.instSMulSubtypeMemSubmonoidUnitary π Mathlib.Algebra.Star.Unitary
{R : Type u_1} {A : Type u_2} [Monoid R] [Monoid A] [MulAction R A] [SMulCommClass R A A] [IsScalarTower R A A] [StarMul R] [StarMul A] [StarModule R A] : SMul β₯(unitary R) β₯(unitary A) - Unitary.instMulActionSubtypeMemSubmonoidUnitary π Mathlib.Algebra.Star.Unitary
{R : Type u_1} {A : Type u_2} [Monoid R] [Monoid A] [MulAction R A] [SMulCommClass R A A] [IsScalarTower R A A] [StarMul R] [StarMul A] [StarModule R A] : MulAction β₯(unitary R) β₯(unitary A) - Unitary.instStarModuleSubtypeMemSubmonoidUnitary π Mathlib.Algebra.Star.Unitary
{R : Type u_1} {A : Type u_2} [Monoid R] [Monoid A] [MulAction R A] [SMulCommClass R A A] [IsScalarTower R A A] [StarMul R] [StarMul A] [StarModule R A] : StarModule β₯(unitary R) β₯(unitary A) - Unitary.spectrum_star_left_conjugate π Mathlib.Algebra.Star.Unitary
{R : Type u_2} {A : Type u_3} [CommSemiring R] [Ring A] [Algebra R A] [StarMul A] {a : A} {U : β₯(unitary A)} : spectrum R (star βU * a * βU) = spectrum R a - Unitary.spectrum_star_right_conjugate π Mathlib.Algebra.Star.Unitary
{R : Type u_2} {A : Type u_3} [CommSemiring R] [Ring A] [Algebra R A] [StarMul A] {a : A} {U : β₯(unitary A)} : spectrum R (βU * a * star βU) = spectrum R a - Unitary.smul_mem_of_mem π Mathlib.Algebra.Star.Unitary
{R : Type u_1} {A : Type u_2} [Monoid R] [Monoid A] [MulAction R A] [SMulCommClass R A A] [IsScalarTower R A A] [StarMul R] [StarMul A] [StarModule R A] {r : R} {a : A} (hr : r β unitary R) (ha : a β unitary A) : r β’ a β unitary A - Unitary.star_eq_inv' π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] : star = Inv.inv - Unitary.star_eq_inv π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] (U : β₯(unitary R)) : star U = Uβ»ΒΉ - Unitary.toUnits_injective π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] : Function.Injective βUnitary.toUnits - Unitary.toMonoidHom_mapEquiv π Mathlib.Algebra.Star.Unitary
{R : Type u_2} {S : Type u_3} [Monoid R] [StarMul R] [Monoid S] [StarMul S] (f : R ββ* S) : (Unitary.mapEquiv f).toStarMonoidHom = Unitary.map f.toStarMonoidHom - Unitary.smul_mem π Mathlib.Algebra.Star.Unitary
{R : Type u_1} {A : Type u_2} [Monoid R] [Monoid A] [MulAction R A] [SMulCommClass R A A] [IsScalarTower R A A] [StarMul R] [StarMul A] [StarModule R A] (r : β₯(unitary R)) {a : A} (ha : a β unitary A) : r β’ a β unitary A - Unitary.mapEquiv_symm π Mathlib.Algebra.Star.Unitary
{R : Type u_2} {S : Type u_3} [Monoid R] [StarMul R] [Monoid S] [StarMul S] (f : R ββ* S) : Unitary.mapEquiv f.symm = (Unitary.mapEquiv f).symm - Unitary.val_toUnits_apply π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] (x : β₯(unitary R)) : β(Unitary.toUnits x) = βx - Unitary.mul_star_self π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] (U : β₯(unitary R)) : U * star U = 1 - Unitary.star_mul_self π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] (U : β₯(unitary R)) : star U * U = 1 - Unitary.map_comp π Mathlib.Algebra.Star.Unitary
{R : Type u_2} {S : Type u_3} {T : Type u_4} [Monoid R] [StarMul R] [Monoid S] [StarMul S] [Monoid T] [StarMul T] (g : S ββ* T) (f : R ββ* S) : Unitary.map (g.comp f) = (Unitary.map g).comp (Unitary.map f) - Unitary.instSMulCommClassSubtypeMemSubmonoidUnitary π Mathlib.Algebra.Star.Unitary
{R : Type u_1} {S : Type u_2} {A : Type u_3} [Monoid R] [Monoid S] [Monoid A] [StarMul R] [StarMul S] [StarMul A] [MulAction R A] [MulAction S A] [StarModule R A] [StarModule S A] [IsScalarTower R A A] [IsScalarTower S A A] [SMulCommClass R A A] [SMulCommClass S A A] [SMulCommClass R S A] : SMulCommClass β₯(unitary R) β₯(unitary S) β₯(unitary A) - Unitary.coe_inv π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [GroupWithZero R] [StarMul R] (U : β₯(unitary R)) : βUβ»ΒΉ = (βU)β»ΒΉ - Unitary.mapEquiv_trans π Mathlib.Algebra.Star.Unitary
{R : Type u_2} {S : Type u_3} {T : Type u_4} [Monoid R] [StarMul R] [Monoid S] [StarMul S] [Monoid T] [StarMul T] (f : R ββ* S) (g : S ββ* T) : Unitary.mapEquiv (f.trans g) = (Unitary.mapEquiv f).trans (Unitary.mapEquiv g) - Unitary.map_injective π Mathlib.Algebra.Star.Unitary
{R : Type u_2} {S : Type u_3} [Monoid R] [StarMul R] [Monoid S] [StarMul S] {f : R ββ* S} (hf : Function.Injective βf) : Function.Injective β(Unitary.map f) - Unitary.val_inv_toUnits_apply π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [Monoid R] [StarMul R] (x : β₯(unitary R)) : β(Unitary.toUnits x)β»ΒΉ = βxβ»ΒΉ - Unitary.coe_zpow π Mathlib.Algebra.Star.Unitary
{R : Type u_1} [GroupWithZero R] [StarMul R] (U : β₯(unitary R)) (z : β€) : β(U ^ z) = βU ^ z - Unitary.coe_map π Mathlib.Algebra.Star.Unitary
{R : Type u_2} {S : Type u_3} [Monoid R] [StarMul R] [Monoid S] [StarMul S] (f : R ββ* S) (x : β₯(unitary R)) : β((Unitary.map f) x) = f βx - Unitary.coe_smul π Mathlib.Algebra.Star.Unitary
{R : Type u_1} {A : Type u_2} [Monoid R] [Monoid A] [MulAction R A] [SMulCommClass R A A] [IsScalarTower R A A] [StarMul R] [StarMul A] [StarModule R A] (r : β₯(unitary R)) (a : β₯(unitary A)) : β(r β’ a) = r β’ βa - Unitary.map_coe π Mathlib.Algebra.Star.Unitary
{R : Type u_2} {S : Type u_3} [Monoid R] [StarMul R] [Monoid S] [StarMul S] (f : R ββ* S) (aβ : β₯(unitary R)) : (Unitary.map f) aβ = Subtype.map βf β― aβ
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