Laws of Logic Flashcards

1
Q

If A and B are disjoint, this means…

A

A∩B=∅

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

~(P ^ Q) is equalivent to…

A

~P v ~Q

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

~(P v Q) is equalivent to…

A

~P ^ ~Q

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

Are P v Q and P ^ Q commutative?

A

Yes.

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

Are P ^ (Q ^ R) and P v (Q v R) associative?

A

Yes.

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

P v P and P ^ P is equalivent to…

A

P

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

P ^ (Q v R) and P v (Q ^ R) are equalivent to…

A

(P ^ Q) v (P ^ R) and (P v Q) ^ (P v R) respectively.

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

P v ( P ^ Q) and P ^ (P v Q) are equal to…

A

P

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

~(~P) is equal to…

A

P

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

If Δ is defined as the symmetric difference operator, then A Δ B is equalivent to…

A

(A U B) \ (A n B)

or

(A \ B) U (B \ A)

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

A \ B is equalivent to…

A

A \ B = {x |x ∈ A ^ x !∈ B}

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

P → Q, is equalivent to…

A

~P v Q

or

~(P ^ ~Q)

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

P ↔ Q is equalivent to…

A

(P → Q) ∧ (¬P → ¬Q)

or

(~P v Q) ^ (P v ~Q)

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

A ⊆ B is equalivent to…

A

∀x(x ∈ A → x ∈ B)

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

∀x P(x) means…

A

For all values of x, P(x) is true, or in other words:

P(x) is universally true.

P(x) = U, where U is the universal set.

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

What does ∀x∈A,P(x) mean?

A

∀x(x∈A→P(x))

17
Q

∃x P(x) means…

A

There exists one value of x in the solution set of P(x), or that:

the solution set of P(x) does not equal ∅.

18
Q

What does ∃!xP(x) mean?

A

There exists exactly one x such that P(x) is true.

19
Q

What does ∃x∈A,P(x) mean?

A

∃x(x∈A∧P(x))

20
Q

¬∃xP(x) and ¬∀xP(x) are equalivent to…

A

¬∃xP(x)is equivalent to∀x¬P(x).
¬∀xP(x)is equivalent to∃x¬P(x).

21
Q

Suppose A = {1,2,3}, B = {4}, and C = ∅

If set F = {A, B,C}, does 1 ∈ F?

A

No.

1 is not in the set of F, but in the set of A.

22
Q

What is a power set? ℙ(A)

Suppose A is a set.

A

The power set of A, denoted ℙ(A), is
the set whose elements are all the subsets of A. In other words,
ℙ(A) = {x |x ⊆ A}.

For example, the set A = {7,12} has four subsets: {∅}, {7}, {12}, and {7,12}.
Thus, ℙ(A) = { ∅ , {7},{12},{7,12}}

23
Q

∩F = ?

∪F = ?

A
∩F = {x | ∀A ∈ F(x ∈ A)} = {x | ∀A(A ∈ F → x ∈ A)}
∪F = {x | ∃A ∈ F(x ∈ A)} = {x | ∃A(A ∈ F ∧ x ∈ A)}
24
Q
A