An open API service indexing awesome lists of open source software.

https://github.com/paraseba/conceptual-mathematics-in-lean

Conceptual Mathematics exercises using Lean theorem prover
https://github.com/paraseba/conceptual-mathematics-in-lean

category-theory lean math

Last synced: 11 months ago
JSON representation

Conceptual Mathematics exercises using Lean theorem prover

Awesome Lists containing this project

README

          

# Conceptual Mathematics, by Lawvere & Schanuel

![Build](https://github.com/paraseba/conceptual-mathematics-in-lean/workflows/CI/badge.svg)

Trying to complete the exercises on 2nd edition, using the Lean theorem prover.

## Usage

```sh
nix-shell --command code
```

```sh
nix-shell --run 'leanproject build'
```