Composition with identity plus a bounded smooth displacement preserves the actual continuous-time bounded spatial jets. The finite Faà di Bruno formula is evaluated in the sup norm, with no extra time derivative.
Pullback of a bounded field by identity plus a bounded displacement. Uniform spatial Lipschitz control proves continuity in the genuine sup norm.
Pullback, constructed using BoundedContinuousFunction.ofNormedAddCommGroup.
Equations
- EulerBoundedFieldPullback.pullback A d = BoundedContinuousFunction.ofNormedAddCommGroup (fun (x : E) => A (x + d x)) ⋯ ‖A‖ ⋯
Instances For
Path pullback, given by ⟨fun t => pullback (A t) (d t), continuous_pullback A d L hL⟩.
Equations
- EulerBoundedFieldPullback.pathPullback A d L hL = { toFun := fun (t : K) => EulerBoundedFieldPullback.pullback (A t) (d t), continuous_toFun := ⋯ }
Instances For
Cache the standard NormedAddCommGroup (E [×n]→L[ℝ] V) instance to shorten typeclass
synthesis.
Instances For
Cache the standard NormedSpace ℝ (E [×n]→L[ℝ] V) instance to shorten typeclass synthesis.
Instances For
Cache the standard NormedAddCommGroup (E →ᵇ (E [×n]→L[ℝ] V)) instance to shorten typeclass
synthesis.
Instances For
Cache the standard NormedSpace ℝ (E →ᵇ (E [×n]→L[ℝ] V)) instance to shorten typeclass
synthesis.
Instances For
A continuous multilinear operation acts on genuine bounded fields in the uniform norm. This includes the finite Faà di Bruno operations.
Cache the standard NormedAddCommGroup (α →ᵇ V i) instance to shorten typeclass synthesis.
Instances For
Cache the standard NormedSpace ℝ (α →ᵇ V i) instance to shorten typeclass synthesis.
Instances For
Cache the standard NormedAddCommGroup (α →ᵇ W) instance to shorten typeclass synthesis.
Instances For
Cache the standard NormedSpace ℝ (α →ᵇ W) instance to shorten typeclass synthesis.
Instances For
Multilinear value, constructed using BoundedContinuousFunction.ofNormedAddCommGroup.
Equations
- EulerBoundedFieldCalculus.multilinearValue L f = BoundedContinuousFunction.ofNormedAddCommGroup (fun (x : α) => L fun (i : ι) => (f i) x) ⋯ (‖L‖ * ∏ i : ι, ‖f i‖) ⋯
Instances For
Multilinear algebra as an element of MultilinearMap ℝ (fun i => α →ᵇ V i) (α →ᵇ W).
Equations
Instances For
Multilinear map, given by (multilinearAlgebra L).mkContinuous ‖L‖ (multilinearValue_norm L).
Equations
Instances For
Cache the standard NormedAddCommGroup (E [×n]→L[ℝ] V) instance to shorten typeclass
synthesis.
Instances For
Cache the standard NormedSpace ℝ (E [×n]→L[ℝ] V) instance to shorten typeclass synthesis.
Instances For
Cache the standard NormedAddCommGroup (E →ᵇ (E [×n]→L[ℝ] V)) instance to shorten typeclass
synthesis.
Instances For
Cache the standard NormedSpace ℝ (E →ᵇ (E [×n]→L[ℝ] V)) instance to shorten typeclass
synthesis.
Instances For
Displaced jet, given by ContinuousMap.const K (BoundedContinuousFunction.const E (iteratedFDeriv ℝ n (id : E → E) 0)) + D.jet n.
Equations
- D.displacedJet n = ContinuousMap.const K (BoundedContinuousFunction.const E (iteratedFDeriv ℝ n id 0)) + D.jet n
Instances For
Pulled jet, given by pathPullback (A.jet n) D.field ‖A.jet (n+1)‖₊ (A.jet_lipschitz n).
Equations
Instances For
Partition jet as an element of C(K,E →ᵇ (E [×n]→L[ℝ] V)).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Comp displacement, bundling field, smooth, jet, jet_eq and the required
compatibility proofs.
Equations
- One or more equations did not get rendered due to their size.