Propositions and equivalences Flashcards

To remember propositional statement rules

1
Q

What does this symbol stand for: ∧

A

And

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

What does this symbol stand for: ∨

A

Or

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

What does this symbol stand for: ⊕

A

Exclusive or

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

What is this symbol: =>

A

Implies

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

What is this symbol: <=>

A

Bi-implication

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

In which cases is p => q false?

A

When p is true and q is false

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

What does the following expression mean: (p⇒q)∧(q⇒p)≡p⇔q

A

It means that (p=>q) ∧ (q=>p) and p<=>q are logically equivalent

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

What does it mean that two propositions are logically equivalent

A

It means that the two propositions has the same truth table values.

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

In what cases are ‘exclusive or’ expressions true and false respectively in the proposition p ⊕ q, and why?

A

The proposition is false if both p & q has the same truth values (T, T & F, F). This is because ‘exclusive or’ is only true when exactly one of either p or q is true

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

What is the name of this propositional law: p∨(q∧r)≡(p∨q)∧(p∨r) ,
p∧(q∨r)≡(p∧q)∨(p∧r)

A

The distributive laws

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

What is the name of this propositional law:
¬(p∧q)≡¬p∨¬q ,
¬(p∨q)≡¬p∧¬q

A

De Morgan’s laws

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

What are the distributive laws? (Write the logic with words)

A

p∨(q∧r)≡(p∨q)∧(p∨r) ,
p∧(q∨r)≡(p∧q)∨(p∧r)

p or (q and r) equivalent to (p or q) and (p or r)
RULE OF THUMB:
multiply into the parenthesis and switch the and/or

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

What is the name of this equivalence:
p => q ≡ ¬q => ¬p

A

Contraposition

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

How can p => q be written using only and/or/negate

A

¬p∨q

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

How can bi-implication (<=>) be written using and/or/negate and implies?

A

(p => q) ∧ (q => p)

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

What is the name of a compound proposition that always returns true, no matter what the propositional values take.

A

Tautology

17
Q

What is the name of a compound proposition that always returns false, no matter what the propositional values take.

A

Contradiction

18
Q

What is the name of a compound proposition that is neither a tautology or a contradiction

A

Contingency