Theorems · Definition · general topology
UniformEquiv.subtype
{α : Type u} →
{β : Type u_1} →
[inst : UniformSpace α] →
[inst_1 : UniformSpace β] →
{p : α → Prop} → {q : β → Prop} → (e : α ≃ᵤ β) → (∀ (a : α), p a ↔ q (e a)) → { a // p a } ≃ᵤ { b // q b }A uniform isomorphism e : α ≃ᵤ β lifts to subtypes { a : α // p a } ≃ᵤ { b : β // q b }
provided p = q ∘ e.
- Defined in
- Mathlib.Topology.UniformSpace.Equiv
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- UniformSpaceUniformSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Equivproof · cited by 8,337
- UniformSpacestatement and proof · cited by 2,040
- UniformEquivstatement and proof · cited by 80
- Equiv.subtypeEquivproof · cited by 32
- UniformEquiv.toEquivproof · cited by 21
Cited by4
Results whose statement or proof uses this declaration.
- Rat.HeightOneSpectrum.adicCompletionIntegers.padicIntEquivproof · cited by 4
- UniformEquiv.subtype_apply_coestatement and proof · cited by 0
- UniformEquiv.subtype_symm_apply_coestatement and proof · cited by 0
- PadicInt.withValIntegersUniformEquivproof · cited by 0