lean-ja / lean-by-example

コード例で学ぶ Lean 言語
https://lean-ja.github.io/lean-by-example/
MIT License
51 stars 7 forks source link

`apply` と `exact` の違い #1073

Closed Seasawher closed 2 weeks ago

Seasawher commented 3 weeks ago

h が「すべてのxについて P x」の証明であるとき、apply h は P x を閉じるが、exact h は P x を閉じることができない。