Set Theory Flashcards

1
Q

What is a group?

A

A combination of a set and an operation (e.g. addition over the integers) that satisfies all four group axioms: closure, associativity, identity element, inverse element

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

What is the closure property?

A

For all x and y in G, x.y is also in G
∀ x, y ∈ G x.y ∈ G

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

What is the associativity property?

A

∀ x, y, z ∈ G . (x.y).z = x.(y.z)

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

What is the identity element?

A

There exists an element I, where x.I = I.x = x
∃ I ∈ G . ∀ x ∈ G . I.x = x.I = x

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

What is the inverse element?

A

For all x in G, there exists an inverse of x named y, where x.y = y.x = I
∀ x ∈ G ∃ I ∈ G . x.y = y.x = I

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

Meaning of ∃

A

there exists

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

Meaning of ∀

A

for all/for any

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

Meaning of .

A

such that

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

Meaning of ∈

A

is an element of/belongs to

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

What is meant by Z_n?

A

The set of integers modulo n (e.g. Z_4 = {0, 1, 2, 3})
2 + 3 = 1 (in Z it would be 5, but in Z_4 it’s 5 mod 4 = 1)

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

What does A \ B mean? (where A and B are both sets)

A

The set of numbers which are in A but not in B
{e : e ∈ A, e !∈ B}

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

What is a field?

A

A combination of a set and two operations, one with identity and an inverse, and another with identity and inverse for all except one element

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

What is P(A)?

A

The set of all subsets of A

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

What is A x B where A and B are sets?

A

Cartesian product of A and B, set of ordered pairs with first element from A and second element from B
A x B = {(a, b) . a ∈ A, b ∈ B}

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

What is [n]?

A

The set of all integers from 1 to n

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

What is an injective function?

A

A function f(x) where f(a) = f(b) implies a = b

17
Q

What is the image of a function?

A

The set of all output values it can produce

18
Q

What is the pre-image/inverse image of b under f(x)?

A

The set {a : f(a) = b}

19
Q

What is a surjective function?

A

Every output has an input that results in it (there can be more than one)

20
Q

What is a bijective function?

A

One which is injective and surjective

21
Q

When do two sets have the same size?

A

When there is a bijection between them

22
Q

How could you describe f(x) = sqrt(x)?

A

f : R>0 => R x R
f : R => C x C

23
Q

What is a commutative group?

A

A group in which it doesn’t matter which way round you write the elements when doing the operation because you get the same result
Addition under the real integers is a commutative group