Documentation

TauCeti.RepresentationTheory.Continuous.Intertwining

Continuous and algebraic intertwiners #

For finite-dimensional Hausdorff topological vector spaces, automatic continuity identifies continuous intertwiners and equivalences with their algebraic counterparts. The object and character side is already supplied by the universe-polymorphic FDRep.ofShrink, FDRep.ofShrinkEquiv, and FDRep.character_ofShrink; this file adds only the missing intertwiner side.

Main declarations #

References #

@[simp]

Evaluation of the algebraic intertwining map underlying a continuous one: forgetting continuity does not change the map.

In finite dimensions, forgetting continuity identifies continuous intertwining maps with algebraic intertwining maps. The inverse equips the underlying linear map with its automatic continuity.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    The forward intertwiner identification is the existing forgetful map.

    @[simp]

    The forward intertwiner identification preserves pointwise evaluation.

    @[simp]

    The inverse intertwiner identification preserves pointwise evaluation.

    @[simp]

    The intertwiner identification preserves identity maps.

    @[simp]

    The intertwiner identification preserves composition.

    @[simp]

    The inverse intertwiner identification preserves identity maps.

    @[simp]

    The inverse intertwiner identification preserves composition.

    theorem ContRepresentation.nonempty_equiv_iff {𝕜 : Type u_1} {G : Type u_2} {V : Type u_3} {W : Type u_4} [NontriviallyNormedField 𝕜] [CompleteSpace 𝕜] [Monoid G] [AddCommGroup V] [Module 𝕜 V] [TopologicalSpace V] [IsTopologicalAddGroup V] [ContinuousSMul 𝕜 V] [T2Space V] [FiniteDimensional 𝕜 V] [AddCommGroup W] [Module 𝕜 W] [TopologicalSpace W] [IsTopologicalAddGroup W] [ContinuousSMul 𝕜 W] [T2Space W] {π : ContRepresentation 𝕜 G V} {ρ : ContRepresentation 𝕜 G W} :
    Nonempty (π.Equiv ρ) Nonempty ((toRepresentation 𝕜 G V π).Equiv (toRepresentation 𝕜 G W ρ))

    Two finite-dimensional Hausdorff continuous representations over a complete field are continuously equivalent exactly when their underlying algebraic representations are equivalent.