Homotopy Type Theory premetric space > history (Rev #10)

Contents

Whenever editing is allowed on the nLab again, this article should be ported over there.

 Definition

In set theory

Let \mathbb{Q} be the rational numbers and let

+{x|0<x}\mathbb{Q}_{+} \coloneqq \{x \in \mathbb{Q} \vert 0 \lt x\}

be the set of positive rational numbers.

A premetric space is a set SS with a ternary relation \sim on the Cartesian product +×S×S\mathbb{Q}_{+} \times S \times S.

In homotopy type theory

Let \mathbb{Q} be the rational numbers and let

+ x:0<x\mathbb{Q}_{+} \coloneqq \sum_{x:\mathbb{Q}} 0 \lt x

be the positive rational numbers.

A premetric space is a type SS with a family of types

a:S,b:S,ϵ: +a ϵbtypea:S, b:S, \epsilon:\mathbb{Q}_{+} \vdash a \sim_{\epsilon} b \ type

called the premetric, and a family of dependent terms

a:S,b:S,ϵ: +p(a,b,ϵ):isProp(a ϵb)a:S, b:S, \epsilon:\mathbb{Q}_{+} \vdash p(a, b, \epsilon):isProp(a \sim_{\epsilon} b)

representing that the premetric is a predicate.

Examples

See also

References

  • Auke B. Booij, Analysis in univalent type theory (pdf)

Revision on April 23, 2022 at 04:00:29 by Anonymous?. See the history of this page for a list of all contributions to it.