Truth Functionality (3)
Truth Functional Connectives (2)
Non-Truth-Functional Connectives (2)
EX: All squares are square BC they have four right angles
Vs All squares are square BC all circles are round
Truth Function (3)
A function that takes truth values as inputs and outputs a truth value.
Truth functions grow doubly exponentially, with each input added inputs increase 2^2^n.
Truth function outputs Unary: 4, Binary: 16, Ternary: 256
Monotone FUnctions
(1) Go up in value or (2) stay the same, (3) never go down.
(4) 0 is Higher than 1.
EX:
✔A) 1 0 0 X E) 0 1 0
✔B) 1 1 0 X F) 0 0 1
✔C) 1 1 1 X G) 0 1 1
✔D) 0 0 0 X H) 1 0 1
Truth Tables for Wff
A) WFF α is built using n atomic propositions, there are 2^n valuations so the truth table for α requires 2^n rows: the number of rows should always be a multiple of 2.
B) Write all rows at the same time
C) The first set should be divided in half, the second set should be in four, and the third set should be intercalated.
EX:
A) 1 1 1 1 0 0 0 0
B) 1 1 0 0 1 1 0 0
C) 1 0 1 0 1 0 1 0
Inention
The truth conditions of x, its entire column in a truth table.
Extension
The actual value of x in the world, its truth value in a particular row.