Spectral/colimit
2019-01-11 16:11:50 -05:00
..
local_ext.hlean move colimit project here 2017-11-22 16:15:35 -05:00
omega_compact.hlean fixes after changes in the library 2018-09-10 18:04:28 +02:00
omega_compact_sum.hlean fixes after changes in the library 2018-09-10 18:04:28 +02:00
pointed.hlean cleanup in colimit 2019-01-10 23:45:52 -05:00
pushout.hlean move colimit project here 2017-11-22 16:15:35 -05:00
README.md update colim/README 2019-01-11 16:11:50 -05:00
seq_colim.hlean cleanup in colimit 2019-01-10 23:45:52 -05:00
sequence.hlean cleanup in colimit 2019-01-10 23:45:52 -05:00

This folder contains a formalization of various properties about sequential colimits. Most importantly, we prove that sigma-types commute with colimits. It accompanies a submitted paper by Kristina Sojakova, Floris van Doorn and Egbert Rijke.

This repository contains some unproven results, marked by sorry. No unproven results are used for any theorems discussed in the paper. You can write print axioms theoremname in a file to verify that sorry is not used in the proofs.

You will need a working version of Lean 2 to compile this repository. Installation instructions for Lean 2 can be found here. After that, you can run linja (or path/to/lean2/bin/linja) from the command-line in the main directory to compile this repository.