Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```