Periodic Profile #
Gevrey Inverse #
theorem
EulerGevreyInverse.reciprocal_gevrey_shift
(f : ℝ → ℝ)
(hf : ContDiff ℝ (↑⊤) f)
(hnz : ∀ (x : ℝ), f x ≠ 0)
(A Rc R : ℝ)
(hA : 1 ≤ A)
(hRc : 0 ≤ Rc)
(hR : 2 * A * (Rc + 1) ≤ R)
(hb : ∀ (x : ℝ), |(f x)⁻¹| ≤ A)
(hc : ∀ (n : ℕ) (x : ℝ), |iteratedDeriv (n + 1) f x| ≤ EulerGevrey.majorant Rc 0 (n + 1))
(n : ℕ)
(x : ℝ)
:
theorem
EulerGevreyInverse.reciprocal_gevrey
(f : ℝ → ℝ)
(hf : ContDiff ℝ (↑⊤) f)
(hnz : ∀ (x : ℝ), f x ≠ 0)
(A Rc R : ℝ)
(hA : 1 ≤ A)
(hRc : 0 ≤ Rc)
(hR : 2 * A * (Rc + 1) ≤ R)
(hb : ∀ (x : ℝ), |(f x)⁻¹| ≤ A)
(hc : ∀ (n : ℕ) (x : ℝ), |iteratedDeriv (n + 1) f x| ≤ EulerGevrey.majorant Rc 0 (n + 1))
(n : ℕ)
(x : ℝ)
:
Explicit smooth periodic profile with a narrow positive derivative peak.
Equations
- EulerPeriodicProfile.profile δ t = Real.arctan (Real.sin t / (1 + δ - Real.cos t))
Instances For
theorem
EulerPeriodicProfile.profile_hasDerivAt
(δ : ℝ)
(hδ : 0 < δ)
(t : ℝ)
:
HasDerivAt (profile δ) (((1 + δ) * Real.cos t - 1) / denominator δ t) t
The numerator of the derivative of the explicit periodic profile.