Propositional Logic Flashcards

1
Q

[[P]]

A

Semantics of P, given by assignment

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

Valid/Tautology

A

A proposition 𝑃 such that all assignments make [[𝑃]] T

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

Unsatisfiable/Contradiction

A

A proposition 𝑃 such that all assignments make [[𝑃]] F

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

Satisfiable

A

A proposition 𝑃 such that at least one assignment makes [[𝑃]] T

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

Invalid

A

A proposition 𝑃 such that at least one assignment makes [[𝑃]] F

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

Complete Set of Operators

A

Operators in terms of which we can define everything else (construct any truth table)

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

𝑃 ⇔ 𝑄

A

(𝑃 ∧ 𝑄) ∨ (¬𝑃 ∧ ¬𝑄)

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

𝑃 → 𝑄

A

¬𝑃 ∨ 𝑄

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

𝑃 ∨ (𝑄 ∧ 𝑅)

A

(𝑃 ∨ 𝑄) ∧ (𝑃 ∨ 𝑅)

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

𝑃 ∨ (𝑃 ∧ 𝑄)

A

P

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

𝑃 ∧ (𝑃 ∨ 𝑄)

A

P

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

Assumption Rule

A

Γ ⊢ 𝑃

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

Modus Ponens

A

If we can prove 𝑃 → 𝑄 and 𝑃, then we can use that to

prove 𝑄

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