3

h-set in nLab

 3 years ago
source link: https://ncatlab.org/nlab/show/h-set
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
h-set in nLab

h-Sets

1. Idea

In homotopy type theory an h-set is a type X – hence a homotopy type – with the special property that any two of its terms x,y:X are equal (equivalent) in an at most essentially unique way, hence that the identity type (x=y):Type is an h-proposition.

The notion of h-set is an internalization of the notion of 0-truncated object into homotopy type theory, essentially an internalization of the notion of set (or possibly of preset). See below in Relation to internal sets for more on this.

h-Sets can also be regarded as a way of embedding extensional type theory into intensional type theory.

2. Definition

Let A be a type in intensional type theory with dependent sums, dependent products, and identity types. We define a new type isSet(A) as follows:

isSet(A)≔∏x:A∏y:AisProp(x=y)

(using any equivalent definition of the predicate isProp for h-propositions; and where “∏” denotes dependent product types and “=” denotes identity types).

In other words, the only relationship between two elements of an h-set is whether they are equal; there is no room for more than one path between them. By beta-reducing this definition, we can express it as

isSet(A)≔∏x,y:A∏p,q:x=y(p=q)

In other words, any two parallel paths in A are equal.

A provably equivalent definition is

isSet(A)≔∏x:A∏p:x=x(p=idx)

This says that a version of Streicher’s “axiom K” holds for h-sets. (See also at axiom UIP.)

3. Examples

  • Most (non-higher) inductive types are h-sets (assuming that all their parameters and indices are so). In particular, the type of natural numbers is an h-set. This can be proven from Theorem 4.1 below.

4. Properties

Equivalent characterizations

One interesting consequence of this definition is the following, first proven in (Hedberg)

Theorem 4.1. (Hedberg's theorem)

Suppose that A is a type which has decidable equality in the propositions as types logic (which is not the logic of h-propositions usually used in HoTT). In other words, the projection

PathsA+(0→A×A)(PathsA→A×A)↓A×A

(where PathsA is the path type of A, “+” forms the sum type, and on the right we have the A×A-dependent function type into the empty type), has a section.

Then A is a h-set.

Proof. Let d be the given section. Thus, for any x,y:A, d(x,y) is either a path from x to y or a function from Paths(x,y) to the empty type (implying that Paths(x,y) is also empty).

It suffices to exhibit an operation connecting any endo-path p∈Paths(x,x) to the identity path 1x. Given such a path, define q=d(x,x). If d(x,x) lies in the second case, then Paths(x,x) is empty, a contradiction since we know it contains 1x; hence we may assume q∈Paths(x,x) as well.

Let r be the image of (1x,p)∈PathsA×A((x,x),(x,x)) under the section d. This is a path in the total space PathsA lying over the path (1x,p) in A×A. Equivalently, it is a path in the fiber over x from (1x,p)*(d(x,x)) to d(x,x), where (1x,p)* denotes transport in the fibration PathsA→A×A along the path (1x,p). However, we have defined d(x,x)=q, and transport in a path-space is just composition, so r may be regarded as a path from qp to q. Canceling q, we obtain a path from p to 1x.  ▮

Not every h-set has decidable equality (unless the law of excluded middle hold), but there are some other related equivalent characterizations.

  • A type A is an h-set if and only if all its identity types x=Ay have split support, i.e. ∏(x,y:A)‖x=y‖→(x=y). This is proven in (KECA).

  • More generally, A is an h-set if and only if there is some R:A→A→Prop which is reflexive (i.e. ∏(x:A)R(x,x)) and such that ∏(x,y:A)R(x,y)→(x=y). This is Theorem 7.2.2 in the HoTT Book.

Relation to internal sets

When using homotopy type theory as the ambient foundations, h-sets generally play the role of the sets. When homotopy type theory is the internal logic of some (∞,1)-category, then the h-sets are the “internal sets” in this internal logic. (Not to be confused with the other meaning of internal set.)

Note, though, that this notion of “internal set” is of a different sort from the usual notions of internal category or internal groupoid. If an internal set is an h-set, then an “internal groupoid” should mean a 1-truncated type, whereas an internal groupoid usually means some kind of groupoid object in an (∞,1)-category. Conversely, the usual meaning of “internal groupoid” suggests that the meaning of “internal set” should be something more like a setoid, with the h-sets being more like presets. This latter meaning is how “sets” are more often defined by constructive type theorists.

The point is that to be worthy of the name “set”, a notion ought to come with “quotients of equivalence relations”. If we start with a notion which does not have quotients, such as the types in ordinary Martin-Löf dependent type theory, then in order to get a good notion of “set” we need to “freely add quotients”, which semantically means passing to the exact completion whose objects are setoids. But if we start with a notion that does have quotients, then this is unnecessary. In homotopy type theory, h-sets do have quotients, which can be constructed using higher inductive types; thus it makes sense to call them “sets” rather than “presets”.

A good way to reconcile these seemingly clashing terminologies is to talk about exact completions of unary sites or (∞,1)-sites. The presence of a Grothendieck topology allows us to “remember” to what extent our given notion has well-behaved quotients: if we have no quotients, then we use the trivial topology, whereas if we have quotients, we can use the regular topology. And the exact completion builds in quotients “freely” but preserving those which the topology asserts to already exist. In particular, if we start with quotients (an exact category or (∞,1)-category), then the exact completion of the regular topology is idempotent, whereas if we start with a trivial topology, then the exact completion gives a category of setoids. Thus, in general, the good notion of “internal set” in a unary site is “object of the exact completion”.

Pretopos of hsets

The h-sets in HoTT form a ΠW-pretopos (Rijke-Spitters 13). See also at structural set theory.

5. Related concepts

6. References

  • Michael Hedberg, A coherence theorem for Martin-Löf’s type theory, J. Functional Programming, (1998)

  • Nicolai Kraus, A direct proof of Hedberg’s theorem, blog post

  • Nicolai Kraus, Martin Escardo, Thierry Coquand , Thorsten Altenkirch, Generalizations of Hedberg’s theorem, in M. Hasegawa (Ed.): TLCA 2013, LNCS 7941, pp. 173-188. Springer, Heidelberg 2013. (pdf)

Formalization of set theory via h-sets in homotopy type theory is discussed in

  • Egbert Rijke, Bas Spitters, Sets in homotopy type theory, Mathematical Structures in Computer Science, Volume 25, Issue 5 (From type theory and homotopy theory to Univalent Foundations of Mathematics) (arXiv:1305.3835)

which became one chapter in


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK