An open API service indexing awesome lists of open source software.

https://github.com/thery/robbins

Proof in Coq that all Robbins algebras are Boolean algebras
https://github.com/thery/robbins

boolean-algebra coq coq-formalization robbins theorem-proving

Last synced: 12 months ago
JSON representation

Proof in Coq that all Robbins algebras are Boolean algebras

Awesome Lists containing this project

README

          

# Robbins

[![Docker CI][docker-action-shield]][docker-action-link]

[docker-action-shield]: https://github.com/thery/robbins/actions/workflows/docker-action.yml/badge.svg?branch=master
[docker-action-link]: https://github.com/thery/robbins/actions/workflows/docker-action.yml

All Robbins algebras are Boolean algebras

A transcription in Coq of : `A Complete Proof of the Robbins Conjecture`
Allen L. Mann

## Meta

- Author(s):
- Laurent Théry
- License: [MIT License](LICENSE)
- Compatible Coq versions: 9.0 or later
- Additional dependencies:
- [MathComp ssreflect 2.4 or later](https://math-comp.github.io)
- Coq namespace: `robbins`
- Related publication(s): none

## Building and installation instructions

To build and install manually, do:

``` shell
git clone https://github.com/thery/robbins.git
cd robbins
make # or make -j
make install
```