This repo formalizes (possibly) infinite trees of finite degree in Lean. So far this is mainly a dependency for one of my other projects and tailored towards this porpose. The repo features a formalization of (a special case of) König's Lemma.
Do not hesitate to reach out if you think that this can be useful for you but current specifics of the implementation/formalization do not quite work out!
Using elan
/ lake
:
- Install
elan
, e.g. vianix-shell -p elan
or simplynix develop
if you are using nix. - Run
lake build
to build the project. If the build is successful, the proofs are correct 🎉