Documentation

Carleson.ToMathlib.Analysis.RCLike.Components

def RCLike.Components {𝕂 : Type u_1} [RCLike 𝕂] :
Finset 𝕂

TODO: check whether this is the right approach

Equations
Instances For
    theorem RCLike.Components.norm_eq_one {𝕂 : Type u_1} [RCLike 𝕂] {c : 𝕂} (hc : c Components) (hc' : c 0) :
    theorem RCLike.Components.norm_le_one {𝕂 : Type u_1} [RCLike 𝕂] {c : 𝕂} (hc : c Components) :
    def RCLike.component {𝕂 : Type u_1} [RCLike 𝕂] (c a : 𝕂) :

    TODO: check whether this is the right approach

    Equations
    Instances For
      theorem RCLike.component_le_norm {𝕂 : Type u_1} [RCLike 𝕂] {c a : 𝕂} (hc : c Components) :
      (component c a) a
      theorem RCLike.component_le_nnnorm {𝕂 : Type u_1} [RCLike 𝕂] {c a : 𝕂} (hc : c Components) :
      theorem RCLike.decomposition {𝕂 : Type u_1} [RCLike 𝕂] {a : 𝕂} :
      1 * (algebraMap 𝕂) (component 1 a) + -1 * (algebraMap 𝕂) (component (-1) a) + I * (algebraMap 𝕂) (component I a) + -I * (algebraMap 𝕂) (component (-I) a) = a
      theorem RCLike.nnnorm_ofReal {𝕂 : Type u_1} [RCLike 𝕂] {a : NNReal} :
      a = a‖₊
      theorem RCLike.enorm_ofReal {𝕂 : Type u_1} [RCLike 𝕂] {a : NNReal} :

      Helper lemmas for the RCLike component decomposition norm bounds #

      theorem RCLike.induction {α : Type u_1} {𝕂 : Type u_2} [RCLike 𝕂] {β : Type u_3} [Mul β] {a b : β} {P : (α𝕂)Prop} (P_add : ∀ {f g : α𝕂}, P fP gP (f + g)) (P_components : ∀ {f : α𝕂} {c : 𝕂}, c ComponentsP fP ((algebraMap 𝕂) NNReal.toReal component c f)) (P_mul_unit : ∀ {f : α𝕂} {c : 𝕂}, c ComponentsP fP (c f)) {motive : (α𝕂)βProp} (motive_nnreal : ∀ {f : αNNReal}, P ((algebraMap 𝕂) NNReal.toReal f)motive ((algebraMap 𝕂) NNReal.toReal f) a) (motive_add' : ∀ {n : β} {f g : α𝕂}, (∀ {x : α}, f x f x + g x)(∀ {x : α}, g x f x + g x)P fP gmotive f nmotive g nmotive (f + g) (n * b)) (motive_mul_unit : ∀ {f : α𝕂} {c : 𝕂} {n : β}, c ComponentsP fmotive f nmotive (c f) n) f : α𝕂 (hf : P f) :
      motive f (a * b * b)