https://github.com/lumakernel/lean4-cov-recursion
Lean4 proof of course-of-values recursion on Nat
https://github.com/lumakernel/lean4-cov-recursion
Last synced: 3 months ago
JSON representation
Lean4 proof of course-of-values recursion on Nat
- Host: GitHub
- URL: https://github.com/lumakernel/lean4-cov-recursion
- Owner: LumaKernel
- License: cc0-1.0
- Created: 2024-01-03T09:46:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-03T10:50:46.000Z (over 1 year ago)
- Last Synced: 2025-03-15T07:03:18.294Z (3 months ago)
- Language: Lean
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Proof of course-of-values recursion in Lean4
[course-of-values recursion](https://en.wikipedia.org/wiki/Course-of-values_recursion)
- [(Japanese) Lean4で累積帰納法を証明する | Zenn](https://zenn.dev/luma/articles/nat-complete-recursion-in-lean4)