File tree Expand file tree Collapse file tree
Mathlib/Geometry/Manifold/MFDeriv Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -835,10 +835,17 @@ theorem tangentMapWithin_proj {p : TangentBundle I M} :
835835 (tangentMapWithin I I' f s p).proj = f p.proj :=
836836 rfl
837837
838+ @ [simp, mfld_simps]
839+ lemma tangentMapWithin_snd {X : TangentSpace I x} :
840+ (tangentMapWithin I I' f s X).2 = (mfderivWithin I I' f s x) X := rfl
841+
838842@ [simp, mfld_simps]
839843theorem tangentMap_proj {p : TangentBundle I M} : (tangentMap I I' f p).proj = f p.proj :=
840844 rfl
841845
846+ @ [simp, mfld_simps]
847+ lemma tangentMap_snd {X : TangentSpace I x} : (tangentMap I I' f X).2 = (mfderiv I I' f x) X := rfl
848+
842849/-- If two sets coincide locally around `x`, except maybe at a point `y`, then their
843850preimage under `extChartAt x` coincide locally, except maybe at `extChartAt I x x`. -/
844851theorem preimage_extChartAt_eventuallyEq_compl_singleton (y : M) (h : s =ᶠ[𝓝[{y}ᶜ] x] t) :
You can’t perform that action at this time.
0 commit comments