Datasets:

Modalities:
Text
Languages:
English
Libraries:
Datasets
License:
Zhangir Azerbayev
squashed?
4365a98
raw
history blame
551 Bytes
import analysis.calculus.cont_diff
open_locale topological_space
notation `π’ž` := cont_diff ℝ
notation `∞` := (⊀ : with_top β„•)
notation `hull` := convex_hull ℝ
notation `D` := fderiv ℝ
notation `smooth_on` := cont_diff_on ℝ ⊀
-- `βˆ€αΆ  x near s, p x` means property `p` holds at every point in a neighborhood of the set `s`.
notation `βˆ€αΆ ` binders ` near ` s `, ` r:(scoped p, filter.eventually p $ 𝓝˒ s) := r
notation u ` ⬝ `:70 Ο†:65 :=
continuous_linear_map.comp (continuous_linear_map.to_span_singleton ℝ u) Ο†