Documentation

PadicRep.TdGroup.Functions

Locally Constant Compactly Supported Functions #

This file defines locally constant and compactly supported complex-valued functions on a totally disconnected locally compact Hausdorff space.

structure LocConst_td (X : Type u_1) [TopologicalSpace X] :
Type u_1

Locally constant ℂ-valued functions on X.

Instances For
    @[simp]
    theorem LocConst_td.toFun_eq_coe (X : Type u_1) [TopologicalSpace X] (f : LocConst_td X) :
    f.toFun = f
    theorem LocConst_td.ext (X : Type u_1) [TopologicalSpace X] {f g : LocConst_td X} (h : ∀ (x : X), f x = g x) :
    f = g
    theorem LocConst_td.ext_iff {X : Type u_1} [TopologicalSpace X] {f g : LocConst_td X} :
    f = g ∀ (x : X), f x = g x
    structure CptSupportLocConst_td (X : Type u_1) [TopologicalSpace X] extends LocConst_td X :
    Type u_1

    Compactly supported locally constant ℂ-valued functions on X.

    Instances For

      Basic facts about Function.support #

      theorem CptSupportLocConst_td.ext (X : Type u_1) [TopologicalSpace X] {f g : CptSupportLocConst_td X} (h : ∀ (x : X), f x = g x) :
      f = g
      theorem CptSupportLocConst_td.ext_iff {X : Type u_1} [TopologicalSpace X] {f g : CptSupportLocConst_td X} :
      f = g ∀ (x : X), f x = g x

      Zero function is locally constant with compact support.

      Equations
      @[simp]

      Addition of compactly supported locally constant functions.

      Equations
      • One or more equations did not get rendered due to their size.
      @[simp]
      theorem CptSupportLocConst_td.coe_add (X : Type u_1) [TopologicalSpace X] (f g : CptSupportLocConst_td X) :
      ⇑(f + g) = f + g

      Negation of compactly supported locally constant functions.

      Equations
      • One or more equations did not get rendered due to their size.
      @[simp]

      Scalar multiplication of compactly supported locally constant functions by ℂ.

      Equations
      • One or more equations did not get rendered due to their size.
      @[simp]
      theorem CptSupportLocConst_td.coe_smul (X : Type u_1) [TopologicalSpace X] (c : ) (f : CptSupportLocConst_td X) :
      ⇑(c f) = c f

      CptSupportLocConst_td X is an additive commutative group.

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

      CptSupportLocConst_td X is a ℂ-module.

      Equations