Documentation

MeanFourier.UnitaryRepresentation

@[reducible, inline]
abbrev UnitaryRepresentation (๐•œ : Type u_1) (G : Type u_2) (E : Type u_3) [RCLike ๐•œ] [Group G] [NormedAddCommGroup E] [InnerProductSpace ๐•œ E] :
Type (max u_3 u_2)
Equations
Instances For
    noncomputable def UnitaryRepresentation.toRepresentation {๐•œ : Type u_1} {G : Type u_2} {E : Type u_3} [RCLike ๐•œ] [Group G] [NormedAddCommGroup E] [InnerProductSpace ๐•œ E] (ฯ : UnitaryRepresentation ๐•œ G E) :
    Representation ๐•œ G E
    Equations
    • ฯ.toRepresentation = { toFun := fun (g : G) => โ†‘โ†‘โ†‘(ฯ g), map_one' := โ‹ฏ, map_mul' := โ‹ฏ }
    Instances For
      @[simp]
      theorem UnitaryRepresentation.toRepresentation_apply {๐•œ : Type u_1} {G : Type u_2} {E : Type u_3} [RCLike ๐•œ] [Group G] [NormedAddCommGroup E] [InnerProductSpace ๐•œ E] (ฯ : UnitaryRepresentation ๐•œ G E) (g : G) :
      ฯ.toRepresentation g = โ†‘โ†‘โ†‘(ฯ g)
      @[reducible, inline]
      abbrev UnitaryRepresentation.trivial (๐•œ : Type u_1) (G : Type u_2) (E : Type u_3) [RCLike ๐•œ] [Group G] [NormedAddCommGroup E] [InnerProductSpace ๐•œ E] :
      UnitaryRepresentation ๐•œ G E
      Equations
      Instances For