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: 6 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 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-03T14:25:20.000Z (7 months ago)
- Last Synced: 2025-07-10T08:04:02.992Z (7 months ago)
- Topics: coq, feit-thompson-theorem, mathcomp, odd-order-theorem, ssreflect
- Language: Rocq Prover
- Size: 1.63 MB
- Stars: 31
- Watchers: 16
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-coq - Odd Order Theorem - Formal proof of the Odd Order Theorem, a landmark result of finite group theory. (Projects / Type Theory and Mathematics)
README
[](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
```