Sets 2 Flashcards
1
Q
List (2)
A
- Ordered sequence of elements.
2. Position and length are relevant characteristics
2
Q
Cartesian product (2)
A
- A Cartesian product of two or more sets is a set of lists.
- Each list will have n elements, which are the n of sets involved.
3
Q
Product Rule (1)
A
- # (A * B) = #A * #B
4
Q
Binary relation (1)
A
- Relation of type A * B or A^2
5
Q
Representations of relations (3)
A
- Directed graphs
- Matrices
- Venn diagrams
6
Q
Inverse of a binary relation (2)
A
- R^−1 := {⟨x,y⟩ : ⟨y,x⟩ ∈ R}
2. R⊆A×B ⇒ R^−1⊆B×A
7
Q
Inverse of a relation in representations (2)
A
- In venn diagrams invert arrows
2. In Matrices transpose them.
8
Q
Composition (2)
A
- 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
9
Q
Properties of composition (2)
A
- Composition is associative
2. (R ◦S)^−1 = S^−1 ◦R^−1
10
Q
Properties for relations in set A ()
A
- Reflexivity: xRx
- Transitivity: xRy∧yRz→xRz
- Symmetry: x R y → y R x
- Anti-symmetry: x R y → ¬y R x