Relations Flashcards

(90 cards)

1
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
b basically means describe the function of R inverse (doesn't need to be fully words)
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
A

Make sure to remember that when talking about cartesian planes in 1061, it is not referred with x and y but instead 1st coordinate and 2nd coordinate. 1st coordinate = x and 2nd coordinate = y.

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

Given a relation R acting on set A

When is R described as reflexive?

A

R is relexive if and only if ∀ x ∈ A, xRx

Similar to relexive property of functions

The relation is relexive if and only if every element of it is in the form (x,x).
Or it can be said that each element is related to itself

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

Given a relation R acting on set A

When is R described as symmetrical?

A

R is symmetrical if and only if ∀ x,y ∈ A, xRy and yRx

Similar to symmetrical property of functions

The relation is symmetrical iff the relation has tuple pairs of the form (x, y) and (y, x).
Or it can be said that if any element is related to another element, then the second element is related to the first

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

Given a relation R acting on set A

When is R described as transisitive?

A

R is transisitive if and only if ∀ x,y,z ∈ A, if xRy and yRz then xRz

Similar to transistivity property of functions

The relation is transisitive iff the relation has tuple triplets of the form (x, y), (y, z) and (x, z).
Or it can be said that if one element is related to a second element and the second element is related to a third element, then the first element is related to the second element.

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

For the transistivity part, basically the statement says nothing about what would happen if the hypothesis isn’t true, which is the situation for this case.

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

Just revision

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

Given a set A and a relation R that acts on A

When is R called an equivalence relation?

A

R is called an equivalence relation iff R is relfexive, symetric and transisitive.

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

True or false?

All relations acting on partitions of a set are equivalence relations

A

True. All relations that act on paritions of any set are equivalence relations

Remember that a partition is the set of some subsets who’s union is the whole set. (Or dividing a set into mutally disjoint parts)

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

Given a set A and a particular element of A, x

Does [x] refer to a set or relation?

[x]=’equivalence class of x’

A

It refers to a set. Because it means the set of all values of x that is related to an element of A by a relation, R.

Meaning [x] is a set not a relation

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

Givena particular element x, of the set A and a relation acting on A.

Define what is meant by the equivalence class x

equivalence class of x is also referred to as [x]

A

[x] is the set of all elements in A such that the element is related to x.

For example, given A={0, 1, 2, 3, 4} and a relation R={(1, 0), (0, 4), (4, 0)}.
[0]={1, 4} because elements 1 and 4 are related to 0

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

Givena particular element x, of the set A and a relation acting on A.

What is the formal definition of [x]

A

[x]={∀y∈A | yRx}
“The set of all elements in A such that that element is related to x”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
26
27
# True or false? The set of distinct equivalence class of any relation is always a partition? ## Footnote Meaning the set of distinct equivalence class of any relation is a set who's union is the original set
True
28
# Given a elements a, b of any set A and a relation, R, acting on A True or false? If aRb then [a]=[b] | (Where R is an equivalence relation)
True | **NOTE:** This is only true for equivalence relations
29
Prove this lemma
30
# True or false? Equivalence class only exits on equivalence relations
True. | Its obvious by the name *Equivalence* class
31
32
33
Define what is meant by m≡n(`mod` d)
"m is congurent to n modulo d". The definition is d | (m-n)
34
# True or false? m≡n(`mod` d) means: m `mod` d = n `mod` d
True. Meaning the remainder of m/d is the same as n/d
35
36
37
# Given a relation R, that acts on the set A Define the term 'antisymmetric' in formal defnition
∀ a, b ∈ A if aRb and bRa then
38
39
40
What is a partial order relation?
A relation that is reflexive, antisymmetric and transisitive ## Footnote Note that it is similar to equivalence relation but it is antisymmetric instead of symmetric
41
# Given a set A and a relation R When R acts on a subset of A, it is antisymmetric. Does this mean that R is antisymmetric if it acts on the whole set of A.
No. In the example below, you will find that R acting on positive integers is antisymetric but R acting on all integers is not.
42
If U⊆V and V⊆U then U=V. This is just known to be true. | You need to treat ⊆ as a relation variable like R
43
44
# Given a relation R that acts on a set A and a, b ∈ A When are arbitrary elements, a and b said to be comparable? When are these elements said to be incomparable?
a and b are said to be comparable iff aRb or bRa. They are called incomparable otherwise.
45
# Given a relation R that acts on the set A When is R said to be a total order relation?
R is said to be a total order relation iff ∀a, b ∈ A, aRb or bRa ## Footnote In words, it is a total order relation iff all elements of A are comparable.
46
What are binary operations?
A relation between two numbers. | For example: addition, substraction, multiplication, division ## Footnote Other Examples: union, intersection, cartesian product etc.
47
# Let S be a any set and * be any binary operation What does (S, *\) denote?
A group. ## Footnote Note: when the binary operation has been clearly defined, we simply denote the semigroup by S instead of writing (S, *)
48
Just revision
49
# For any set S What is the closure property of (S, *) | That is, what is the closure property of any group?
∀ x, y ∈ S, x\*y ∈ S ## Footnote Given any two elements of S, the binary operation that acts on those two elements is an element of S
50
# For any set S What is the associative property of (S, *) | That is, what is the associative property of any group?
∀ x,y, z ∈ S, x\*(y\*z) = (x\*y)\*z | Bracketing doesn't matter
51
# For any set S What is the identity property of (S, *) | That is, what is the identity property of any group?
∀ x ∈ S, ∃ e ∈ S such that x\*e = g = x\*e | Like the identity matrix
52
# For any set S What is the inverse propert of (S, *) | That, is what is the inverse property of any group?
53
# Given any binary operation * and any set S How would you prove that (S, \*) is a group
It must satisfy all 4 properties 1. Closure 2. Associative 3. Identity 4. Inverse
54
# Given + is a relation relating two integers through addition Prove that (ℤ, +) is a group
55
# Given ⋅ is a relation relating two integers through multiplication Is (ℝ, ⋅) a group?
56
What is the set of all integers modulo 6?
{0, 1, 2, 3, 4, 5} ## Footnote Think of it as all the possible remainders when any integer is divided by 6.
57
What is the set of all integers modulo 3?
{0, 1, 2} ## Footnote Think of it as all the possible remainders when any integer is divided by 3.
58
Define what is meant by "the set of all integers modulo n" for any integer n
{0,...,(n-1)} ## Footnote Basically, it is the possible remainders when any integer is divided by n.
59
What does ℤ3 mean?
The equivalence classes of integers modulo 3 ## Footnote The set would be {[0], [1], [2]}
60
Define what is meant by "ℤn" for any integer n
The equivalence classes of integers modulo n ## Footnote The set would look like {[0], [1], [2],...,[n-1]}
61
Given the relation **⋅** : ℤn x ℤn → ℤn by [a]⋅[b]=[a⋅b]. What is meant by this relation being unambiguous?
It means that given any [a]=[a'] and [b]=[b'] then [a]⋅[b]=[a'⋅b']. *Basically, its not like a quadratic that might have multiple x values.* | Remember that "⋅" denotes the relation like how R would denote a relatio ## Footnote Wven if we pick different representatives of the equivalence class of a and the equivalence class of b, we will end up with the same answer.
62
A relation "⋅" is defined by **⋅** : ℤn x ℤn → ℤn by [a]⋅[b]=[a⋅b]. Is (ℤ4, ⋅) a group or not?
No it is not a group ## Footnote Recall that ℤn means the possible remainders when any integer is divided by n but in an equivalence class
63
What is an abelian group? | With formal defintion
Given a group (S, \*), this group is considered abelian iff it satisfies the properties of groups and it is **commutative**. That is, ∀ x, y ∈ S, x\*y=y\*x ## Footnote non-abelian means the opposite
64
# True or false? Given n is an integer For n≥3, the group Sn consisting of all bijections from {1,2,...,n} to {1,2,...,n} together with the binary operation composition of functions is a non-abelian group. | Remember that a bijection also known as one-to-one correspondence.
True. Note this the group is read as (Sn, ∘)
65
Define a Cayley table
Given that n is the number of elements in any group and \* is the binary opertation of the group. A Cayley table is defined as having an array of nxn. Where each element of the table with row x and column y, (x, y) is defined as x*\y
66
# Given any group (S, \*) Prove that the identity element is unqiue for any group
67
# True or false? Every element in a group only has one inverse
True
68
# Given (S, \*) If H⊆S, what can be said about the group (H, \*)
(H, \*) is a sub-group of S | Sometimes denoted as H≤S if the context is clear. (not less equal to)
69
What properties must a subgroup satisfy?
1) closure 2) identity 3) inverse Note it doesn't need to satisfy associativity because it is inherited
70
# True or false? All groups are sub-groups of itself
True
71
# Given any group (S, \*) What properties must a sub-group H satisfy for it to be called a "proper subgroup"
H is a proper sub-group of S iff H≤S and H≠S
72
# Given any group (S, \*) What properties must a sub-group H satisfy for it to be called a "trivial subgroup"
H is a trivial subgroup of S iff H≤S and H={e} where e is the identity element of S ## Footnote In other words, a trivial subgroup is one that only contains the identity element
73
Find all the subgroups of (ℤ6, +)
## Footnote Remember that ℤ6 means the equivalence class of all integers modulo 6 (all the possible remainders when an integer is divided by 6)
74
# Given any group (S, \*) and an element x∈S Expand x3
x * x * x | And note since its associative, the order of
75
# Given any group (S, \*) and an element x∈S Expand xk
x1 \* x2 \* x3 \* ... * xk
76
# Given any group (S, \*) and an element x∈S Expand x-k
x-11 \* x-12 \* x-13 \* ... * x-1k
77
# Given any group (S, \*) and an element x∈S What does x0
It equals the identity element
78
# True or false? All groups only have one inverse element?
False
79
# Let a∈S be an element of the group (S, \*) What is the formal definition of a cyclic group?
\={ak | k∈ℤ} | \ means cyclic group
80
# True or false? Let a∈S be an element of the group (S, \*) \ is a sub-group of (S, \*)
True | THis sub-group callled the _cyclic subgroup_ of S generated by a
81
# True or false? Let a∈S be an element of the group (S, \*) How would you describe S=\
We say that S is cyclic and a is a generator of S
82
# Given groups (G, \*) and (H, ∘) Define when the two groups are called "isomorphic"
The two groups are called isomorhpic iff there exists a bijection, f: G → H such that for x, y ∈ G, f(x \* y) = f(x) ∘ f(y) | Such a bijection is called an isomorphism ## Footnote Basically isomorphic means "essential the same"
83
# True or false? Given an isomorphism function, f If f maps from a group G to a group H, then the identity element of group G must have a relation to the identity element of group H
True. | Remember that the function will not map all elements
84
# True or false? If groups G and H are isomorphic, then they must have the same properties | Such as number of elements, abelian or not, same n# of sub-groups, etc.
True
85
Show that (ℤ4, +) and (ℤ5 - {0}, ⋅) are isomorphic ## Footnote Given that a the Cayley table for (ℤ5 - {0}, ⋅) can be represented as shown above
86
# True or false? For any prime p, (ℤp-1, +) and (ℤp - {0}, ⋅) are isomorphic
True. | (ℤ4, +) and (ℤ5 - {0}, ⋅) are isomorphic
87
Why is (ℤ12, +) and (ℤ11 - {0}, ⋅) not isomorphic?
They don't have the same number of elements. (ℤ12, +) has 12 elements while (ℤ11 - {0}, ⋅) has 10 elements.
88
# Given ([a], [b]), ([c], [d]) ∈ ℤk x ℤn What is ([a], [b]) + ([c], [d]) equal to?
([a + c], [b+d]) | A tuple where you add the componenets
89
# Define f: ℤ6→ℤ2xℤ3 by f([x])=([x], [x])
90
Draw a Cayley table for (ℤ2xℤ3, +)