Theorems · Theorem · global analysis
VectorField.lieBracketWithin_smul_right
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {E : Type u_2} [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] {V W : E → E} {s : Set E} {x : E} {f : E → 𝕜},
DifferentiableWithinAt 𝕜 f s x →
DifferentiableWithinAt 𝕜 W s x →
UniqueDiffWithinAt 𝕜 s x →
VectorField.lieBracketWithin 𝕜 V (fun y => f y • W y) s x =
(fderivWithin 𝕜 f s x) (V x) • W x + f x • VectorField.lieBracketWithin 𝕜 V W s xProduct rule for Lie Brackets: given two vector fields V W : E → E and a function f : E → 𝕜,
we have [V, f • W] = (df V) • W + f • [V, W]
- Defined in
- Mathlib.Analysis.Calculus.VectorField
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 184 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · 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
- add_commproof · cited by 1,535
- map_smulproof · cited by 566
- DifferentiableWithinAtstatement and proof · cited by 453
- fderivWithinstatement and proof · cited by 357
- UniqueDiffWithinAtstatement and proof · cited by 252
Cited by3
Results whose statement or proof uses this declaration.
- VectorField.mlieBracketWithin_smul_rightproof · cited by 3
- VectorField.lieBracket_smul_rightproof · cited by 1
- VectorField.lieBracketWithin_smul_leftproof · cited by 0