Theorems · Theorem · global analysis
VectorField.fderivWithin_apply_lieBracket
∀ {𝕜 : 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] {V W : E → E}
{s : Set E} {x : E} {f : E → F} {n : WithTop ℕ∞},
ContDiffWithinAt 𝕜 n f s x →
minSmoothness 𝕜 2 ≤ n →
UniqueDiffOn 𝕜 s →
x ∈ closure (interior s) →
x ∈ s →
DifferentiableWithinAt 𝕜 W s x →
DifferentiableWithinAt 𝕜 V s x →
(fderivWithin 𝕜 f s x) (VectorField.lieBracketWithin 𝕜 V W s x) =
(fderivWithin 𝕜 (fun x => (fderivWithin 𝕜 f s x) (W x)) s x) (V x) -
(fderivWithin 𝕜 (fun x => (fderivWithin 𝕜 f s x) (V x)) s x) (W x)The differentiation operator along [W, V]
is the commutator of the differentiation operators along W and V.
- 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.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Setstatement and proof · cited by 53,352
- RingHom.idstatement · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ContinuousLinearMapstatement · cited by 5,352
- ENatstatement and proof · cited by 4,985
- WithTopstatement and proof · cited by 3,754
- LE.le.transproof · cited by 3,151
- closurestatement and proof · cited by 1,254
- interiorstatement and proof · cited by 714
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.