Prove sets are equipotent using Schroder - Bernstein

  • Thread starter Thread starter fk378
  • Start date Start date
  • Tags Tags
    Sets
fk378
Messages
366
Reaction score
0

Homework Statement


Using the Schroeder-Bernstein Theorem, prove the following sets must have the same cardinality by producing explicit one-to-one (but not necessarily surjective) maps f: A-->B and g: B-->A.

(a) The unit disc in the plane A={(x,y) in R2: x^2 + y^2 <1} and the unit square B={(x,y) in R2: x,y in [-1,1]}.

(b) The unit disc in the plane A={(x,y) in R2: x^2 + y^2 <1} and the entire plane B=R2.

The Attempt at a Solution


I'm having trouble with this section we're working on because I don't know how to come up with an injective function at the top of my head.

For (a) the map g, can I use the map (x,y)-->(x^2 + y^2)/2?

For (b) the map g, can I use the map (x,y)-->(x^2+y^2)/(x^2+y^2)+1?

You can probably tell I am lost.
 
Physics news on Phys.org


No, of course those don't work:
1) because of the squares, neither of those is one to one.
2) you need two functions, f and g, for each.
3) those are functions from R2 to R, not R2 to R2.

My first thought. for (a), since the unit disk is already inside the unit square, you can take g to be the identity map: g((x,y))= (x,y). To go the other way "reduce" the size of the unit square so it is inside the unit dist: first map (x,y) to (x/2, y/2), then use the identity map: in other words, use f(x,y)= (x/2, y/2).


For (b) you can again use g((x,y))= (x,y). For f, dividing by x2+ y2+ 1 is good but you must have 2[/sup] components and the function must be one to one. There is an almost trivial choice for the numerators.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top