Skip to content

Commit

Permalink
Merge pull request #31 from Seasawher/dev-env
Browse files Browse the repository at this point in the history
ツールの使用についてコメントする
  • Loading branch information
yuma-mizuno authored Feb 26, 2024
2 parents 9f759bc + 7540d6d commit 2d88ed9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ Leanの基礎的な使い方や命題論理について
- [Theorem Proving in Lean 4](https://leanprover.github.io/theorem_proving_in_lean4/)は基礎的なことが詳しく書いてある教科書です。Leanで証明を書いていて知りたいことが出てきたらまずはこれを参考にすると良いです。[日本語訳](https://aconite-ac.github.io/theorem_proving_in_lean4_ja/)もあります。

- [A mathlib overview](https://leanprover-community.github.io/mathlib-overview.html)では、Leanの数学ライブラリmathlibで扱われている数学を概観できます。

## 開発者向け情報

[mk-exercise](https://github.com/Seasawher/mk-exercise)というツールを用いて、Solutionディレクトリの内容からTutorialディレクトリの演習問題を自動的に生成しています。Solutionディレクトリに変更を加えても、それに合わせてTutorialディレクトリに変更を加える必要はありません。

0 comments on commit 2d88ed9

Please sign in to comment.