Theorems · Definition · global analysis
VectorField.pullback
(𝕜 : Type u_1) →
[inst : NontriviallyNormedField 𝕜] →
{E : Type u_2} →
[inst_1 : NormedAddCommGroup E] →
[NormedSpace 𝕜 E] →
{F : Type u_3} → [inst_3 : NormedAddCommGroup F] → [NormedSpace 𝕜 F] → (E → F) → (F → F) → E → EThe pullback of a vector field under a function, defined
as (f^* V) (x) = Df(x)^{-1} (V (f x)). If Df(x) is not invertible, we use the junk value 0.
- Defined in
- Mathlib.Analysis.Calculus.VectorField
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- fderivproof · cited by 398
- ContinuousLinearMap.inverseproof · cited by 82
Cited by7
Results whose statement or proof uses this declaration.
- VectorField.pullback_lieBracket_of_isSymmSndFDerivAtstatement and proof · cited by 1
- VectorField.pullback_eq_of_fderiv_eqstatement · cited by 1
- VectorField.pullback_eq_of_not_isInvertiblestatement · cited by 0
- VectorField.pullback_lieBracketstatement · cited by 0
- VectorField.fderiv_pullbackstatement · cited by 0
- VectorField.mpullback_eq_pullbackstatement · cited by 0
- VectorField.pullbackWithin_univstatement · cited by 0