Homotopy Type Theory open interval > history (Rev #2, changes)

Showing changes from revision #1 to #2: Added | Removed | Changed

Definition

Given a strictly ordered type AA and terms a:Aa:A and b:Ab:A , an elementopen intervalc:Ac:A is(a,b)(a, b)strictly between is a dependent type defined asaa and bb if a<ca \lt c and c<bc \lt b

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

and an open interval (a,b)(a, b) is a dependent type defined as

(a,b) c:AisStrictlyBetween(c,a,b)(a, b) \coloneqq \sum_{c:A} isStrictlyBetween(c, a, b)

See also

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