module 1/2 laws Flashcards

(23 cards)

1
Q

contradiction

A

a statement that is always false

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

biconditional operation

A

p <-> q; p if and only if q

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

conditional law

A

p -> q = notp or q; p <-> q = (p -> q) and (q ->p); p <-> q = (p and q) or (notp and notq)

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

domination laws

A

p and false = false; p or true = true

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

absorption law

A

p and (p or q) = p

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

De Morgan’s law

A

not(p and q) = notp or notq

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

double negation law

A

not(not(p)) = p

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

commutative law

A

p and q = q and p; p or q = q or p

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

associative law

A

p and (q and r) = (p and q) and r; applies if sign is the same

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

idempotent law

A

p and p = p; p or p = p

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

identity laws

A

p and true = p; p or false = p; situations in which p overrides raw truth values

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

complement laws

A

p and notp = false; p or notp = true

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

distributive laws

A

p and (q or r) = (p and q) or (p and r); p or (q and r) = (p or q) and (p or r)

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

idempotent laws

A

A union A = A;
A intersection A = A;

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

associative laws

A

if signs/relations are the same, parantheses can be moved to include or exclude other terms

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

commutative laws

A

union and intersection are not directional; A and B can be switched

16
Q

distributive laws

A

A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C)

17
Q

identity laws

A

A or null = A;
A and universal set = A;

18
Q

domination laws

A

A and null = null;
A or universal set = universal set

19
Q

double complement law

A

a complement of a complement is the original

20
Q

complement laws

A

A and the complement of A = nothing;
A or the compliment of A = everything / Universal set;
compliment of universal set is nothing, compliment of null is universal set

21
Q

De Morgan’s laws

A

compliment of (A or B) = compliment of A and compliment of B;
et vice

22
Q

Absorption laws

A

A or (A and B) = A;
A and (A or B) = A