1.3 Propositional Equivalences

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/54

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

55 Terms

1
New cards

What is a tautology?

a compound proposition that is always true

2
New cards

What is a contradiction?

a compound proposition that is always false

3
New cards

What is a contingency?

a compound proposition that is neither a tautology nor a contradiction

4
New cards

Is p∨¬p a tautology, contradiction, or contingency?

tautology

5
New cards

Is p∧¬p a tautology, contradiction, or contingency?

contradiction

6
New cards

What does it mean when two compound propositions are logically equivalent?

they have the same truth values in all possible cases;
p↔q is a tautology

7
New cards

What does p≡q mean? (it is not a logical connective)

p and q are logically equivalent

8
New cards

Use De Morgan's Laws to simplify ¬(p∧q)

¬p∨¬q

9
New cards

Use De Morgan's Laws to simplify ¬(p∨q)

¬p∧¬q

10
New cards

How do you prove two compound propositions are logically equivalent?

See if they have the same truth values

11
New cards

What are the identity laws?

p∧T ≡ p
p∨F ≡ p

12
New cards

What are the domination laws?

p∨T ≡ T
p∧F ≡ F

13
New cards

What are the idempotent laws?

p∨p ≡ p
p∧p ≡ p

14
New cards

What is the double negation law?

¬(¬p) ≡ p

15
New cards

What are the commutative laws?

p∨q ≡ q∨p
p∧q ≡ q∧p

16
New cards

What are the associative laws?

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

17
New cards

What are the distributive laws?

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

18
New cards

What are De Morgan's laws?

¬(p∧q) ≡ ¬p∨¬q
¬(p∨q) = ¬p∧¬q

19
New cards

What are the absorption laws?

p∨(p∧q) ≡ p
p∧(p∨q) ≡ p

20
New cards

What are the negation laws?

p∨¬p ≡ T
p∧¬p ≡ F

21
New cards

How do you rewrite p→q?

¬p∨q

22
New cards

What is the contrapositive of p→q?

¬q→¬p

23
New cards

How do you rewrite ¬p→q?

p∨q

24
New cards

How do you rewrite ¬(p→¬q)?

p∧q

25
New cards

How do you rewrite ¬(p→q)?

p∧¬q

26
New cards

How do you rewrite (p→q)∧(p→r)?

p→(q∧r)

27
New cards

How do you rewrite (p→r)∧(q→r)?

(p∨q)→r

28
New cards

How do you rewrite (p→q)∨(p→r)

p→(q∨r)

29
New cards

How do you rewrite (p→r)∨(q→r)?

(p∧q)→r

30
New cards

How do you rewrite p↔q? (using → and ∧)

(p→q)∧(q→p)

31
New cards

How do you rewrite p↔q? (using ↔ and ¬)

¬p↔¬q

32
New cards

How do you rewrite p↔q? (using ¬, ∨, ∧)

(p∧q)∨(¬p∧-q)

33
New cards

How do you rewrite ¬(p↔q)

p↔¬q

34
New cards

35
New cards

Use De Morgan's laws to express the negation of "Miguel has a cellphone and he has a laptop computer."

Miguel does not have a cellphone or a laptop computer.

36
New cards

Use De Morgan's laws to express the negation of "Heather will go to the concert or Steven will go to the concert"

Heather and Steve will not go to the concert.

37
New cards

Show that ¬(p→q) ≡ p∧¬q without using a truth table

¬(p→q) ≡ ¬(¬p∨q)
≡ ¬(¬p)∧¬q
≡ p∧¬q
≡ ¬(¬p∨q)
≡ ¬(p→q)

38
New cards

What does it mean when a compound proposition is satisfiable?

there is an assignment of truth values to its variables that makes it true

39
New cards

What does it mean when a compound proposition is unsatisfiable?

it is never true

40
New cards

What does it mean when a particular assignment of truth values is a solution to a compound proposition?

it makes the compound proposition true

41
New cards

P∧Q

P and Q, both P and Q are true

42
New cards

P∨Q

P or Q, At least one of P or Q is true (possibly both)

43
New cards

P⇒Q

If P, then Q, whenever P is true, Q is also true

44
New cards

P⇔Q

P if and only if Q, P is true exactly when Q is true; they have the same truth value.

45
New cards

∀x:P(x)

For all x, ( P(x) ), P(x) is true for every element x in the domain.

46
New cards

∃x:P(x)

There exists an x such that ( P(x) ), There is at least one xxx for which P(x) is true.

47
New cards

¬∀x:P(x)

For all x, P(x) is false

48
New cards

¬∃x:P(x)

There exists an x such that P(x) is false

49
New cards

∀x:P(x)⇒Q(x)

For all x, if P(x) is true, then Q(x) is true

50
New cards

∃x:P(x)∧Q(x)

There exists an x such that both P(x) and Q(x) are true

51
New cards

∃x:P(x)∨Q(x)

There exists an x such that P(x) is true or Q(x) is true (or both)

52
New cards

P⇒Q≡¬P∨Q

If P is false or Q is true, then the implication P⇒Q holds

53
New cards

¬(P⇒Q)

P is true and Q is false

54
New cards

∀x:P(x)∨Q(x)

For all x, either P(x) is true or Q(x) is true (or both)

55
New cards

∀x:(P(x)∨Q(x))⇒R(x)

For all x, if P(x) or Q(x) is true, then R(x) is true