2. Propositional logic Flashcards
Technical name of: ¬
Negation
Technical name of: ^
Conjunction
Technical name of: v
Disjunction
Technical name of: ->
Implication
Technical name of: <->
Equivalence
What does V(p) = 1 mean?
P is true in the situation presented by V
What is the equivalence of V(p) = 1?
V |= p
Describe valid consequence
ϕ1, . . . , ϕk |= ψ
is valid if each valuation V with V (ϕ1) = . . . = V (ϕk) = 1 also has V (ψ) = 1
Describe logical equivalence
If ϕ |= ψ and ψ |= ϕ
Describe satisfiability
A set of formulas X (say, ϕ1, . . . , ϕk) is satisfiable if there
is a valuation that makes all formulas in X true
Describe consistency
A set of formulas X (say, ϕ1, . . . , ϕk) is satisfiable if the valuations don’t lead to a contradiction.
Describe tautology
A formula ψ that gets the value 1 in every valuation is called
a tautology. The notation for tautologies is |= ψ.
De Morgan laws
¬(ϕ ∨ ψ) ↔ (¬ϕ ∧ ¬ψ)
¬(ϕ ∧ ψ) ↔ (¬ϕ ∨ ¬ψ)
Distribution laws
(ϕ ∧ (ψ ∨ χ)) ↔ ((ϕ ∧ ψ) ∨ (ϕ ∧ χ))
(ϕ ∨ (ψ ∧ χ)) ↔ ((ϕ ∨ ψ) ∧ (ϕ ∨ χ))
What are the 3 axioms?
(1) (ϕ → (ψ → ϕ))
(2) ((ϕ → (ψ → χ)) → ((ϕ → ψ) → (ϕ → χ)))
(3) ((¬ϕ → ¬ψ) → (ψ → ϕ))