Documentation

Atlas.DifferentialAnalysis.code.CkBanach

An element of ContDiffZeroAtInfty (a function on Euclidean space that vanishes at infinity) is differentiable as an underlying map.

The forgetful map from ContDiffZeroAtInfty to ZeroAtInftyContinuousMap is injective: an element of the former is determined by its underlying continuous map.

theorem TestFunctions.tendsto_partialDeriv_of_fderiv_eq {n : } (f : ZeroAtInftyContinuousMap (EuclideanSpace (Fin n)) ) (g : Fin nEuclideanSpace (Fin n)) (heq : ∀ (j : Fin n) (x : EuclideanSpace (Fin n)), (fderiv (⇑f) x) (EuclideanSpace.single j 1) = g j x) (htend : ∀ (j : Fin n), Filter.Tendsto (g j) (Filter.cocompact (EuclideanSpace (Fin n))) (nhds 0)) (j : Fin n) :

If for each direction j the partial derivative of f agrees with a function g j that vanishes at infinity, then the partial derivative of f itself vanishes at infinity.

@[implicit_reducible]

The zero element of ContDiffZeroAtInfty n: the constant 0.

@[implicit_reducible]

Pointwise addition on ContDiffZeroAtInfty n.

@[implicit_reducible]

Pointwise negation on ContDiffZeroAtInfty n.

@[implicit_reducible]

Pointwise subtraction on ContDiffZeroAtInfty n.

@[implicit_reducible]

The complex scalar action on ContDiffZeroAtInfty n by pointwise multiplication.

@[implicit_reducible]

The natural-number scalar action on ContDiffZeroAtInfty n (repeated addition), required for the AddCommGroup structure.

@[implicit_reducible]

The integer scalar action on ContDiffZeroAtInfty n, required for the AddCommGroup structure.

@[implicit_reducible]

ContDiffZeroAtInfty n is an additive commutative group, inherited from the underlying continuous functions via the injective forgetful map.

@[implicit_reducible]

ContDiffZeroAtInfty n is a complex vector space, inherited from the underlying continuous functions via the injective forgetful map.

@[implicit_reducible]

The norm on ContDiffZeroAtInfty n, defined as the ckNorm (sum of the sup-norm of the function and the sup-norms of its partial derivatives) at order one.

Unfolding the norm on ContDiffZeroAtInfty n as the supremum norm of the function plus the sum over coordinates of the supremum norms of the partial derivatives.

The norm on ContDiffZeroAtInfty n is nonnegative.

The norm of the zero element of ContDiffZeroAtInfty n is zero.