Theorems · Theorem · global analysis
VectorField.pullbackWithin_lieBracketWithin
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {n : WithTop ℕ∞} {E : Type u_2} [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] {F : Type u_3} [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace 𝕜 F] {s : Set E}
[CompleteSpace E] {f : E → F} {V W : F → F} {x : E} {t : Set F},
minSmoothness 𝕜 2 ≤ n →
ContDiffWithinAt 𝕜 n f s x →
DifferentiableWithinAt 𝕜 V t (f x) →
DifferentiableWithinAt 𝕜 W t (f x) →
UniqueDiffOn 𝕜 s →
x ∈ s →
x ∈ closure (interior s) →
Set.MapsTo f s t →
VectorField.pullbackWithin 𝕜 f (VectorField.lieBracketWithin 𝕜 V W t) s x =
VectorField.lieBracketWithin 𝕜 (VectorField.pullbackWithin 𝕜 f V s)
(VectorField.pullbackWithin 𝕜 f W s) s xThe Lie bracket commutes with taking pullbacks. This requires the function to have symmetric
second derivative. Version in a complete space. One could also give a version avoiding
completeness but requiring that f is a local diffeomorphism.
- Defined in
- Mathlib.Analysis.Calculus.VectorField
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 211 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ENatstatement and proof · cited by 4,985
- WithTopstatement and proof · cited by 3,754
- LE.le.transproof · cited by 3,151
- CompleteSpacestatement and proof · cited by 2,532
- closurestatement and proof · cited by 1,254
- Set.MapsTostatement and proof · cited by 732
- interiorstatement and proof · cited by 714
- DifferentiableWithinAtstatement and proof · cited by 453
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.