Skip to content

Commit 48aa263

Browse files
committed
push for more cache
1 parent a1da5e4 commit 48aa263

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Mathlib/Topology/OpenPartialHomeomorph/Composition.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ 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
4748

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

0 commit comments

Comments
 (0)