Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/math-comp/odd-order
The formal proof of the Odd Order Theorem
https://github.com/math-comp/odd-order
coq feit-thompson-theorem mathcomp odd-order-theorem ssreflect
Last synced: 2 months ago
JSON representation
The formal proof of the Odd Order Theorem
- Host: GitHub
- URL: https://github.com/math-comp/odd-order
- Owner: math-comp
- Created: 2018-04-17T14:30:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T15:03:35.000Z (3 months ago)
- Last Synced: 2024-10-30T15:33:40.589Z (3 months ago)
- Topics: coq, feit-thompson-theorem, mathcomp, odd-order-theorem, ssreflect
- Language: Coq
- Size: 870 KB
- Stars: 25
- Watchers: 15
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Authors: AUTHORS
Awesome Lists containing this project
README
[![CI](https://github.com/math-comp/odd-order/workflows/CI/badge.svg?branch=master)](https://github.com/math-comp/odd-order/actions?query=workflow%3ACI)
# A formal proof of the Odd Order Theorem
The repository contains a [formal verification](https://hal.archives-ouvertes.fr/hal-00816699/) of
the [Odd Order Theorem](https://en.wikipedia.org/wiki/Feit%E2%80%93Thompson_theorem) (Feit - Thompson, 1963),
a landmark result of finite group theory.The formal proof is based on the [Mathematical Components](https://github.com/math-comp/math-comp)
library for the [Coq](https://coq.inria.fr) proof assistant.## Installation
If you already have OPAM installed (a fresh or up to date version of opam 2 is required):
```
opam repo add coq-released https://coq.inria.fr/opam/released
opam install coq-mathcomp-odd-order
```