2. Propositional logic Flashcards

1
Q

Technical name of: ¬

A

Negation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Technical name of: ^

A

Conjunction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Technical name of: v

A

Disjunction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Technical name of: ->

A

Implication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Technical name of: <->

A

Equivalence

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does V(p) = 1 mean?

A

P is true in the situation presented by V

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the equivalence of V(p) = 1?

A

V |= p

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Describe valid consequence

A

ϕ1, . . . , ϕk |= ψ
is valid if each valuation V with V (ϕ1) = . . . = V (ϕk) = 1 also has V (ψ) = 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Describe logical equivalence

A

If ϕ |= ψ and ψ |= ϕ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Describe satisfiability

A

A set of formulas X (say, ϕ1, . . . , ϕk) is satisfiable if there
is a valuation that makes all formulas in X true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Describe consistency

A

A set of formulas X (say, ϕ1, . . . , ϕk) is satisfiable if the valuations don’t lead to a contradiction.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Describe tautology

A

A formula ψ that gets the value 1 in every valuation is called
a tautology. The notation for tautologies is |= ψ.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

De Morgan laws

A

¬(ϕ ∨ ψ) ↔ (¬ϕ ∧ ¬ψ)
¬(ϕ ∧ ψ) ↔ (¬ϕ ∨ ¬ψ)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Distribution laws

A

(ϕ ∧ (ψ ∨ χ)) ↔ ((ϕ ∧ ψ) ∨ (ϕ ∧ χ))
(ϕ ∨ (ψ ∧ χ)) ↔ ((ϕ ∨ ψ) ∧ (ϕ ∨ χ))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the 3 axioms?

A

(1) (ϕ → (ψ → ϕ))
(2) ((ϕ → (ψ → χ)) → ((ϕ → ψ) → (ϕ → χ)))
(3) ((¬ϕ → ¬ψ) → (ψ → ϕ))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly