Lean 4 proof formalization for the Learning Real Analysis project.
This repo was extracted from Learning-Real-Analysis/lean/.
lakefile.lean — Lake build configuration
lean-toolchain — Lean 4 version pin
LRA/ — Lean source modules
VolumeI/
VolumeII/
Docker is the reproducible default used by CI and the local wrappers:
docker build -t lra-lean .
docker run --rm -v "$PWD:/workspace" -w /workspace lra-lean lake buildOn Windows:
.\build.ps1 docker-build
.\build.ps1 buildNative builds are allowed when the pinned lean-toolchain is installed:
lake build LRAVolumeI LRAVolumeII LRAVolumeIII LRAVolumeIV LRAVolumeVI LRAVolumeVII LRATestsProduction Lean modules live under LRA/. Build-gated smoke and regression
checks live under test/ and are built through LRATests.
This repo is a standalone Lean workspace. The monorepo (Learning-Real-Analysis) references it for context but does not build it. Lean files live here and only here.