HITs-Examples/FiniteSets
Dan Frumin c366c8f59b Use the namespace FSets 2018-02-10 20:06:37 +01:00
..
implementations Update the code to match the latest HoTT 2017-11-06 15:25:56 +01:00
interfaces Update the code to match the latest HoTT 2017-11-06 15:25:56 +01:00
kuratowski Update the code to match the latest HoTT 2017-11-06 15:25:56 +01:00
list_representation Some cleaning in list representation 2017-09-26 11:56:58 +02:00
misc Add the Pauli id law example 2017-12-15 13:41:41 +01:00
subobjects Use the namespace FSets 2018-02-10 20:06:37 +01:00
CPP.v Use the namespace FSets 2018-02-10 20:06:37 +01:00
FSets.v Quickfix 2017-09-19 18:22:43 +02:00
HitTactics.v A bit of cleanup 2017-10-11 13:40:49 +02:00
README.md HTML building instructions 2017-10-11 13:42:20 +02:00
_CoqProject Use the namespace FSets 2018-02-10 20:06:37 +01:00
fincard.v Use the namespace FSets 2018-02-10 20:06:37 +01:00
prelude.v Added `S1` has merely decidable equality 2017-09-25 13:03:51 +02:00

README.md

Formalization of Kuratowski-finite sets in homotopy type theory

The Coq docs can be found here

Building instructions

Prerequisites: the HoTT library.

  1. Generate the Makefile: coq_makefile -f _CoqProject -o Makefile
  2. Compile the library using make: make -j 2
  3. The HTML coqdoc can be obtained via make html

An overview of some of the main results can be found in the file CPP.v