logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git

tuple_truth_table.txt (792B)


  1. 0 0 0 0 ⤫ false
  2. 0 0 0 1 ⤭ AND
  3. 0 0 1 0 ⤫ https://en.wikipedia.org/wiki/Material_nonimplication
  4. 0 0 1 1 ⤫ p
  5. 0 1 0 0 ⤫ https://en.wikipedia.org/wiki/Converse_nonimplication
  6. 0 1 0 1 ⤫ q
  7. 0 1 1 0 ⤭ XOR, !=
  8. 0 1 1 1 ⤭ OR
  9. 1 0 0 0 ⤭ NOR
  10. 1 0 0 1 ⤭ XNOR, ==
  11. 1 0 1 0 ⤫ !q
  12. 1 0 1 1 ⤫ https://en.wikipedia.org/wiki/Converse_implication
  13. 1 1 0 0 ⤫ !p
  14. 1 1 0 1 ⤫ https://en.wikipedia.org/wiki/Material_conditional
  15. 1 1 1 0 ⤭ NAND
  16. 1 1 1 1 ⤭ true
  17. 0,0 0,1 1,0 1,1 (p,q)
  18. ⤫ : non-commutative
  19. ⤭ : commutative
  20. Note: Based on https://en.wikipedia.org/wiki/Truth_table#Binary_operations BUT with reordering the rows of the first table for our sort order