This directory contains the proof that a number n can be written as the
sum of two square numbers if and only if each prime factor
A note on the development is available at here
To build the directory, type
make all
Laurent Thery thery@sophia.inria.fr
- Author(s):
- Laurent Théry
- License: MIT License
- Additional dependencies: none
- Rocq/Coq namespace:
SumOfTwoSquare - Related publication(s): none
To build and install manually, do:
git clone https://github.com/thery/SumOfTwoSquare.git
cd SumOfTwoSquare
make # or make -j <number-of-cores-on-your-machine>
make install