LoginSignup
1
0

More than 5 years have passed since last update.

AffeldtさんのSsreflect練習問題exo4

Last updated at Posted at 2015-07-18
logical_example.v
Lemma exo4 : False \/ True.
Proof.
  right. exact I.
Qed.

講義資料や、ソースコードはこちら: https://staff.aist.go.jp/reynald.affeldt/ssrcoq/

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0