Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.21 KB

README.md

File metadata and controls

28 lines (15 loc) · 1.21 KB

Random proofs in Lean 4.

tao_analysis_i

This is my attempt at formalizing Terence Tao's Analysis I. I gave up in the middle of chapter 4 because setoids were not fun to work with.

This project can compile under Lean 4.10.0-rc2.

rayleigh_beatty

This is my attempt at formalizing Wikipedia's proof of Rayleigh's theorem. My attempt was successful.

I submitted a pull request to mathlib4 and it was merged after some fairly heavy modifications. The mathlib4 docs are available here.

This project can compile under Lean 4.10.0-rc2.

SquarePyramid

This is my attempt at formalizing Anglin's proof of the cannonball problem. My attempt was successful and I created a summary PDF (link).

This project can compile under Lean 4.10.0-rc2.

BusyLean

Formalizing some math from bbchallenge and busycoq.

This project can compile under Lean 4.10.0-rc2.