Homotopy Type Theory Hausdorff space > history (Rev #4, changes)

Showing changes from revision #3 to #4: Added | Removed | Changed

Contents

Definition

In premetric spaces

Let RR be a dense integral subdomain of the rational numbers \mathbb{Q} and R +R_{+} be the positive terms of RR.

Let SS be an R +R_{+}-premetric space. Then SS is a Hausdorff space if for all directed types I:𝒰I:\mathcal{U} and nets x:ISx:I \to S, the type of all limits of xx is a proposition

p isHausdorff : (S) I:𝒰isDirected(I)× x:ISisProp(limx) p:\prod_{I:\mathcal{U}} isHausdorff(S) \coloneqq \prod_{I:\mathcal{U}} isDirected(I) \times \prod_{x:I \to S} isProp(\lim x)

Most general definition

Let SS be a type with a predicate \to between the type of all nets in SS

I:𝒰isDirected(I)×(IS)\sum_{I:\mathcal{U}} isDirected(I) \times (I \to S)

and SS itself. Then SS is a Hausdorff space if for all directed types I:𝒰I:\mathcal{U} and nets x:ISx:I \to S, the type of all limits of xx is a proposition

p isHausdorff : (S) I:𝒰isDirected(I)× x:ISisProp(( l:Sxl)limx) p:\prod_{I:\mathcal{U}} isHausdorff(S) \coloneqq \prod_{I:\mathcal{U}} isDirected(I) \times \prod_{x:I \to S} isProp(\lim isProp\left(\sum_{l:S} x) x \to l\right)

One could directly define the limit lim\lim as a partial function

lim:( I:𝒰isDirected(I)×(IS)) 𝒰 +S\lim: \left(\sum_{I:\mathcal{U}} isDirected(I) \times (I \to S)\right) \to_{\mathcal{U}^+} S

See also

Revision on March 31, 2022 at 14:41:53 by Anonymous?. See the history of this page for a list of all contributions to it.