Exam 1 Material Flashcards
What is a tautology?
A formula that outputs true on every truth-assignment (input).
What is a contradictory?
A formula that outputs false on every truth assignment (input).
What is a contingent formula?
A formula that outputs true for some truth assignments (inputs) and false for others.
A satisfiable formula (sat) is…
A formula for which there exists a truth-assignment that makes the formula’s output true.
p -> q is a “guarded” or “triggered” two-step proposition because…
We only concern ourselves about q (second step) if the guard/trigger, p (first step) is true.
The precedence order for the 4 basic logical connectives is (from highest to lowest):
~ (NOT)
^ (AND)
v (OR)
–> (IMPLIES)
The associativity of the AND (^) connector means that its always combines to the…
Left
The associativity of the OR( (v) connector means that it always combines to the…
Left
The associativity of the IMPLIES (–>) connector means that it always combines to the…
Right
Linear temporal logic:
Supports reasoning about event sequencing
Propositional logic:
Supports reasoning about propositions (statements that are true or false) and about valid ways of drawing conclusions from premises
A (valid) argument consists of sentences (claims) chained together in such a way that the truth of each sentence…
- Is assumed (i.e., the sentence is a premise) or…
2. Follows from the truth of the previous sentences (via inference or deduction).
In a valid argument, if all of the premises are true, then…
…the conclusions must be true.
Act of inference:
Attempting to establish the truth of the conclusions from the truth of the premise.
Valid inference:
The “transmission of truth” such that in every situation where all the premises P are true, the conclusion Q is also true.