Advertisement
derek1906

Untitled

Sep 29th, 2013
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. A
  2. B
  3. ------
  4. A ^ B
  5. ============
  6.  
  7. (A v B)
  8. -------
  9. A or B
  10. ============
  11.  
  12. (~A -> B)
  13. ---------
  14. (A v B)
  15. ============
  16.  
  17. (A v B)
  18. (A -> C)
  19. (B -> C)
  20. ---------
  21. C
  22. ============
  23.  
  24. A
  25. ----
  26. B -> A
  27. ============
  28.  
  29. (A -> B)
  30. A
  31. --------
  32. B
  33. ============
  34.  
  35. (A -> B)
  36. (A -> ~B)
  37. ---------
  38. ~A
  39. ============
  40.  
  41. ~~A
  42. -----
  43. A
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement