Questions tagged [cardinals]

This tag is for questions about cardinals and related topics such as cardinal arithmetics, regular cardinals and cofinality. Do not confuse with [large-cardinals] which is a technical concept about strong axioms of infinity.

Cardinality is a notion of size for sets, usually denoted by $|A|$ as the "cardinality of $A$". With finite sets the cardinality is simply the number of elements which are members of a set.

Dealing with infinite sets we can measure them in different ways. Cardinal numbers are very natural in the sense that they do not require extra structure (such as relations and operations defined on the set to be preserved).

In formal terms, suppose $f\colon A\to B$ (i.e. $f$ is a function whose domain is $A$ and its range is a subset of $B$).

We say that $f$ is injective if $f(a)=f(b)$ implies $a=b$; we say $f$ is surjective if its range is all $B$, namely for any $b\in B$ there is $a\in A$ such that $f(a)=b$.

If $f$ is both surjective and injective we say that $f$ is a bijection from $A$ to $B$. The inverse of a bijection is also a bijection.

Now we can define an equivalence relation on sets, $A\sim B$ if and only if there is some $f\colon A\to B$ which is a bijection.

Assuming the Axiom of Choice, we have that every set can be well ordered, and therefore there is a least ordinal which is equivalent to $A$, so we can assign it as a canonical representative for the equivalence class, usually denoted by $\aleph_\alpha$ where $\alpha$ is an ordinal, or as general Greek letters such as $\kappa,\lambda$.

Before defining the $\aleph$ numbers we need to define initial ordinals. Let $\alpha$ be an ordinal, if there is no $\beta<\alpha$ and $f\colon\alpha\to\beta$ which is a bijection, then $\alpha$ is called an initial ordinal.

The $\aleph$ numbers are defined by transfinite induction as:

  1. $\aleph_0 = |\omega| = \omega$ (note that $\omega$ is an initial ordinal),
  2. $\aleph_{\alpha+1} = \aleph_\alpha^+$ (where the $\cdot^+$ means the smallest initial ordinal above the one defined for $\aleph_\alpha$)
  3. If $\beta$ is a limit ordinal, then $\displaystyle\aleph_\beta = \bigcup_{\delta<\beta}\aleph_\delta$ (It is easy to verify that the union of initial ordinals is an initial ordinal).

The confinality of an $\aleph$ number is the minimal cardinality of a set which is unbounded in the initial ordinal matching the $\aleph$ number.

A cardinal is called regular if its cofinality is itself, otherwise it is called singular.

Example: $\aleph_0$ is regular, because for a set to be unbounded below $\omega$ it cannot be finite.

$\aleph_1$ is also regular, every ordinal below $\omega_1$ is countable, and the union of countably many countable ordinals is just countable - which is still below $\aleph_1$.

Example: $\aleph_\omega$ is singular, recall $\displaystyle\aleph_\omega=\bigcup_{n<\omega}\aleph_n$. Therefore the set $\{\omega_n\mid n<\omega\}$ (the collection of initial ordinals whose cardinality is less than $\aleph_\omega$) is unbounded, and its cardinality is merely countable.

The question whether or not there exists $\aleph_\delta$ such that $\delta$ is a limit ordinal, but $\aleph_\delta$ is regular is unprovable in ZFC. It is known that it is consistent that there are none, but unknown that it is inconsistent that there are. Cardinals with this property are called Large cardinals and are used for consistency proofs.


In the absence of choice we can no longer have canonical representatives for the equivalence classes, and things become tricky. The class of cardinals can still be defined, however in a slightly different way - usually Scott's trick.

However, to show how things can break down it is consistent with ZF that there is no choice function on the equivalence classes (i.e. you cannot have canonical representatives).

3591 questions
0
votes
0 answers

N subset of cardinal number N/2 with minimum pairwise cardinal number of intersections

