Theorems · Theorem · global analysis
VectorField.pullback_lieBracket_of_isSymmSndFDerivAt
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {E : Type u_2} [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] {F : Type u_3} [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace 𝕜 F] [CompleteSpace E]
{f : E → F} {V W : F → F} {x : E},
IsSymmSndFDerivAt 𝕜 f x →
ContDiffAt 𝕜 2 f x →
DifferentiableAt 𝕜 V (f x) →
DifferentiableAt 𝕜 W (f x) →
VectorField.pullback 𝕜 f (VectorField.lieBracket 𝕜 V W) x =
VectorField.lieBracket 𝕜 (VectorField.pullback 𝕜 f V) (VectorField.pullback 𝕜 f W) 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
- 1 results in Mathlib
- Foundations
- Depth 208 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ENatstatement · cited by 4,985
- Set.univproof · cited by 3,945
- WithTopstatement · cited by 3,754
- CompleteSpacestatement and proof · cited by 2,532
- DifferentiableAtstatement and proof · cited by 617
- Set.mem_univproof · cited by 416
- ContDiffAtstatement and proof · cited by 262
- uniqueDiffOn_univproof · cited by 66
- Set.mapsTo_univproof · cited by 55
Cited by1
Results whose statement or proof uses this declaration.
- VectorField.pullback_lieBracketproof · cited by 0