Can infinite sets differ finitely?

  • Context: Graduate 
  • Thread starter Thread starter Loren Booda
  • Start date Start date
  • Tags Tags
    Infinite Sets
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
11 replies · 3K views
Loren Booda
Messages
3,115
Reaction score
4
Can two infinite sets differ by a finite number of elements?
 
Physics news on Phys.org
Take for example [itex]A = \mathbb{N}[/itex] and [itex]B = \mathbb{N} \setminus \left\{ 1 \right\}[/itex]. Then [itex]A[/itex] and [itex]B[/itex] are both infinite sets, and they share all elements except for 1. Or is this not what you mean by "differ"?
 
Loren Booda said:
Can two infinite sets differ by a finite number of elements?

I take your question as:

"Given two infinite sets A and B, is the symmetric difference [itex](A\cup B)\setminus(A\cap B)[/itex] ever nonempty?"

in which case the above post gives an example of when this can occur.
 
Please forgive my ignorance, but what does \ mean in this context?
 
Let' say A = {0, 1, 2, ...} and B = {1, 2, 3, ...}. A and B are both infinite, but A and B "differ" by one element. Namely 0.
 
CRGreathouse said:
I take your question as:

"Given two infinite sets A and B, is the symmetric difference [itex](A\cup B)\setminus(A\cap B)[/itex] ever nonempty?"

in which case the above post gives an example of when this can occur.

Loren Booda said:
Please forgive my ignorance, but what does \ mean in this context?
It's the "set difference". A\B is "All values that are in A but not in B". Think "A take away any members of A intersect B".
 
Thanks, all.
 
There isn't an inverse function to \, is there?
 
Yes there is, the union. A \ B U B = A.
 
Not quite; only if B is contained in A.