Theorems · Definition · general topology
OpenPartialHomeomorph.piecewise
{X : Type u_1} →
{Y : Type u_3} →
[inst : TopologicalSpace X] →
[inst_1 : TopologicalSpace Y] →
(e e' : OpenPartialHomeomorph X Y) →
(s : Set X) →
(t : Set Y) →
[(x : X) → Decidable (x ∈ s)] →
[(y : Y) → Decidable (y ∈ t)] →
e.IsImage s t →
e'.IsImage s t →
e.source ∩ frontier s = e'.source ∩ frontier s →
Set.EqOn (↑e) (↑e') (e.source ∩ frontier s) → OpenPartialHomeomorph X YCombine two OpenPartialHomeomorphs using Set.piecewise. The source of the new
OpenPartialHomeomorph is s.ite e.source e'.source = e.source ∩ s ∪ e'.source \ s, and similarly
for target. The function sends e.source ∩ s to e.target ∩ t using e and
e'.source \ s to e'.target \ t using e', and similarly for the inverse function.
To ensure the maps toFun and invFun are inverse of each other on the new source and target,
the definition assumes that the sets s and t are related both by e.is_image and e'.is_image.
To ensure that the new maps are continuous on source/target, it also assumes that e.source and
e'.source meet frontier s on the same set and e x = e' x on this intersection.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- PartialEquiv.sourcestatement and proof · cited by 964
- PartialHomeomorph.toPartialEquivstatement and proof · cited by 917
- OpenPartialHomeomorph.toPartialHomeomorphstatement and proof · cited by 851
- OpenPartialHomeomorph.toFun'statement and proof · cited by 745
- OpenPartialHomeomorphstatement and proof · cited by 664
- Set.EqOnstatement and proof · cited by 603
- PartialEquivproof · cited by 335
- frontierstatement and proof · cited by 214
- OpenPartialHomeomorph.IsImagestatement and proof · cited by 46
- PartialEquiv.piecewiseproof · cited by 8
Cited by6
Results whose statement or proof uses this declaration.
- OpenPartialHomeomorph.symm_piecewisestatement · cited by 0
- OpenPartialHomeomorph.piecewise.congr_simpstatement and proof · cited by 0
- OpenPartialHomeomorph.piecewise_applystatement and proof · cited by 0
- OpenPartialHomeomorph.piecewise_toPartialHomeomorphstatement and proof · cited by 0
- OpenPartialHomeomorph.disjointUnionproof · cited by 0
- Bundle.Trivialization.piecewiseproof · cited by 0