Partial homeomorphisms: composition #
Main definitions #
OpenPartialHomeomorph.trans: the composition of two open partial homeomorphisms
Composition of two open partial homeomorphisms when the target of the first and the source of the second coincide.
Equations
Instances For
Composing two open partial homeomorphisms, by restricting to the maximal domain where their
composition is well defined.
Within the Manifold namespace, there is the notation e ≫ₕ f for this.
Instances For
This could be considered as a simp lemma, but there are many situations where it makes something simple into something more complicated.
Composition of open partial homeomorphisms respects equivalence.
Composition of an open partial homeomorphism and its inverse is equivalent to the restriction of the identity to the source
Precompose an open partial homeomorphism with a homeomorphism. We modify the source and target to have better definitional behavior.
Equations
- e.transOpenPartialHomeomorph f' = { toPartialEquiv := e.transPartialEquiv f'.toPartialEquiv, open_source := ⋯, open_target := ⋯, continuousOn_toFun := ⋯, continuousOn_invFun := ⋯ }