Skip to content

Instantly share code, notes, and snippets.

@djspiewak
Created December 21, 2016 19:39
Show Gist options
  • Save djspiewak/e84236e47164f4a8099cfdb97f0a10c2 to your computer and use it in GitHub Desktop.
Save djspiewak/e84236e47164f4a8099cfdb97f0a10c2 to your computer and use it in GitHub Desktop.
assume: () -> a
True -> a
not True \/ a
False \/ a
a \/ False
not a -> False
(a -> False) -> False
True = ()
False = ⊥
------ thus
(() -> a) <-> (a -> ⊥) -> ⊥
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment