Laws of Logic Flashcards

1
Q

A ___ is a named commonly used equivalent statement.

A

Law of Logic

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

Two “nots” cancel out

¬¬p ≡ p

A

Double Negation Law

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

A

Q.E.D

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

For “or” and “and” the order of the two parts does not matter.

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

A

Commutative Law

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

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

Which law was used in this proof?

A

Commutative Law

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

For the “or” of 3 statements or the “and” of 3 statements the order in which the “or”s or the “and”s does not matter.

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

A

Associative Law

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

Associative cannot be used on a mixed symbols. ___ does that.

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

A

Distributive Law

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

Associative cannot be used if a negation exists on the inner connective. ___ needs to be used first.

p ∨ ¬(q ∨ r) ̸≡ ¬(p ∨ q) ∨ r

A

DeMorgan’s

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

p ∨ (¬q ∨ r) ≡ (p ∨ ¬q) ∨ r

By which law is this statement true?

A

Associative Law

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

If we have an “and” on the outside of an “or”, then the “and” can be distributed into the “or”, and vice versa.

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

A

Distributive Law

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

Distributive cannot be used if a negation exists on the inner connective. ___ needs to be used first.

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

A

DeMorgan’s

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

A distribution rule for negations.

If we know that I did not “eat and swim”, then either “I did not eat” or “I did not swim”.

Negations, when distributed into a connective, invert the sign.
¬(p ∧ q) ≡ ¬p ∨ ¬q
¬(p ∨ q) ≡ ¬p ∧ ¬q

A

DeMorgan’s Law

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

When using DeMorgan’s, do not remove the parenthesis if…

A

combined with other connectives

p ∧ ¬(q ∧ r) ̸≡ p ∧ ¬q ∨ ¬r
instead
p ∧ ¬(q ∧ r) ≡ p ∧ (¬q ∨ ¬r)

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

Proof “¬(p ∧ (q ∨ r))” ≡ “¬p ∨ (¬q ∧ ¬r)”
¬(p ∧ (q ∨ r)) ≡ ¬p ∨ ¬(q ∨ r)
≡ ¬p ∨ (¬q ∧ ¬r)

Which law was used in this proof?

A

DeMorgan’s

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

If a statement is “or” with itself and something else, we can ignore the something else.

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

A

Absorption Law

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

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

By which law is this statement true?

A

Absorption Law

17
Q

If a statement or/and with itself is just the statement.

p ∨ p ≡ p
p ∧ p ≡ p

A

Idempotent Law

18
Q

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

By which law is this statement true?

A

Idempotent Law

19
Q

The ___ law is like multiplying by 1 or adding 0. Applying the ___ means that the statement does not change. The ___ for True and False is not 1 or 0, but T and F.

p ∨ F ≡ p
p ∧ T ≡ p

A

Identity

20
Q

(p ∧ q) ∧ T ≡ p ∧ q

By which law is this statement true?

A

Identity Law

21
Q

Simple examples of Tautology or Contradiction.

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

A

Inverse Law

22
Q

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

By which law is this statement true?

A

Inverse Law

23
Q

Occurs when a statement is removed by Tautologies or Contradictions.

p ∨ T ≡ T
p ∧ F ≡ F

A

Domination Law

24
Q

T ∨ F ≡ T

By which law is this statement true?

A

Domination Law

25
Q

Used to convert Implications into standard and/or/negation symbols. Since implication is True in 3 of 4 possible outcomes, it is similar to the “or” logic.

p → q ≡ ¬p ∨ q

A

Implication Identity

26
Q

Niether commutative or associative

A

Implication

27
Q

Proof “p → (q → r)” ≡ “¬p ∨ (¬q ∨ r)”
p → (q → r) ≡ ¬p ∨ (q → r)
≡ ¬p ∨ (¬q ∨ r)

Which law was used in this proof?

A

Implication Identity