Documentation

MiscYD.PhD.VCDim.UnifAP.Defs

Uniformly almost periodic functions #

def IsRelDenseWith (E : Set ) (l : ) :

A set E of reals is relatively dense with respect to l if every (closed-open) interval of length l contains an element of E.

Equations
Instances For
    theorem IsRelDenseWith.subset {E F : Set } {l : } (hEF : E F) :
    theorem IsRelDenseWith.pos {E : Set } {l : } (hE : IsRelDenseWith E l) :
    0 < l
    def IsRelDense (E : Set ) :

    A set E of reals is relatively dense if it is relatively dense with respect to some l.

    Equations
    Instances For
      theorem IsRelDense.subset {E F : Set } (hEF : E F) :
      def IsLinftyAP (ε t : ) (f : ) :

      A real number t is an ε, L∞-almost period of a function f : ℝ \r ℝ if ‖f - τ t f‖_∞ ≤ ε.

      Equations
      Instances For
        theorem IsLinftyAP.mul_fun {C D ε δ t : } {f g : } (hfbdd : ∀ (x : ), f x C) (hgbdd : ∀ (x : ), g x D) (hf : IsLinftyAP ε t f) (hg : IsLinftyAP δ t g) :
        IsLinftyAP (D * ε + C * δ) t (f * g)

        A function f : ℝ → ℂ is uniformly almost periodic if its set of ε, L∞-almost period is relatively dense for all ε > 0.

        Equations
        Instances For

          Any uniformly almost periodic function is uniformly continuous.

          theorem IsUnifAlmostPeriodic.exists_forall_le {f : } (hf : IsUnifAlmostPeriodic f) :
          ∃ (C : ), ∀ (x : ), f x C

          Any uniformly almost periodic function is bounded.

          theorem IsUnifAlmostPeriodic.isRelDense_inter {ε : } {f g : } (hf : IsUnifAlmostPeriodic f) (hg : IsUnifAlmostPeriodic g) ( : 0 < ε) :

          The intersection of the almost periods of two uniformly almost periodic functions is relatively dense.