- #1
evinda
Gold Member
MHB
- 3,836
- 0
Hello! (Wave)
I want to show that if $A$ is a finite set of finite sets then the set $\bigcup A$ is finite.
The set $A$ is finite. That means that there is a natural number $n \in \omega$ such that $A \sim n$, i.e. there is a bijective function $f$ such that $f: A \overset{\text{bijective}}{\rightarrow} n$.
If we would want to show that $B \cup C$, $B, C \in A$ is a finite set we would do the following:
$A,B$ are finite sets. That means that there are $m, l \in \omega$ such that $A \sim m$ and $B \sim l$, i.e. there are functions $f: A \overset{\text{bijective}}{\rightarrow} m$, $g: B \overset{\text{bijective}}{\rightarrow} l$.
Then we distinguish the cases: $A \bigcap B=\varnothing$ and $A \bigcap B \neq \varnothing$.First case: $A \cap B=\varnothing$
We define the function $h: A \cup B \to m+l$
so that $h(x)=f(x)$ if $x \in X \\ h(y)=m+g(y)$ if $y \in Y$
We want to show that $h: X \cup Y \overset{1-1}{\to} m+l$
Let $a,b \in X \cup Y$ with $h(a)=h(b)$
Then we show that $h: X \cup Y \to n+m$ is surjective.
Second case: $X \cup Y=(X-Y) \cup Y$ with $X-Y$ finite set , $Y$ finite set and $(X-Y) \cap Y=\varnothing$ so we reduce the problem to the first case.
What can we do now that we consider more that two finite sets? What function could we pick? (Thinking)
I want to show that if $A$ is a finite set of finite sets then the set $\bigcup A$ is finite.
The set $A$ is finite. That means that there is a natural number $n \in \omega$ such that $A \sim n$, i.e. there is a bijective function $f$ such that $f: A \overset{\text{bijective}}{\rightarrow} n$.
If we would want to show that $B \cup C$, $B, C \in A$ is a finite set we would do the following:
$A,B$ are finite sets. That means that there are $m, l \in \omega$ such that $A \sim m$ and $B \sim l$, i.e. there are functions $f: A \overset{\text{bijective}}{\rightarrow} m$, $g: B \overset{\text{bijective}}{\rightarrow} l$.
Then we distinguish the cases: $A \bigcap B=\varnothing$ and $A \bigcap B \neq \varnothing$.First case: $A \cap B=\varnothing$
We define the function $h: A \cup B \to m+l$
so that $h(x)=f(x)$ if $x \in X \\ h(y)=m+g(y)$ if $y \in Y$
We want to show that $h: X \cup Y \overset{1-1}{\to} m+l$
Let $a,b \in X \cup Y$ with $h(a)=h(b)$
- if $a,b \in X$ then $h(a)=f(a)$ and $h(b)=f(b)$. Thus $f(a)=f(b) \Rightarrow a=b$ since $f$ is injective
$$$$ - if $a,b \in Y$ then $h(a)=m+g(a)$ and $h(b)=m+g(b)$. Thus $m+g(a)=m+g(b) \Rightarrow g(a)=g(b) \Rightarrow a=b$ since $g$ is injective
$$$$ - if $a \in X, b \in Y$ then $h(a)=f(a)<m$ and $h(b)=m+g(b) \geq m$, so in this case it cannot be that $h(a)=h(b)$
Then we show that $h: X \cup Y \to n+m$ is surjective.
Second case: $X \cup Y=(X-Y) \cup Y$ with $X-Y$ finite set , $Y$ finite set and $(X-Y) \cap Y=\varnothing$ so we reduce the problem to the first case.
What can we do now that we consider more that two finite sets? What function could we pick? (Thinking)