We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29d7fee + 2de4015 commit 9fadfbbCopy full SHA for 9fadfbb
1 file changed
Mathlib/Topology/OpenPartialHomeomorph/Composition.lean
@@ -44,7 +44,6 @@ protected def trans' (h : e.target = e'.source) : OpenPartialHomeomorph X Z wher
44
open_target := e'.open_target
45
continuousOn_toFun := e'.continuousOn.comp e.continuousOn <| h ▸ e.mapsTo
46
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
48
49
/-- Composing two open partial homeomorphisms, by restricting to the maximal domain where their
50
composition is well defined.
0 commit comments