Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eric-wieser/lean-matrix-cookbook
The matrix cookbook, proved in the Lean theorem prover
https://github.com/eric-wieser/lean-matrix-cookbook
formal-mathematics lean lean4 matrices
Last synced: 29 days ago
JSON representation
The matrix cookbook, proved in the Lean theorem prover
- Host: GitHub
- URL: https://github.com/eric-wieser/lean-matrix-cookbook
- Owner: eric-wieser
- License: mit
- Created: 2021-10-21T16:25:24.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-07T22:18:55.000Z (4 months ago)
- Last Synced: 2024-08-10T14:12:29.653Z (3 months ago)
- Topics: formal-mathematics, lean, lean4, matrices
- Language: Lean
- Homepage:
- Size: 214 KB
- Stars: 49
- Watchers: 3
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### The Matrix Cookbook, using Lean's mathlib
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod)](https://gitpod.io/#https://github.com/eric-wieser/lean-matrix-cookbook)
This repository aims to provide the lemmas in [The Matrix Cookbook](https://www.math.uwaterloo.ca/~hwolkowi/matrixcookbook.pdf) (November 15, 2012) as proofs in the Lean theorem prover.
Ideally, every proof in this repository should be a reference to a single lemma in [Mathlib](https://github.com/leanprover-community/mathlib4/), the maths library for lean.
The progress bar below shows the state of this repository; green represents lemmas which are proven, yellow lemmas which are stated, red lemmas which are ready to be stated, and dark red for entire missing sections.
Clicking on the progress bar will take you to a version that links to each lemma.[![](https://eric-wieser.github.io/lean-matrix-cookbook/progress_bar.svg)](https://eric-wieser.github.io/lean-matrix-cookbook/progress_bar.svg)