User:IssaRice/Schröder–Bernstein theorem

From Machinelearning

questions:

  • are the ancestor proof and the iterated partition proof actually different, or do they just look different on the surface? btw this is a very nice writeup of the ancestor proof (much clearer than wikipedia's version); HT Satira. UPDATE: these are actually basically the same proof, just written in different notation.
  • what is the proof that uses axiom of choice, and how does choice simplify the proof?
  • is the result a fixed point result? (if so how can we phrase it as such?) or is it just that some of the proofs makes use of the fixed point ideas?
  • why does the wikipedia proof (and some of the other proofs) assume that A and B are disjoint? what does this buy us?

Unified notation

Let A,B be sets. (In Tao's book we assume AB but this isn't the case in the other proofs.)

f:AB (In Tao's book we assume that f=ιAB is the inclusion map that sends each xA to itself.)

g:BA

C0=Ag(B)

Cn+1=(gf)(Cn) for all n0

D0=Bf(A)

Dn+1=(fg)(Dn) for all n0 (In Tao's book, since f is just the inclusion map and g maps into A, we have fg=g which is why Tao can write Dn+1=g(Dn). Note that Tao uses "f" instead of "g" because his notation is different from everybody else's.)

Chain types

Type 1: Loop

Type 2: infinitely goes backwards without repeating

Type 3: Chain stops in A, with g1 eventually undefined.

  • 3a: Elements of C0 (g1 immediately undefined)
  • 3b: Elements of n=1Cn (g1 is defined, but eventually if you keep going g1 will be undefined)

Type 4: Chain stops in B, with f1 eventually undefined.

  • 4a: Elements of D0 (f1 immediately undefined)
  • 4b: Elements of n=1Dn (f1 is defined, but eventually if you keep going f1 will be undefined)

Definitions of the bijection in various books

  • Book of Proof: h(x) = f(x) if x is of type 3; h(x)=g1(x) if x is of type 1,2,4.
  • Cornell page: h(x) = f(x) if x is of type 1,2,3; h(x)=g1(x) if x is of type 4.
  • Tao: h(x) = f(x) if x is of type 1,2,3,4a (actually case 4a doesn't even exist in the Tao book since A is a subset of B); h(x)=g1(x) if x is of type 4b
  • Wikipedia: h(x) = f(x) if x is of type 3; h(x)=g1(x) if x is of type 4; h(x) can be defined either way if x is of type 1 or 2

References