Given a universe U of cardinal number N find N subsets of cardinal number N/2 that cover U so as to minimize the cardinal number of pairwise intersections between subsets. We assume N is even. Example: U = {1, 2, 3, 4, 5, 6} Subsets: {1, 2, 3} {3,…
Tarik
  • 141
0
votes
0 answers

Disproving bijection between $\mathbb{N} $ and $[0,1) $

So while taking a shower i started thinking about cardinality (as people often do) and came up with a tentative bijection between $\mathbb{N}$ and $[0,1)$. I know there is something wrong somewhere, as $[0,1)$ is bigger than $\mathbb{N}$, but cant…
0
votes
1 answer

Proof of set cardinality equation $|2^S|=|S×2^S|$

Let $S$ be a non-empty set, such that $|S|=|S+S|$. Prove that $|2^S|=|S×2^{S}|$. I found an answer for $\mathbb{N}$. It is possible to construct two injective functions and finish the proof by using Cantor-Bernstein-Schröder theorem: $f:2^S…
Lolek
  • 3
  • 3
0
votes
1 answer

What is the cardinality of countable union of infinite sets?

Let $X=\underset{n\in\mathbb{N}}{\bigcup} X_n$ and each $X_n$ has infinite cardinality $\alpha$. What is the cardinality of $X$ ? Is this $\aleph_0\alpha$ ?
0
votes
0 answers

innacessible cardinal as a model of $V_\kappa$

Why $V_\kappa$ satisfies the replacement axiom so that it is a model of ZFC for any inaccessible cardinal $\kappa$ EDIT Regular cardinal Replacement if $F$ is a class function then for any set $X$ there exists a set $Y=F(X)=\{F(x)|x\in X\}$
user122424
  • 3,926
0
votes
1 answer

Is it true that |A ∩ D| < |B ∩ D| if only if |A| < |B|?

Is it true that $|A \cap D| < |B \cap D|$ if only if $|A| < |B|$? For finite sets, at least, I thought that there are some sets, for example, if you have $A=\{1,2,3\}$, $B=\{4,6,8,9\}$, and $D=\{2,3,6\}$ that means $(A \cap D)=\{2,3\}$ and $(B \cap…
user892848
0
votes
1 answer

Prove that $|\Bbb N^{J_n}|=|\Bbb N|$.

** Definition: ** Let $ J_n = \{1,2,3, \ldots, n \} $. We say that a set is finite if its cardinality is equal to that of $ J_n $. To demonstrate that I gave the following function. Let $ \varphi: \Bbb N ^ {J_n} \to \Bbb N ^ n $ defined as…
0
votes
1 answer

Let $f : N → Y$ be a map having right inverse $g$. Prove that $Y$ is at most countable?

I know this implies $F$ is surjective, but not sure if this helps.
0
votes
1 answer

Finite sets and cardinality.

Let $$ I_N = \{n \in \mathbb N \mid 1 \leq n \leq N \}=\{1,2,3, \ldots, N \}.$$I want to show that $I_n \times I_m \sim I_{nm}$. For that, I defined $ \psi: I_n \times I_m \to I_ {nm} $ by $$ \psi (i, j) = i + n (j-1) $$ for all $ (i, j) \in I_n…
James A.
  • 824
0
votes
0 answers

finding cardinality of set of all functions from Q to R

suppose $f:Q→R$, how we can find cardinality of set of all possible functions $f$,I know it's probably the same as cardinality of real numbers but I can't think of any bijection for that or any other way to prove that.
0
votes
1 answer

Cardinality of the set of points on a circle whose coordinates are constructable is $\aleph_0$

Let $C=${$(x,y)\in\mathbb R^{2}|(x-a)^{2}+(y-b)^{2}=r^{2}$} be a circle of radius $r>1$ and centre $(a,b)$ where $a,b,r$ are all constructible. We want to show that the cardinality of the set of points on $C$ whose coordinates are constructible is…
Nolan
  • 1
0
votes
0 answers

Bijection proof. Exercise

How can I prove that the cardinality of $ (0,1) ^ n $ is equal to that of $ (0,1) $, giving an explicit bijective function. I edit my question. What I am trying to achieve is to construct a bijective function of $ \mathbb R ^ n \to \mathbb R $ by…
asd asd
  • 533
0
votes
1 answer

Cardinality of the set of functions that maps from $\mathbb{N}$ to $\{1,2,3\}$.

I know that from the other direction, the cardinality of the set of function that maps from $\{1,2,3\}$ to $\mathbb{N}$ is $\mathbb{N}\times\mathbb{N}\times\mathbb{N}=|\mathbb{N}|$, however, I don't know how should I work from the other direction.
Charlie
  • 87
  • 7
0
votes
2 answers

finite sets and countable sets.

Let $ A \neq \emptyset $. If $ A $ is finite and $ B $ is countable, then $ A \times B $ is countable. My attempt is as follows, since $ A $ is finite and $ B $ is countable then $$ A = \{a_1, a_2, \ldots, a_n \} \quad \quad \quad B = \{b_1, b_2,…
JamieG
  • 19
0
votes
1 answer

Proof that two sets have the same cardinality

Look in the complex plane at the set $\mathbb{R}\cdot1\cup\mathbb{Z}\cdot i\subset\mathbb{C}$, the union of the real line and all whole multiples of $i$. Prove that this set has the same cardinality as $\mathbb{R}$. I'm having trouble finding a…