1
0
mirror of https://github.com/nmvdw/HITs-Examples synced 2025-11-03 23:23:51 +01:00
Files
HITs-Examples/FiniteSets
Dan Frumin 8ce4cb760a Update the code to match the latest HoTT
HoTT commit 3526c344c47d32f5d4d268658031777239ec952b
2017-11-06 15:25:56 +01:00
..
2017-10-11 13:40:49 +02:00
2017-10-11 12:56:29 +02:00
2017-09-19 18:22:43 +02:00
2017-10-11 13:40:49 +02:00
2017-10-11 13:42:20 +02:00

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