Created
August 29, 2016 18:14
-
-
Save BekaValentine/88d6d21e31312cd06a0cc4801ca48322 to your computer and use it in GitHub Desktop.
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
| ("!- \p. (snd p, fst p) : A*B -> B*A" | |
| "->I" | |
| ("p : A*B !- (snd p, fst p) : B*A" | |
| "*I" | |
| ("p : A*B !- snd p : B" | |
| "*E2" | |
| ("p : A*B !- p : A*B" | |
| "hyp")) | |
| ("p : A*B !- fst p : A" | |
| "*E1" | |
| ("p : A*B !- p : A*B" | |
| "hyp"))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.