Skip to content

Commit 9fadfbb

Browse files
committed
Merge branch 'PartialHomeomorph1' of github.com:scholzhannah/mathlib4 into PartialHomeomorph1
2 parents 29d7fee + 2de4015 commit 9fadfbb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Mathlib/Topology/OpenPartialHomeomorph/Composition.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ protected def trans' (h : e.target = e'.source) : OpenPartialHomeomorph X Z wher
4444
open_target := e'.open_target
4545
continuousOn_toFun := e'.continuousOn.comp e.continuousOn <| h ▸ e.mapsTo
4646
continuousOn_invFun := e.continuousOn_symm.comp e'.continuousOn_symm <| h.symm ▸ e'.mapsTo_symm
47-
continuousOn_invFun := e.continuousOn_symm.comp e'.continuousOn_symm <| h.symm ▸ e'.mapsTo_symm
4847

4948
/-- Composing two open partial homeomorphisms, by restricting to the maximal domain where their
5049
composition is well defined.

0 commit comments

Comments
 (0)