【Lean4】use

use

存在命題の証人を指定する

Plaintext
example : ∃ n : ℕ, n = 3 := by
  use 3

Lean4の関連記事

タイトルとURLをコピーしました