The package contains a package to reasoning with big enough objects
(mostly natural numbers). This package is essentially for backward
compatibility purposes as bigenough
will be subsumed by the near
tactics. The formalization is based on the Mathematical Components
library.
mathcomp.bigenough
The easiest way to install the latest released version of bigenough is via OPAM:
opam repo add coq-released https://coq.inria.fr/opam/released
opam install coq-mathcomp-bigenough
To instead build and install manually, do:
git clone https://github.com/math-comp/bigenough.git
cd bigenough
make # or make -j <number-of-cores-on-your-machine>
make install
This repository is essentially for archiving purposes as bigenough
will be subsumed by the near tactics.
The formalization is based on the Mathematical Components library for the Coq proof assistant, although it requires only the ssreflect package.