121 Week 4 - Propositional Logic (WIP) Flashcards
Proposition
A claim about something that is either true or false
Atomic proposition
A proposition where the outcome only depends on the proposition itself
Compound proposition
A proposition constructed from atomic propositions by combining them with fundamental connectives
Truth table
A table representing the value of a compound proposition for all possible values of its atomic propositions and their combinations.
It has 1 column for each atomic proposition and 1 column for the compound proposition
Fundamental connectives (6)
AND, OR, XOR, NOT, Conditional, Biconditional
AND
Takes 2 propositions (P and Q) to form a third proposition called a conjunction
Conjunction is true when both P and Q are true
Written as P ∧ Q
Can connect many propositions. To be true, all connected propositions must be true
OR
Takes 2 propositions (P and Q) to form a third proposition called a disjunction or inclusive disjunction
Disjunction is true when P or Q or both are true or both are true.
Written as P ∨ Q
Can connect many propositions. To be true, 1 or more connected propositions must be true
XOR
Takes 2 propositions (P and Q) to form a third proposition called an exclusive disjunction
Exclusive disjunction is only true when only P is true or only Q is true.
Written as P ⊕ Q or P ⊻ Q
Can connect many propositions. To be true, an odd number of connected propositions must be true. If an odd number of propositions are true, the exclusive disjunction is false
NOT
Takes a single proposition (P) to form a second proposition called negation
Negation is true when P is false
Written as ~P
Conditional
Consists of the antecedent (P) and consequent (Q)
IF antecedent THEN consequent
Conditional is only false if the antecedent is true but the consequent is false
Written as P → Q
Biconditional
Combines 2 propositions P and Q to form a third proposition called biconditional
Biconditional is true when both P and Q have the same value.
Written as P ↔ Q
Equivalent to (P → Q) ∧ (Q → P)
Order of precedence for connecting multiple different connectives
NOT, AND, OR, Conditional, Biconditional
Tautologies
Propositions which are always true, regardless of the truth values of its atomic propositions
Contradictions
Propositions which are always false, regardless of the truth values of its atomic propositions
Contingencies
Propositions that are neither tautologies nor contradictions
Equivalence
Propositions that have exactly the same truth value under all circumstances
Argument
A sequence of propositions (called premises) that end with a conclusion.
Arguments are valid if given that the premises are true, then the conclusion is also true.