Homotopy Type Theory decidable setoid > history (Rev #4)

Contents

Definition

A decidable setoid is a type TT with a function ()():T×T𝟚(-) \equiv (-):T \times T \to \mathbb{2} and terms

r: a:A(aa)=1r: \prod_{a:A} (a \equiv a) = 1
s: a:A b:A((ab)(ba))=1s: \prod_{a:A} \prod_{b:A} ((a \equiv b) \implies (b \equiv a)) = 1
t: a:A b:A c:A((ab)(bc)(ac))=1t: \prod_{a:A} \prod_{b:A} \prod_{c:A} ((a \equiv b) \wedge (b \equiv c) \implies (a \equiv c)) = 1

See also

Revision on April 28, 2022 at 03:20:42 by Anonymous?. See the history of this page for a list of all contributions to it.