-
-
Save Steffan153/6f093665fba8da858ac3eddb185f91a9 to your computer and use it in GitHub Desktop.
A formal proof that @Blind4Basics is getting smarter every day
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
(* | |
* A formal proof that @Blind4Basics is getting smarter every day | |
* Special thanks to @AwelEshetu for raising this question and | |
* @Steffan153 for challenging me into making this compile ;-) | |
*) | |
Definition Blind4Basics (_ _ _ _ _ : unit) := True. | |
Definition is := tt. | |
Definition getting := tt. | |
Definition smarter := tt. | |
Definition every := tt. | |
Definition day := tt. | |
Tactic Notation "well" ident(duh) ident(obviously) ident(unlike) ident(awel) ident(esethu) := easy. | |
Theorem B4B_smarter : Blind4Basics is getting smarter every day. | |
Proof. | |
well duh obviously unlike awel esethu. | |
Qed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment