Skip to content

Commit 4d5d429

Browse files
committed
Update for recent changes (to precedence of T%)
1 parent b881857 commit 4d5d429

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Mathlib/Geometry/Manifold/VectorBundle/LocalFrame.lean

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,10 @@ lemma mono (hs : IsLocalFrameOn I F n s u) (hu'u : u' ⊆ u) : IsLocalFrameOn I
124124
exact hs.generating (hu'u hx)
125125
contMDiffOn i := (hs.contMDiffOn i).mono hu'u
126126

127+
-- TODO think: is this bracketing behaviour desired!
128+
-- in any case, add a test and a nicer error message!
127129
lemma contMDiffAt (hs : IsLocalFrameOn I F n s u) (hu : IsOpen u) (hx : x ∈ u) (i : ι) :
128-
CMDiffAt n (T% s i) x :=
130+
CMDiffAt n (T% (s i)) x :=
129131
(hs.contMDiffOn i).contMDiffAt <| hu.mem_nhds hx
130132

131133
/-- Given a local frame `{s i}` on `U ∋ x`, returns the basis `{s i}` of `V x` -/

0 commit comments

Comments
 (0)