Theorems · Definition · general topology
PartialEquiv.piecewise
{α : Type u_1} →
{β : Type u_2} →
(e e' : PartialEquiv α β) →
(s : Set α) →
(t : Set β) →
[(x : α) → Decidable (x ∈ s)] →
[(y : β) → Decidable (y ∈ t)] → e.IsImage s t → e'.IsImage s t → PartialEquiv α βCombine two PartialEquivs using Set.piecewise. The source of the new PartialEquiv 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. The definition assumes e.isImage s t and
e'.isImage s t.
- Defined in
- Mathlib.Logic.Equiv.PartialEquiv
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- PartialEquiv.sourceproof · cited by 964
- PartialEquiv.toFunproof · cited by 821
- PartialEquiv.targetproof · cited by 650
- PartialEquiv.symmproof · cited by 453
- PartialEquivstatement and proof · cited by 335
- Set.piecewiseproof · cited by 136
- Set.iteproof · cited by 44
- PartialEquiv.IsImagestatement and proof · cited by 37
- PartialEquiv.IsImage.leftInvOn_piecewiseproof · cited by 1
Cited by10
Results whose statement or proof uses this declaration.
- PartialEquiv.disjointUnionproof · cited by 5
- OpenPartialHomeomorph.piecewiseproof · cited by 4
- PartialEquiv.symm_piecewisestatement · cited by 0
- OpenPartialHomeomorph.piecewise_toPartialHomeomorphstatement · cited by 0
- PartialEquiv.piecewise_applystatement and proof · cited by 0
- PartialEquiv.piecewise_sourcestatement and proof · cited by 0
- PartialEquiv.piecewise_symm_applystatement and proof · cited by 0
- PartialEquiv.piecewise_targetstatement and proof · cited by 0
- PartialEquiv.disjointUnion_eq_piecewisestatement and proof · cited by 0
- PartialEquiv.piecewise.congr_simpstatement and proof · cited by 0