Skip to content

Commit 29d7fee

Browse files
committed
fix more errors
1 parent 976d139 commit 29d7fee

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

Mathlib/Geometry/Manifold/ContMDiff/Defs.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ theorem contMDiffWithinAt_iff_target :
273273
and_iff_left_of_imp <| (continuousAt_extChartAt _).comp_continuousWithinAt
274274
simp_rw [cont, ContDiffWithinAtProp, extChartAt, OpenPartialHomeomorph.extend,
275275
PartialEquiv.coe_trans, ModelWithCorners.toPartialEquiv_coe,
276-
OpenPartialHomeomorph.coe_toPartialEquiv, modelWithCornersSelf_coe, chartAt_self_eq,
276+
OpenPartialHomeomorph.coe_toPartialEquiv, modelWithCornersSelf_coe, chartAt_self_eq,
277277
OpenPartialHomeomorph.refl_apply, id_comp]
278278
rfl
279279

Mathlib/Geometry/Manifold/ContMDiffMFDeriv.lean

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -455,8 +455,7 @@ lemma contMDiff_equivTangentBundleProd_symm :
455455
filter_upwards [chart_source_mem_nhds (ModelProd (ModelProd H E) (ModelProd H' E')) (a, b)]
456456
with p hp
457457
-- now we have to check that the original map coincides locally with `pM` read in target chart.
458-
simp only [prodChartedSpace_chartAt,
459-
OpenPartialHomeomorph.prod_toPartialHomeomorph_toPartialEquiv,
458+
simp only [prodChartedSpace_chartAt, OpenPartialHomeomorph.prod_toPartialHomeomorph,
460459
PartialEquiv.prod_source, mem_prod, TangentBundle.mem_chart_source_iff] at hp
461460
let φ (x : E) := I ((chartAt H a.proj) ((chartAt H p.1.proj).symm (I.symm x)))
462461
have D0 : DifferentiableWithinAt 𝕜 φ (Set.range I) (I ((chartAt H p.1.proj) p.1.proj)) := by
@@ -495,8 +494,7 @@ lemma contMDiff_equivTangentBundleProd_symm :
495494
filter_upwards [chart_source_mem_nhds (ModelProd (ModelProd H E) (ModelProd H' E')) (a, b)]
496495
with p hp
497496
-- now we have to check that the original map coincides locally with `pM'` read in target chart.
498-
simp only [prodChartedSpace_chartAt,
499-
OpenPartialHomeomorph.prod_toPartialHomeomorph_toPartialEquiv,
497+
simp only [prodChartedSpace_chartAt, OpenPartialHomeomorph.prod_toPartialHomeomorph,
500498
PartialEquiv.prod_source, mem_prod, TangentBundle.mem_chart_source_iff] at hp
501499
let φ (x : E') := I' ((chartAt H' b.proj) ((chartAt H' p.2.proj).symm (I'.symm x)))
502500
have D0 : DifferentiableWithinAt 𝕜 φ (Set.range I') (I' ((chartAt H' p.2.proj) p.2.proj)) := by

0 commit comments

Comments
 (0)