Skip to content

Commit 98d411a

Browse files
committed
feat: tangentMap(Within)_snd (leanprover-community#34369)
From fpvandoorn and my LeanCourse25.
1 parent b8a2460 commit 98d411a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Mathlib/Geometry/Manifold/MFDeriv/Basic.lean

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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]
839843
theorem 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
843850
preimage under `extChartAt x` coincide locally, except maybe at `extChartAt I x x`. -/
844851
theorem preimage_extChartAt_eventuallyEq_compl_singleton (y : M) (h : s =ᶠ[𝓝[{y}ᶜ] x] t) :

0 commit comments

Comments
 (0)