nLab decidable equality

Contents

Context

Equality and Equivalence

Foundations

foundations

The basis of it all

 Set theory

set theory

Foundational axioms

foundational axioms

Removing axioms

Contents

Definitions

In constructive mathematics, a set XX has decidable equality if any two elements of XX are either equal or not equal. Equivalently, XX has decidable equality if its equality relation is a decidable subset of X×XX \times X. Sometimes one says that such a set XX is discrete, although of course this term has many meanings. Of course, in classical mathematics, every set has decidable equality. But the concept generalises in topos theory to the notion of decidable object.

Examples

  • Every finite set has decidable equality (though the same is not true for finitely-indexed or subfinite sets).

  • The natural numbers have decidable equality.

Remark

In fact, these examples come close to exhausting the sets that can be proven to have decidable equality in intuitionistic logic; by BauerSwan18 there is a topos (the function realizability topos, which moreover satisfies countable choice, Markov's principle, and other axioms) in which all sets with decidable equality are countable (admit a surjection from a decidable subset of \mathbb{N}). More precisely, although the statement “all sets with decidable equality are countable” is not true in that topos, every global object with decidable equality in that topos is countable.

Applications

Working with decidable subsets of sets with decidable equality makes constructive mathematics very much like classical mathematics. This is why constructivism has few consequences for basic combinatorics and algebra (although it does have important consequences for more advanced topics in those fields). In analysis, in contrast, constructivism matters right away, because constructively the set of real numbers may not have decidable equality.

In type theory

In type-theoretic foundations, there are two different notions of decidable equality, depending on whether “or” is interpreted using sum types x,y:A(x=y)+¬(x=y)\prod_{x,y\colon A} (x=y) + \neg (x=y) or disjunctions x,y:A(x=y)¬(x=y)\prod_{x,y\colon A} (x=y) \vee \neg (x=y), i.e. the bracket type of sum types. The former notion of decidable equality is called untruncated decidable equality, while the latter notion is called truncated decidable equality. Since every type maps to its bracket, untruncated decidable equality implies truncated decidable equality.

On the other hand, if truncated decidable equality holds and AA is an h-set, i.e. it satisfies uniqueness of identity proofs, then (x=y)(x=y) and ¬(x=y)\neg (x=y) represent disjoint subobjects of A×AA\times A. Thus (x=y)+¬(x=y)(x=y) + \neg (x=y) is already a subobject of A×AA\times A, so it is equivalent to its bracket, and untruncated decidable equality also holds.

The converse of this is also true: if untruncated decidable equality holds, then not only does truncated decidable equality also hold, but in fact AA is an h-set. This was first proven by Michael Hedberg; a proof can be found at Hedberg's theorem and in the references below. This fact is useful in homotopy type theory to show that many familiar types, such as the natural numbers, are h-sets.

For non-h-sets, the difference between untruncated decidable equality and truncated decidable equality can be dramatic. For instance, if we model homotopy type theory in a Boolean (,1)(\infty,1)-topos (such as Gpd\infty Gpd constructed classically), then every type satisfies truncated decidable equality (which is what it means for the logic to be boolean), but only the h-sets satisfy untruncated decidable equality (in accordance with Hedberg's theorem).

 Using the boolean domain

There is also a few definitions of decidable equality in dependent type theory, which rely on the boolean domain with its extensionality principle and the fact that that the decidable equality is always valued in the boolean domain.

The first definition states that decidable equality on a type AA is a binary function Eq A:A×ABit\mathrm{Eq}_A:A \times A \to \mathrm{Bit} which comes with a family of equivalences

x:A,y:Aδ(x,y):Id A(x,y)Id 𝟚(Eq A(x,y),1)x:A, y:A \vdash \delta(x, y):\mathrm{Id}_A(x, y) \simeq \mathrm{Id}_\mathbb{2}(\mathrm{Eq}_A(x, y), 1)

The second also relies on the fact that the boolean domain forms a univalent Tarski universe (Bit,El Bit)(\mathrm{Bit}, \mathrm{El}_\mathrm{Bit}). Here, decidable equality on a type AA is a binary function Eq A:A×ABit\mathrm{Eq}_A:A \times A \to \mathrm{Bit} which comes with a family of equivalences

x:A,y:Aδ(x,y):El Bit(Eq A(x,y))(x= Ay)x:A, y:A \vdash \delta(x, y):\mathrm{El}_\mathrm{Bit}(\mathrm{Eq}_A(x, y)) \simeq (x =_A y)

Either way, this is typically how the natural numbers type is proven to have decidable equality, by defining a binary function into the boolean domain called observational equality and using the extensionality principle of the natural numbers.

Properties

Every set with decidable equality is locally finite.

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

  • Andrej Bauer and Andrew Swan, Every metric space is separable in function realizability, 2018, arxiv

Last revised on March 4, 2024 at 09:24:25. See the history of this page for a list of all contributions to it.