A continuous, complex-valued function on ℝⁿ that vanishes at infinity, is C¹,
and whose first-order partial derivatives also vanish at infinity.
- toFun : EuclideanSpace ℝ (Fin n) → ℂ
- continuous_toFun : Continuous self.toFun
- zero_at_infty' : Filter.Tendsto self.toFun (Filter.cocompact (EuclideanSpace ℝ (Fin n))) (nhds 0)
- contDiff_one : ContDiff ℝ 1 ⇑self.toZeroAtInftyContinuousMap
- partialDeriv_zero_at_infty (j : Fin n) : Filter.Tendsto (fun (x : EuclideanSpace ℝ (Fin n)) => (fderiv ℝ (⇑self.toZeroAtInftyContinuousMap) x) (EuclideanSpace.single j 1)) (Filter.cocompact (EuclideanSpace ℝ (Fin n))) (nhds 0)
Instances For
Pullback of continuous linear functionals along a continuous linear map
ι : V →L[𝕜] U: sends a dual element on U to its restriction along ι.
Instances For
restrictDual ι L is just L ∘ ι.
Operator-norm bound for restrictDual: if ‖ι‖ ≤ C, then ‖L ∘ ι‖ ≤ C * ‖L‖.
If ι has dense range, then its dual restrictDual ι is injective: a continuous
functional is determined by its values on a dense subspace.
Combined statement: restrictDual is bounded by C on operator norms, and is
injective whenever ι has dense range.
The C^k sup-norm of a function f : ℝⁿ → ℂ: sum of sup norms of all partial
derivatives up to order k.
Instances For
The space of C^k functions on ℝⁿ vanishing at infinity together with all of
their iterated derivatives up to order k.
- toFun : EuclideanSpace ℝ (Fin n) → ℂ
- continuous_toFun : Continuous self.toFun
- zero_at_infty' : Filter.Tendsto self.toFun (Filter.cocompact (EuclideanSpace ℝ (Fin n))) (nhds 0)
- contDiff_k : ContDiff ℝ ↑k ⇑self.toZeroAtInftyContinuousMap
- iteratedFDeriv_zero_at_infty (m : ℕ) (hm : m ≤ k) : Filter.Tendsto (fun (x : EuclideanSpace ℝ (Fin n)) => ‖iteratedFDeriv ℝ m (⇑self.toZeroAtInftyContinuousMap) x‖) (Filter.cocompact (EuclideanSpace ℝ (Fin n))) (nhds 0)
Instances For
The C^k-norm of an element of ContDiffZeroAtInftyN n k.
Instances For
The Japanese bracket ⟨x⟩ := √(1 + ‖x‖²), a smooth weight comparable to ‖x‖
at infinity used to define weighted function spaces.
Instances For
The Japanese bracket ⟨x⟩ is strictly positive.
The Japanese bracket ⟨x⟩ is nonzero.
Weighted C^k-functions on ℝⁿ vanishing at infinity: an element is represented
by a witness v ∈ C^k whose ratio against ⟨x⟩^{-l} lies in the original space.
- witnessV : ContDiffZeroAtInftyN n k
Instances For
Underlying function ⟨x⟩^{-l} v(x) for a weighted C^k element with witness v.
Instances For
The Schwartz space described as functions on ℝⁿ lying in every weighted
C^k-space with weight ⟨x⟩^{-l} (Melrose Prop 7.3 characterisation).
- toFun : EuclideanSpace ℝ (Fin n) → ℂ
- mem_weightedSpace (k l : ℕ) : ∃ (w : WeightedContDiffZeroAtInfty n k l), ∀ (x : EuclideanSpace ℝ (Fin n)), self.toFun x = WeightedContDiffZeroAtInfty.toFun n w x
Instances For
Standard Schwartz space 𝓢(ℝⁿ, ℂ) abbreviation.
Instances For
SchwartzTestFunctionSpace n coerces to functions ℝⁿ → ℂ.
Function-extensionality for elements of SchwartzTestFunctionSpace.
The coercion of mk f hf is just f.
Equivalence between our concrete SchwartzTestFunctionSpace n and Mathlib's
SchwartzMap (ℝⁿ, ℂ), expressing Melrose's characterisation of Schwartz space.