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

https://github.com/hrmacbeth/computations_in_lean

A tutorial on doing proofs with a computational flavour in the Lean proof assistant, and particularly on using the tactic polyrith
https://github.com/hrmacbeth/computations_in_lean

lean4

Last synced: 3 months ago
JSON representation

A tutorial on doing proofs with a computational flavour in the Lean proof assistant, and particularly on using the tactic polyrith

Awesome Lists containing this project

README

          

# Algebraic computations in Lean

This repository contains the code for the tutorial [Algebraic computations in Lean](https://hrmacbeth.github.io/computations_in_lean/index.html), by Heather Macbeth.

If you have a GitHub account, you can run the code on the web using Gitpod.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/hrmacbeth/computations_in_lean)

You can also clone the repository to your computer by typing `git clone https://github.com/hrmacbeth/computations_in_lean.git` at the command line. This will let you run the code on your computer.