mfornet / project-euler-lean

Proofs of Project Euler problems in LEAN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Euler - Proofs using LEAN

This repository contains proofs of some of the problems from Project Euler using the LEAN theorem prover.

The idea is to define the problem as close as possible to the definition given in the problem statement, write a solution to the problem, and then prove that the solution is correct, following the definition.

Id Problem Solution Comments
1 Multiples of 3 or 5 P1.lean Principle of Inclusion / Exclusion

About

Proofs of Project Euler problems in LEAN


Languages

Language:Lean 100.0%