Propositional Logic Flashcards

1
Q

What is a proposition?

A

An atom of knowledge - an inseparable unit of knowledge

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

What are key properties of propositions?

A
  • Captures meaning
  • Supports reasoning methods
  • Each symbol can be either true or false
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an example of a proposition?

A

A bike has two wheels

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

What is an example of something that is not a proposition?

A

Are you going to the lecture?

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

What does the backwards arrow represent in propositional logic?

A

NOT

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

What does ∧ represent in propositional logic?

A

AND

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

What does ∨ represent in propositional logic?

A

OR

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

What does ⇒ represent in propositional logic?

A

Implies.

P ⇒ Q means: “if P is true, then Q is true, otherwise I am making no claim.”

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

What does ⇔ represent in propositional logic?

A

Equivalence.

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

What is the order of precedence in propositional logic?

A

Not
And
Or
Implies
Equivalence

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

What is the associativity of AND rule?

A

((P ∧ Q) ∧ R)
is equivalent to
(P ∧ (Q ∧ R))

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

What is the associativity of OR rule?

A

((P ∨ Q) ∨ R)
Is equivalent to
(P ∨ (Q ∨ R))

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

What is the contraposition rule?

A

(P ⇒ Q)
is equivalent to
(¬Q ⇒ ¬P)

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

What is the rule of implication elimination?

A

(P ⇒ Q)
is equivalent to
(¬P ∨ Q)

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

What is the rule of biconditional elimination?

A

(P ⇔ Q)
is equivalent to
((P ⇒ Q) ∧ (Q ⇒ P))

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