Negation (not) []:
let be a proposition. Then, the negation of is and means the statement “It is not the case .” This means that the statement means “not p.”
Therefore, the truth value of is the opposite of the truth value for
Example: : “Austin is in Central Texas” : “It is not the case that Austin is in Central Texas”
Example 2: : :
Conjunction (and) []
If we let and be propositions, then the conjunction of and is denoted by .
Read as ” and ”
The truth value of is true only when both and are true, and false otherwise.
Example: : The sun is shining : It is raining
: The sun is shining and it is raining.
“The sun is shining, but it is raining.”
Disjunction (or) []
Let and be propositions. The disjunction of and is denoted by .
Read as or
Evaluates as false when both are false, otherwise is true.
Example: : “I will eat a hamburger” : “I will eat a slice of pizza”
: “I will eat a hamburger or I will eat a slice of pizza”
“I will eat either a hamburger or a slice of pizza”
Implication (implies) []
Note: does not mean “suggests.” Note: does not mean “causes.”
Let and be propositions. The implication of and is denoted by .
Read as implies
Think of it as “if I know this one thing, does it mean I know this other thing, ”
Better put as “if then ”
Statements with it must always have a truth value.
Only false when antecedent is true yet consequent is false, otherwise true.
Truth Table:
p | q | |
---|---|---|
T | T | T |
T | F | F |
F | T | T |
F | F | T |
is the antecedent, and is the consequent.
Example: If it’s summer in Austin, it will be hot.
Example 2: True or False:
Antecedent must be true and consequent must be false.
Antecedent is , or “the square root of 4 is 2 and the square root of 9 is 4.” This expression is false, thus the antecedent is false.
Consequently, the consequent (lol) does not matter, and the statement is true.
Biconditional (if and only if) []
Let and be propositions. The biconditional statement of and is denoted by .
Read as if and only if
Shorthand:
The truth value of is true only when and have the same truth values, false otherwise.
p | q | |
---|---|---|
T | T | T |
T | F | F |
F | T | F |
F | F | T |
Example: “You can take the flight if and only if you have a ticket”