1. Propositional Logic and Natural Deduction Flashcards
What are the 5 propositional connectives?
not (¬), and (∧), or (∨), implies (→), if and only if (↔)
What is the precedence of propositional connectives? (high to low)
¬,∧,∨,→,↔
Define interpretation (propositional logic)
A truth assignment to symbols in the alphabet
Define valuation (propositional logic)
A truth assignment to symbols in the alphabet
Define satisfaction (propositional logic)
An interpretation satisfies a wff if the wff is true under the interpretation
Define satisfiable (propositional logic)
A wff is satisfiable if there exists and interpretation that satisfies it
Define unsatisfiable (propositional logic)
A wff is unsatisfiable if there does not exist an interpretation that satisfies it
Define valid (propositional logic)
A wff is valid if every interpretation satisfies it
Define tautology (propositional logic)
A wff is a tautology if every interpretation satisfies it
What does wff stand for?
Well formed formula
What is a wff in propostional logic?
Given a (possibly infinite) alphabet of propositional symbols L
- Any symbol in A ∈ L
- If P, Q are wff so are ¬P, P∧Q, P∨Q, P→Q, P↔Q
Define entailment
wff p1, p2, …, pn ⊨ Q if for an interpretation which satisfies all of p1, p2, …, pn also satisfies Q
Is satisfiability of propositional logic decidable?
Yes
Is validity of propositional logic decidable?
Yes
Is entailment of propositional logic decidable?
Yes