Cardinality Problem: Prove |A| < |N|

  • Thread starter Thread starter cxc001
  • Start date Start date
  • Tags Tags
    Cardinality
AI Thread Summary
The discussion focuses on proving that the cardinality of any finite nonempty set A is less than the cardinality of the natural numbers N, expressed as |A| < |N|. To establish this, two steps are proposed: first, constructing an injective function from A to N, and second, demonstrating that this function is not bijective, particularly not surjective. The injective function can be defined by mapping elements of A to the first n natural numbers, where n is the size of set A. The challenge lies in proving the injective nature and addressing the surjectivity of the function, with participants seeking guidance on how to proceed with these proofs. The conversation emphasizes the importance of understanding the foundational concepts of injective and surjective functions in set theory.
cxc001
Messages
15
Reaction score
0
Prove cardinality of every finite nonempty set A is less then cardinality of natural number N
|A|<|N|

set A is nonempty finite set
natural number N is denumerable (infinite countable set)

|A|<|N| if there exist a injective (one-to-one) function f: A->N, but NO bijective function, which means NO surjective (onto) function

How to prove it in detail?

Help please!
 
Physics news on Phys.org
Before trying to worry about how to prove it in detail, first worry about how to sketch a proof... or even just getting ideas to understand the situation better.

When you tell us where you're at on the problem, then we will be able to help you figure out how to get unstuck!
 
Okay, here is what I got so far.

There should be two steps that I need to prove to show |S|<|N|
step 1) to construct a injective function f:S->N
step 2) to prove the function f:S->N is NOT bijection (mainly NOT surjective function)

Step 1) I started with trying to contrust a injection f:S->N
Since S is finite nonempty set, then the elments of set S can be listed as S={s1, s2, s3,...,sn), and |S|=n
Since N is denumerable set by theorem (countable infinite set), then N={1, 2, 3,...,n,...}
Let f(s1)=1, f(s2)=2,...,f(sn)=n
In order to show the function is injecitive, I have to show two different elements have two different images which is if f(x)=f(y), then x=y (use proof by contrapositive method)
So Let f(x)=f(y), I need to show that x=y
[This is where I stucked, how should I go from there?]

For step 2) to prove the function f:S->N is NOT bijection (mainly NOT surjective function) seems quite complicated!
[I attemped to use the proof by contradiction first]
Assume by contradiction that there exists a bijective function f:S->N
[Then how I go from there? This is where I stucked again!]
 
Last edited:
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top