Cardinalities and Relations Flashcards
What type of set is the empty set?
(Finite, Infinite etc?)
Finite
If a bijection exists between set X and set Y, what can be assumed about these sets?
|X| = |Y|
They have the same cardinality.
Define a Finite set.
A finite set has either no elements, or forms a bijection with a set of the form {1,2,…n}, for some fixed positive integer n.
Define an Infinite set.
An infinite set is non-empty and there does not exist a bijection with a set of the form {1,2,…n}, for some fixed positive integer n.
Every infinite subset of ℤ⁺ has the same cardinality as?
ℤ⁺
Define Countably Infinite.
A set is countably infinite iff it has the same cardinality as ℤ⁺
ℤ⁺, 2ℤ
Interval notation:
[1,4]
(1,4)
[1,4)
What are these sets?
[1,4] = {1,2,3,4}
(1,4) = {2,3}
[1,4) = {1,2,3}
A set is Countable iff?
It is Finite or Countably infinite
Let B ⊆ A and let A be finite.
Is B Countable?
Yes. Any subset of a countable subset is countable.
A is finite, hence A is countable
Let B ⊆ A and let A be infinite.
Is B Countable?
No. Any subset of an uncountable subset is uncountable.
A is infinite, hence A is uncountable
What is the Schroder-Bernstein Theorem?
If |X| ≤ |Y| and |X| ≥ |Y|, then |X| = |Y|
If there exist one-to-one functions f : X → Y and g : Y → X, then there exists a bijective function h : X → Y.
In other words, if two sets can be injected into each other, they have the same cardinality.
Why is the Schroder-Bernstein Theorem Useful?
This theorem is particularly useful in set theory to prove that two sets have the same size without explicitly constructing a bijection between them.
What are the ways to show |X| = |Y|
Injective function X → Y and Surjective function X → Y
OR
Injective function X → Y and Injective function Y → X
OR
Surjective function X → Y and Surjective function Y → X
Given sets A and B, a Binary Relation R from A to B is a..?
Given sets A and B, a Binary Relation R from A to B is a subset of A x B
If x is related to y, it is not necessary that y is related to x.
A relation is a generalisation of a..?
Function
All functions are relations, but not all relations are functions.