Homotopy Type Theory open interval > history (Rev #1)

Definition

Given a strictly ordered type AA and terms a:Aa:A and b:Ab:A an open interval (a,b)(a, b) is a dependent type defined as

(a,b) c:A(a<c)×(c<b)(a, b) \coloneqq \sum_{c:A} (a \lt c) \times (c \lt b)

See also

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