数学系エンドユーザーのためのLean入門

「数学系エンドユーザーのためのLean入門」の講義資料です.

使い方

GitHubリポジトリをローカルに clone

git clone https://github.com/shosonoda/lean-math-note.git

プロジェクトルートで Lean バージョン確認

cd lean-math-note
cat lean-toolchain
elan show | grep -A 5 "active toolchain"

キャッシュ取得後,ビルド

lake exe cache get
lake build

VS Code 起動

code .