Documentation

Atlas.LieGroups.code.SchurOrthogonality

theorem schur_orthogonality_different_reps {K : Type u_1} [Group K] [TopologicalSpace K] [IsTopologicalGroup K] [CompactSpace K] [MeasurableSpace K] [BorelSpace K] (μ : MeasureTheory.Measure K) [μ.IsHaarMeasure] (ρ₁ ρ₂ : ContinuousRep.IrrFinDimRep K) (hne : IsEmpty (RepEquiv ρ₁.rep ρ₂.rep)) (v₁ w₁ : ρ₁.carrier) (v₂ w₂ : ρ₂.carrier) :
(g : K), inner ((ρ₁.rep.toMonoidHom g) v₁) w₁ * (starRingEnd ) (inner ((ρ₂.rep.toMonoidHom g) v₂) w₂) μ = 0
theorem schur_orthogonality_same_rep {K : Type u_1} [Group K] [TopologicalSpace K] [IsTopologicalGroup K] [CompactSpace K] [MeasurableSpace K] [BorelSpace K] (μ : MeasureTheory.Measure K) [μ.IsHaarMeasure] (ρ : ContinuousRep.IrrFinDimRep K) (v₁ v₂ w₁ w₂ : ρ.carrier) :
(g : K), inner ((ρ.rep.toMonoidHom g) v₁) w₁ * (starRingEnd ) (inner ((ρ.rep.toMonoidHom g) v₂) w₂) μ = inner v₁ v₂ * (starRingEnd ) (inner w₁ w₂) / (Module.finrank ρ.carrier)
noncomputable def matrixCoefficientOfEnd {K : Type u_1} [Group K] [TopologicalSpace K] {W : Type u_2} [NormedAddCommGroup W] [InnerProductSpace W] [FiniteDimensional W] [CompleteSpace W] (ρ : ContinuousRep K W) (A : W →L[] W) :
K
Instances For
    theorem trace_eq_sum_inner {ι : Type u_2} [Fintype ι] [DecidableEq ι] {E : Type u_3} [NormedAddCommGroup E] [InnerProductSpace E] (b : OrthonormalBasis ι E) (L : E →ₗ[] E) :
    (LinearMap.trace E) L = i : ι, inner (b i) (L (b i))