User:IssaRice/Schröder–Bernstein theorem

From Machinelearning
Revision as of 01:56, 3 September 2020 by IssaRice (talk | contribs)

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?
  • what is the point of having the set C in exercise 8.3.2? i don't see how we need this extra level of generality when applying this result in the following exercise, and the picture is simpler to draw in 8.3.2 itself.

In my proof at https://taoanalysis.wordpress.com/2020/09/01/exercise-8-3-2/ i think the proof of injectivity can be improved. consider dictinct x,y, and then split cases depending whether both are green, both are white, or one is green and the other is white. Also in the surjectivity proof, i am already doing this green/white split, so it would be good to mention those colors in the proof itself (just to help the reader).

Unified notation

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

(In Tao's book we assume that is the inclusion map that sends each to itself.)

for all

for all (In Tao's book, since is just the inclusion map and maps into , we have which is why Tao can write . 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 eventually undefined.

  • 3a: Elements of ( immediately undefined)
  • 3b: Elements of ( is defined, but eventually if you keep going will be undefined)

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

  • 4a: Elements of ( immediately undefined)
  • 4b: Elements of ( is defined, but eventually if you keep going will be undefined)

Definitions of the bijection in various books

  • Book of Proof: h(x) = f(x) if x is of type 3; if x is of type 1,2,4.
  • Cornell page: h(x) = f(x) if x is of type 1,2,3; 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); if x is of type 4b
  • Wikipedia: h(x) = f(x) if x is of type 3; if x is of type 4; h(x) can be defined either way if x is of type 1 or 2

References