MHB Proving Proper Subset Relationships: A, B and C

  • Thread starter Thread starter bergausstein
  • Start date Start date
  • Tags Tags
    Relationships
bergausstein
Messages
191
Reaction score
0
1.are the following sets a finite sets? if yes why? if no why?

a. the set of points on a given line exactly one unit from a given point on that line.
b. the set of points in a given plane that are exactly one unit from a given point in that plane.
i'm confused with the part saying "one unit from a given point on that line and "one unit from a given point in that plane. it seems to me that these phrases give hints that the sets are finite. please correct me if I'm wrong.

2. show that if A is a proper subset of B and $B\subseteq C$ then, A is a proper subset of of C.

thanks!
 
Physics news on Phys.org
1.) To simplify matter a bit, consider:

a) How many points are 1 unit away from the origin on the $x$-axis?

b) How many points are one unit away from the origin in the $xy$-plane?
 
uhmm.. infinitely many points. so it's inifinite right?
 
bergausstein said:
uhmm.. infinitely many points. so it's inifinite right?

If you are unsure, plot the points in both cases. What do you find?

Or, consider the following:

The first case is:

$$|x|=1$$

How many solutions?

The second case is:

$$x^2+y^2=1$$

How many solutions?
 
a has 2 elements.
b has 4.
and can you also help me with 2. i can say that in words but i couldn't do it in a general manner.
 
Yes for part a) there are 2 points: $$(\pm1,0)$$, but there are an infinite number of points on a circle, uncountably infinite from what I understand.

For question 2, I recommend using a Venn diagram.
 
markfl how did you know that question B is talking about the equation of the circle? $\displaystyle x^2+y^2=1$ I put this equation on the wolframalpha and it says that there are 4 solutions to this equation. (1,0), (-1,0), (0,1), (-1,0). how is it infinite?
 
The equation of the circle is $x^2+y^2=1$, only if the fixed point (the circle's center) is the origin. One of the definitions of a circle is the set of all points a given distance from a fixed point, and we can use the distance formula to get this equation. For part b) we are not restricted to the axes as we are for the first part, where we are considering only a one-dimensional line.
 
MarkFL said:
If you are unsure, plot the points in both cases. What do you find?

Or, consider the following:

The first case is:

$$|x|=1$$

How many solutions?

The second case is:

$$x^2+y^2=1$$How many solutions?
Yes.but how do we prove that the points are infinite??
 
  • #10
We can map the points on the circle to a line segment of length $2\pi r$. According to Cantor, this is equinumerous with $\mathbb{R}$.
 
  • #11
bergausstein said:
I put this equation on the wolframalpha and it says that there are 4 solutions to this equation. (1,0), (-1,0), (0,1), (-1,0). how is it infinite?
Those are only the x and y-intecepts of the function. One way to think about it is that it has two variables but only one equation. As you probably learned in middle school algebra, that means the solution set (x,y) of $x^2+y^2=1$ is infinite.
 
  • #12
I will prove that there are at LEAST as many points (x,y) that satisfy:

[math]x^2 + y^2 = 1[/math]

as there are points in the real interval [0,1].

To do this, I will create an injective function [math]f[/math] from [0,1] to the set [math]S[/math], where:

[math]S = \{(x,y) \in \Bbb R^2: x^2 + y^2 = 1\}[/math].

The function I have in mind is this one:

[math]f(a) = (a,\sqrt{1 - a^2})[/math]

(convince yourself this is indeed a function).

First, we verify that [math]f([0,1]) \subseteq S[/math]:

Let [math]a \in [0,1][/math]. Then:

[math]a^2 + (\sqrt{1 - a^2})^2 = a^2 + 1 - a^2 = 1[/math]

(note that we have to have [math]|a| \leq 1[/math] for this to work).

This shows that [math]f(a) \in S[/math], for ANY [math]a \in [0,1][/math]. So the image of [math]f[/math] indeed lies within [math]S[/math] as claimed.

Now, suppose [math]f(a) = f(b)[/math] for [math]a,b \in [0,1][/math]. This means:

[math](a,\sqrt{1 - a^2}) = (b,\sqrt{1 - b^2})[/math].

This means we MUST have [math]a = b[/math] (since if BOTH coordinates are equal, surely the first coordinates are also equal). So f is injective (one-to-one).

Thus for every [math]a \in [0,1][/math], we have a corresponding UNIQUE point [math]f(a) \in S[/math], so [math]S[/math] MUST be infinite, as it contains an infinite subset.
 
Back
Top