"It is impossible to define addition of cardinalities since the resulting operation is not well-defined"
The above is the true and false question and what i think the statement above is false and my reasoning is below by giving counter example:
$$|A|+|B|=|\{(a,\#)\mid a\in A\}\cup\{(b,*)\mid b\in B\}\;|.$$ is well defined.
Can anyone correct me!!!
The operation is well-defined, provided that $\#$ and $*$ are understood to be distinct symbols. The point is that
$$|A|=\big|\{\langle a,\#\rangle:a\in A\}\big|\;,\tag{1}$$
because the map $a\mapsto\langle a,\#\rangle$ is a bijection, and similarly
$$|B|=\big|\{\langle b,*\rangle:b\in B\}\big|\;,\tag{2}$$
and (very important!)
$$\{\langle a,\#\rangle:a\in A\}\cap\{\langle b,*\rangle:b\in B\}=\varnothing\;.$$
Because the sets $\{\langle a,\#\rangle:a\in A\}$ and $\{\langle b,*\rangle:b\in B\}$ are disjoint, the cardinality of their union is just the sum of their cardinalities, which by $(1)$ and $(2)$ is $|A|+|B|$ as we normally understand it.
That is, even if $A$ and $B$ overlap, so that $|A\cup B|\ne|A|+|B|$, the sets $\{\langle a,\#\rangle:a\in A\}$ and $\{\langle b,*\rangle:b\in B\}$ do not overlap, and their union therefore does have the desired cardinality.