I have this homework question I am struggling with:
Let k1,k2,m1,m2 be cardinalities. prove that if m1≤m2,k1≤k2
Can anyone please help me prove this?
thanks
Answer
First:
- What does that mean that k1≤k2? It means there exists a one-to-one function f:k1→k2.
- What does that mean k1m1? It is the cardinality of A×B where |A|=k1 and |B|=m1.
Suppose k1≤k2 and m1≤m2, we abuse the notation and assume that ki,mi are also the sets given in the cardinalities at hand.
Now we need to find a function from k1×m1 which is one-to-one, into k2×m2. Since k1≤k2 there exists a one-to-one f:k1→k2, and likewise g:m1→m2 which is one-to-one.
Let h:k1×m1→k2×m2 be defined as:
h(⟨k,m⟩)=⟨f(k),g(m)⟩
h is well-defined, since for every ⟨k,m⟩∈k1×m1 we have that f(k)∈k2 and g(m)∈m2, therefore h(⟨k,m⟩)∈k2×m2.
We need to show that h is injective. Suppose h(⟨a,b⟩)=h(⟨c,d⟩), then ⟨f(a),g(b)⟩=⟨f(c),g(d)⟩. Therefore f(a)=f(c) and g(b)=g(d).
Since f,g are both injective, we have that a=c,b=d that is ⟨a,b⟩=⟨c,d⟩.
It is a very standard exercise to prove the basics properties of the cardinals order, for example:
A≤B and C≤D, then:
- A+C≤B+D,
- A⋅C≤B⋅D,
- AC≤BD.
And so forth. It is easily proved by the above method, of composing the injective functions witnessing A≤B and C≤D into functions witnessing these properties.
No comments:
Post a Comment