Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mcopes73/FTA

Complete formalization of the Fundamental Theorem of Arithmetic in Coq and Isabelle/HOL.
https://github.com/mcopes73/FTA

Last synced: 3 months ago
JSON representation

Complete formalization of the Fundamental Theorem of Arithmetic in Coq and Isabelle/HOL.

Awesome Lists containing this project

README

        

# Fundamental Theorem of Arithmetic

I propose an algorithm for efficently calculating the prime factorization of a number and fully certified it both in Coq v8.4 and Isabelle/HOL 2015.

In addition, the FTA (Prime factorization is unique up to reordering of factors) is also fully formalized in both proof assistants.

The style of the proof is ment to be educational and therefore does not rely on automatic proof techniques offered by these proof assistants.