Last active
August 29, 2015 14:25
-
-
Save yoshihiro503/7c205850a2a97a382305 to your computer and use it in GitHub Desktop.
AffeldtさんのSsreflect練習問題exo4 ref: http://qiita.com/yoshihiro503/items/bd142fdb69c1fd64ab86
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Lemma exo4 : False \/ True. | |
Proof. | |
right. exact I. | |
Qed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment