Theorems · Definition · general topology
T2Quotient.lift
{X : Type u_3} →
{Y : Type u_4} →
[inst : TopologicalSpace X] →
[inst_1 : TopologicalSpace Y] → [T2Space Y] → {f : X → Y} → Continuous f → T2Quotient X → YThe universal property of the largest T2 quotient of a topological space X: any continuous
map from X to a T2 space Y uniquely factors through T2Quotient X. This declaration builds the
factored map. Its continuity is T2Quotient.continuous_lift, the fact that it indeed factors the
original map is T2Quotient.lift_mk and uniqueness is T2Quotient.unique_lift.
- Defined in
- Mathlib.Topology.Separation.Hausdorff
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- Continuousstatement and proof · cited by 2,592
- T2Spacestatement and proof · cited by 1,351
- T2Quotientstatement · cited by 8
- T2Quotient.compatibleproof · cited by 1
Cited by6
Results whose statement or proof uses this declaration.
- stoneCechExtendproof · cited by 6
- stoneCechExtend_extendsproof · cited by 4
- T2Quotient.lift_mkstatement · cited by 2
- T2Quotient.lift.congr_simpstatement and proof · cited by 1
- T2Quotient.unique_liftstatement · cited by 0
- T2Quotient.continuous_liftstatement · cited by 0