Uniformly almost periodic functions #
theorem
IsRelDenseWith.subset
{E F : Set ℝ}
{l : ℝ}
(hEF : E ⊆ F)
:
IsRelDenseWith E l → IsRelDenseWith F l
A set E of reals is relatively dense if it is relatively dense with respect to some l.
Equations
- IsRelDense E = ∃ (l : ℝ), IsRelDenseWith E l
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
- IsUnifAlmostPeriodic f = ∀ ⦃ε : ℝ⦄, 0 < ε → IsRelDense {t : ℝ | IsLinftyAP ε t f}
Instances For
Any uniformly almost periodic function is uniformly continuous.
Any uniformly almost periodic function is bounded.
theorem
IsUnifAlmostPeriodic.isRelDense_inter
{ε : ℝ}
{f g : ℝ → ℂ}
(hf : IsUnifAlmostPeriodic f)
(hg : IsUnifAlmostPeriodic g)
(hε : 0 < ε)
:
IsRelDense {t : ℝ | IsLinftyAP ε t f ∧ IsLinftyAP ε t g}
The intersection of the almost periods of two uniformly almost periodic functions is relatively dense.
theorem
IsUnifAlmostPeriodic.mul
{f g : ℝ → ℂ}
(hf : IsUnifAlmostPeriodic f)
(hg : IsUnifAlmostPeriodic g)
:
IsUnifAlmostPeriodic (f * g)