Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Definition peirce := forall P Q : Prop, ((P -> Q) -> P) -> P.
  2. Definition nono := forall P : Prop, ~~P -> P.
  3. Definition tiers_exclus := forall P : Prop, P \/ ~P.
  4. Definition demorgan := forall P Q : Prop, ~(~P /\ ~Q) -> P \/ Q.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement