Sets 2 Flashcards

1
Q

List (2)

A
  1. Ordered sequence of elements.

2. Position and length are relevant characteristics

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

Cartesian product (2)

A
  1. A Cartesian product of two or more sets is a set of lists.
  2. Each list will have n elements, which are the n of sets involved.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Product Rule (1)

A
  1. # (A * B) = #A * #B
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Binary relation (1)

A
  1. Relation of type A * B or A^2
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Representations of relations (3)

A
  1. Directed graphs
  2. Matrices
  3. Venn diagrams
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Inverse of a binary relation (2)

A
  1. R^−1 := {⟨x,y⟩ : ⟨y,x⟩ ∈ R}

2. R⊆A×B ⇒ R^−1⊆B×A

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

Inverse of a relation in representations (2)

A
  1. In venn diagrams invert arrows

2. In Matrices transpose them.

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

Composition (2)

A
  1. R ◦ S := {⟨x, z⟩ : x S y and y R z for some y }

2. S⊆A×B,R⊆B×C ⇒ R◦S⊆A×C

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

Properties of composition (2)

A
  1. Composition is associative

2. (R ◦S)^−1 = S^−1 ◦R^−1

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

Properties for relations in set A ()

A
  1. Reflexivity: xRx
  2. Transitivity: xRy∧yRz→xRz
  3. Symmetry: x R y → y R x
  4. Anti-symmetry: x R y → ¬y R x
How well did you know this?
1
Not at all
2
3
4
5
Perfectly