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
- Host: GitHub
- URL: https://github.com/thery/robbins
- Owner: thery
- License: mit
- Created: 2019-02-13T16:24:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-05T13:03:41.000Z (about 1 year ago)
- Last Synced: 2025-05-05T14:24:36.547Z (about 1 year ago)
- Topics: boolean-algebra, coq, coq-formalization, robbins, theorem-proving
- Language: Coq
- Size: 34.2 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```