- #1
evinda
Gold Member
MHB
- 3,836
- 0
Hello! (Wave)
I am looking at the proof of the following proposition:
The union of two finite sets is a finite set.Proof:
Let $X,Y$ finite sets. Then there are $n,m \in \omega$ such that $X \sim n$ and $Y \sim m$, i.e. there are $f: X \overset{\text{1-1 & surjective}}{\longrightarrow}n, g: Y \overset{\text{1-1 & surjective}}{\longrightarrow}m$.First case: $X \cap Y=\varnothing$
We define the fuction $h: X \cup Y \to n+m$
such that $h(x)=f(x)$ if $x \in X$, $h(y)=n+g(y)$ if $y \in Y$.
We will show that $h: X \cup Y \overset{\text{1-1}}{\rightarrow}n+m$.
Let $a,b \in X\cup Y$ with $h(a)=h(b)$.
$h(x)=k \Rightarrow f(x)=k$.
Since $f$ is surjective, it holds that $\forall k<n$ there is a $x \in X$ such that $f(x)=k$.
$h(y)=k \Rightarrow n+g(y)=k$We know that $g$ is surjective, but how can we use this knowing that we haven't defined the subtraction of natural numbers?
I am looking at the proof of the following proposition:
The union of two finite sets is a finite set.Proof:
Let $X,Y$ finite sets. Then there are $n,m \in \omega$ such that $X \sim n$ and $Y \sim m$, i.e. there are $f: X \overset{\text{1-1 & surjective}}{\longrightarrow}n, g: Y \overset{\text{1-1 & surjective}}{\longrightarrow}m$.First case: $X \cap Y=\varnothing$
We define the fuction $h: X \cup Y \to n+m$
such that $h(x)=f(x)$ if $x \in X$, $h(y)=n+g(y)$ if $y \in Y$.
We will show that $h: X \cup Y \overset{\text{1-1}}{\rightarrow}n+m$.
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)$.
So $f(a)=f(b) \rightarrow a=b$ since $f$ is injective.
$$$$ - if $a,b \in Y$ then $h(a)=n+g(a)$ and $h(b)=n+g(b)$.
So $n+g(a)=n+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)<n$ and $h(b)=n+g(b) \geq n$.
So in this case it cannot hold $h(a)=h(b)$.
$h(x)=k \Rightarrow f(x)=k$.
Since $f$ is surjective, it holds that $\forall k<n$ there is a $x \in X$ such that $f(x)=k$.
$h(y)=k \Rightarrow n+g(y)=k$We know that $g$ is surjective, but how can we use this knowing that we haven't defined the subtraction of natural numbers?