Set Theory and Functions Flashcards

1
Q

|A| = k → |P (A)| = ?

P Denotes the Powerset

A

2ᵏ

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

Let A₁ = {1,2,3}, A₂ = {1,2,4}, A₃ = {3,4,5}

A₁ ⋃ A₂ =

A

A₁ ⋃ A₂ = {1,2,3,4}

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

Let A₁ = {1,2,3}, A₂ = {1,2,4}, A₃ = {3,4,5}

A₁ ⋂ A₂ =

A

A₁ ⋂ A₂ = {1,2}

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

Let A₁ = {1,2,3}, A₂ = {1,2,4}, A₃ = {3,4,5}

A

A₁ ⋃ A₂ ⋃ A₃ = {1,2,3,4,5}

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

What is the Powerset of a set, S?

A

The set of all subsets of S.
Always includes the empty set.

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

Give an example of some distinct partitions of S.

S = {a,b,c,d}

A

{{},S}
{{a},{b,c,d}}
{{a},{b},{c},{d}}
{{a,b},{c,d}}
etc…

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

Define a partition.

A

A finite or infinite collection of non-empty sets, the union of which have complete, distinct coverage of a set.

A = {A₁ ⋃ A₂ ⋃ A₃}

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

Let A be a set. What is Aᶜ

A

The Compliment of A

Say A is a subset of X. Then Aᶜ = X - A.

It’s what is not in A.

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

Difference between ⊆ and ⊂

A

⊆ = Subset - A set S is a subset of a set T, if every element that is in is S also in T.

⊂ = Proper Subset - A set S is a proper subset of a set T, if S ⊆ T and there is an element in T that is not in S.

For Sets A and B, Set A is a Subset of Set B if every element in Set A is also in Set B. It is written as ⊆ .

Proper Subsets - For Sets A and B, Set A is a Proper Subset of Set B if every element in Set A is also in Set B, but Set A does not equal Set B. ( ≠ ) It is written as ⊂

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

Let A₁ = {1,2}, A₂ = {3,4,5}, A₃ = {6}

What is A₁ x A₂ x A₃

A

A₁ x A₂ x A₃ = {(1,3,6), (1,4,6), (1,5,6), (2,3,6), (2,4,6), (2,5,6)}

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

f : X → Y

What is the Domain, Codomain and Image?

Also, what do they mean.

A

X = Domain: The set of all possible input values for a function.
Y = Codomain: The type of value that could come out of a function.
Image = The outputs a particular function actually uses is the image, also sometimes called the range.

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

f : X → Y and B ⊆ Y

What is the pre image of B?

Also known as the inverse.

A

The “pre-image” (or “inverse image”) of a set under a function refers to the set of all input values that map to a given set of output values under that function.

More formally, given f : X → Y and B ⊆ Y the pre-image of B under f is the set of all elements x in A such that f(x) is in B.

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

What is a One-to-One Function?

Also, what is it also known by?

A

A function f : A → B is one-to-one (or injective) if every element of A maps to a distinct element of B. In other words, if f (x₁) = f(x₂), then x₁ = x₂

This definition ensures that no two different inputs will produce the same output in a one-to-one function.

Also known as an Injective function

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

Composition of functions:
Let f :X → Y and g : Y → Z be functions.

(g ∘ f)(x) = ?

A

g(f(x)) for all x ∈ X

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

What is a Onto Function?

Also, what is it also known by?

A

A function f : A → B is onto (or surjective) if every element of B is the image of at least one element of A. In other words, for every b ∈ B, there exists an a ∈ A such that f (a) = b

This definition ensures that every possible output in the codomain B is produced by some input from the domain A in an onto function.

Also known as an Surjective function

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

Define a Bijective function.

A

A function that is both one-to-one and onto

It also will have an inverse.