Chapter 4 notes Flashcards

1
Q

What is the basic definition of Relations between sets when: Suppose A and B are sets. then A is called a subset of B: A subset B

A

Suppose A and B are sets. then A is called a subset of B: A subset B

iff every element of A is also an element of B

Example: A subset B, For all x , if x E A then x E B

Example 2: A not subset B, There exists x such that x E A and x E! B

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

What is the definition when A and B are sets and A = B?

A

This is true iff every element of A is in B and every element of B is in A

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

What is the definition of Union of A and B ( A U B)

A

Normally U stands for Universal set.

x exists U | x exists A or x exists B

The U is essentially an ‘or’ statement. Looks like up facing horseshoe

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

What is the definition of the Intersection of A and B

A

x exists U | x exists A and x exists B

This is essentially an and statement. Looks like down facing horseshoe

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

What is the definition of: Difference of set B minus A?

A

x exists U | x exists B and x doesn’t exist A

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

What is the definition of the Complement of set A, A^c

A

x exists U | x doesn’t exist A

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

What is A intersection B a subset of?

A

This is a theorem and is always a subset of A

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

What is A always a subset of?

A

A is always a subset of A union B (theorem)

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

If A subset B and B subset C, then _____?

A

A subset C (theorem)

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

What is the distributive law in Set Theory

A

For any sets A,B and C:

A union (B inter C)= (A union B) inter (A union C)

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

What are the commutative Laws in Set Theory

A

A inter. B = B inter A

A union b = B union A

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

What are the Associative Laws in Set Theory

A

( A inter B) intersection C = A inter (B inter C)

A union B) union C = A union (B union C

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

What are the distributive Laws in Set Theory

A

A union (B inter. C) = (A union B) inter. (A union C)

A inter. ( B union C) = (A inter. B) union ( A inter. C)

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

What is the double Complement Law in Set Theory

A

(A^c)^c = A

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

What is De Morgan’s Law in Set Theory

A

( A inter B)^c = A^c union B^c

(A union B)^c = A^c inter B^c

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

What is the absorption Law in Set Theory

A

A union ( A inter B) = A

A inter (A union B) = A

17
Q

What is an Empty Set

A

The unique set with no elements is called the Empty set and denoted by 0 with a slash through it.

For all sets A

  1. 0 is a subset of A
  2. A union 0 = A
  3. A inter 0 = 0
  4. A inter A^c = 0
18
Q

When are A and B called disjointed sets

A

They are disjointed iff A inter B = 0

ex. A = (1,2) B= (3,4)

19
Q

When are sets A1, A2,…An considered mutually disjoint?

A

IFF for all sets Ai inter Aj = o whenever i =! j

ex. A = (1,4) B=(2,5), C=(3)

20
Q

What is a Partition in set theory

A

A collection of nonempty sets.

A1,A2,…,An are mutually disjoint

21
Q

What is a Power Set

A

Given a set A, the power set of A, denoted P(A) is the set of all subsets of A.

Ex. P(a,b) = (0, a, b, (a,b))

Properties:
If A subset B then P(A) subset P(B)
If a set A has n elements then P(A) has 2^n elements

22
Q

What is the Cartesian product of 2 sets A and B

A

A x B= {(a,b) | a exists A, B exists B}

23
Q

What is the inclusion-exclusion principle of a Set

A

|A union B| = |A| + |B| - | A int. B|

Ex. A, B, C
|A union B union C| = |A| + |B| +|C| - |A int B| - |A int C| - |B int C| + |A int B int C|

24
Q

What does |A| indicate

A

The number of elements in the set

25
Q

What is the definition of Function pertaining to Set theory

A

a relationship between elements of 2 sets such that no element of the first set is related to more than once element of the second set.

26
Q

What is the Domain of sets

A

the set which contains the values to which the function is applied.

27
Q

What is the Co-domain of a sets

A

the set which contains the possible values (results) of the function

28
Q

What is the Range of Sets

A

the set of actual values produced when applying the function to the values of the domain.

29
Q

When talking about functions in Set theory define the following:

  • f
  • X
  • Y
  • x exists X y exists Y
  • f(x) = y
A
  • the function name
  • the domain
  • the co-domain
  • f sends x to y
  • f of x; the value of f at x; the image of x under f