Theorems · Theorem · global analysis
VectorField.leibniz_identity_lieBracketWithin
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {n : WithTop ℕ∞} {E : Type u_2} [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E],
minSmoothness 𝕜 2 ≤ n →
∀ {U V W : E → E} {s : Set E} {x : E},
UniqueDiffOn 𝕜 s →
x ∈ closure (interior s) →
x ∈ s →
ContDiffWithinAt 𝕜 n U s x →
ContDiffWithinAt 𝕜 n V s x →
ContDiffWithinAt 𝕜 n W s x →
VectorField.lieBracketWithin 𝕜 U (VectorField.lieBracketWithin 𝕜 V W s) s x =
VectorField.lieBracketWithin 𝕜 (VectorField.lieBracketWithin 𝕜 U V s) W s x +
VectorField.lieBracketWithin 𝕜 V (VectorField.lieBracketWithin 𝕜 U W s) s xThe Lie bracket of vector fields in vector spaces satisfies the Leibniz identity
[U, [V, W]] = [[U, V], W] + [V, [U, W]].
- Defined in
- Mathlib.Analysis.Calculus.VectorField
- Cited by
- 2 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.
Cites17
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
- closurestatement and proof · cited by 1,254
- interiorstatement and proof · cited by 714
- ContDiffWithinAtstatement and proof · cited by 283
- UniqueDiffOnstatement and proof · cited by 215
- VectorField.lieBracketWithinstatement · cited by 57
Cited by2
Results whose statement or proof uses this declaration.
- VectorField.leibniz_identity_mlieBracketWithin_applyproof · cited by 1
- VectorField.leibniz_identity_lieBracketproof · cited by 0