Skip to content

Commit

Permalink
exists から use へのリンクを張る
Browse files Browse the repository at this point in the history
  • Loading branch information
Seasawher committed Dec 31, 2024
1 parent d2e5e63 commit be8e033
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LeanByExample/Tactic/Exists.lean
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import Lean --#
example : ∃ x : Nat, 3 * x + 1 = 7 := by
exists 2

/- 上位互換にあたるタクティクに [`use`](./Use.md) タクティクがあります。 -/

/- ## 舞台裏
なお Lean での存在量化の定義は次のようになっています。-/
--#--
Expand Down

0 comments on commit be8e033

Please sign in to comment.