theorem
proved
contDiff_top_of_contDiff_nat
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Foundation.GeneralizedDAlembert.SmoothnessTop on GitHub at line 18.
browse module
All declarations in this module, on Recognition.
explainer page
used by
formal source
15namespace GeneralizedDAlembert
16namespace SmoothnessTop
17
18theorem contDiff_top_of_contDiff_nat
19 {f : ℝ → ℝ}
20 (hFinite : ∀ n : ℕ, ContDiff ℝ n f) :
21 ContDiff ℝ ((⊤ : ℕ∞) : WithTop ℕ∞) f := by
22 exact (contDiff_infty).2 hFinite
23
24end SmoothnessTop
25end GeneralizedDAlembert
26end Foundation
27end IndisputableMonolith