Created
September 18, 2016 02:38
-
-
Save milesrout/9d63b40c749537a097e41a16a1573687 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
λ interpret dneImplAristotle | |
Proof {assumptions = fromList [(¬¬phi → phi)], conclusion = (¬(phi → ¬phi) → phi)} | |
λ interpret aristotleImplDne | |
Proof {assumptions = fromList [(¬(phi → ¬phi) → phi)], conclusion = (¬¬phi → phi)} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment