1

Let $a, b, c$ be cardinalities.

Prove or disprove:

If $a \le b$ then $a+c\le b+c$

I realize that $a \le b$ means that there's a bijection between A and B. But I don't really know what to do with the addition in the inequality.

Can I simply separate this into cases where one or two cardinalities are infinite while the others aren't and then just solve from there like numbers or known cardinalities like $\aleph_0$ ?

Thanks.

GinKin
  • 4,429

2 Answers2

5

You realize wrong. The definition of $a\leq b$ is that there is an injection from a set $A$ of cardinality $a$ into a set $B$ of cardinality $b$. We also define $a+b$ to be the cardinality of $A\cup B$, where $A$ and $B$ have cardinalities $a$ and $b$ respectively, and $A\cap B=\varnothing$.

To show that the statement is correct, you have to start by taking three disjoint sets, $A,B,C$ and assume that there is an injection $f\colon A\to B$. Then you have to show that there exists an injection $g\colon A\cup C\to B\cup C$. If you cannot prove that, then you should try and construct a counterexample from the point of impasse.

Asaf Karagila
  • 393,674
  • We never saw this definition in class, I saw it in one of your answers while running a search (with injection, bijection is my mistake). Are there more definitions for this inequality ? – GinKin Dec 08 '13 at 21:18
  • 1
    Yes, you can say that $a\leq b$ if there is a bijection between $A$ of cardinality $a$, and a subset of $B$, where $B$ has cardinality $b$. It's easy to see why these two are equivalent. In either case, the definition "$a\leq b$ if there is a bijection between $A$ and $B$" cannot possibly be good, because the existence of a bijection between sets is an equivalence relation, whereas $\leq$ should be a partial order. Note, however, that the above question has the same solution if we replace $a\leq b$ by $a=b$ (which is traditionally defined by bijections). – Asaf Karagila Dec 08 '13 at 21:20
1

I will prove something stronger -

For cardinals $a,b,c$ and $d$, if $a\leq c$ and $b\leq d$, then $a+b\leq c+d$.

Proof: Let $A,B,C$ and $D$ be sets with the cardinals $a,b,c$ and $d$ respectively, and $A\cap B=C\cap D=\emptyset$. If $a\leq c$ and $b\leq d$, then there exists injective functions $f:A\to C$ and $g:B\to D$. By defining new function $h:A\cup B\to C\cup D$ with

$$h(x)=\left\{\begin{matrix} f(x) & x\in A\\ g(x) & x\in B \end{matrix}\right.$$

That $h(x)$ is well defined(why?) and injective one(why?). From that, we get

$$|A\cup B|\leq|C\cup D|$$

i.e. $a+b\leq c+d$.

Salech Alhasov
  • 6,780
  • 2
  • 29
  • 47