Proving inf(ST) = inf(S)*inf(T)

  • Thread starter Thread starter faceblah
  • Start date Start date
faceblah
Messages
5
Reaction score
0

Homework Statement



Sets A and B are sets of positive real numbers. Define C = {st| s \in S and t \in T}
Prove inf(C) = inf(S)*inf(T)

The Attempt at a Solution



so I'm trying to prove inf(C) <= inf(S)*inf(T) and inf(C) >= inf(S)*inf(T).

i'll use e as epsilon. epsilon is positive

By definition there is an s in S such that: s < inf S + e. There is a t in T such that: t < inf T + e. Additionally, inf(C) <= st for all s in S and t in T by definition.

st < (inf S + e)(inf T + e) = (inf S)(inf T) + (inf S)*e + (inf T)*e + e^2

inf C <= st <= (inf S)(inf T) < inf S)(inf T) + (inf S)*e + (inf T)*e + e^2
(NOTE: I'm not sure about the middle inequality: "st <= (inf S)(inf T)" )

is this a correct way to go about this? I'm also not sure about proving the other direction
 
Physics news on Phys.org
faceblah said:

Homework Statement



Sets A and B are sets of positive real numbers. Define C = {st| s \in S and t \in T}
Prove inf(C) = inf(S)*inf(T)

The Attempt at a Solution



so I'm trying to prove inf(C) <= inf(S)*inf(T) and inf(C) >= inf(S)*inf(T).

i'll use e as epsilon. epsilon is positive

By definition there is an s in S such that: s < inf S + e. There is a t in T such that: t < inf T + e. Additionally, inf(C) <= st for all s in S and t in T by definition.

st < (inf S + e)(inf T + e) = (inf S)(inf T) + (inf S)*e + (inf T)*e + e^2

inf C <= st <= (inf S)(inf T) < inf S)(inf T) + (inf S)*e + (inf T)*e + e^2
(NOTE: I'm not sure about the middle inequality: "st <= (inf S)(inf T)" )

is this a correct way to go about this? I'm also not sure about proving the other direction

No, the middle inequality is indeed not correct. Try it like this:

inf(C)\leq st&lt;inf(S)inf(T)+inf(S)e+inf(T)e+e^2

Because e is arbitrary, we can let e go to 0, thus

inf(C)&lt;inf(S)\inf(T)

For the other inequality, take st&lt;inf(C)+e and do something with it.
 
faceblah said:
st < (inf S + e)(inf T + e) = (inf S)(inf T) + (inf S)*e + (inf T)*e + e^2

inf C <= st <= (inf S)(inf T) < inf S)(inf T) + (inf S)*e + (inf T)*e + e^2
(NOTE: I'm not sure about the middle inequality: "st <= (inf S)(inf T)" )
You're right to be unsure. You have
  • \inf C \leq st
  • st &lt; (\inf S)(\inf T) + (\inf S) \epsilon + (\inf T) \epsilon + \epsilon^2
So you just put the two together:
\inf C \leq st&lt; (\inf S)(\inf T) + (\inf S) \epsilon + (\inf T) \epsilon + \epsilon^2​
well, what you really care about is just transitivity:
\inf C &lt; (\inf S)(\inf T) + (\inf S) \epsilon + (\inf T) \epsilon + \epsilon^2​
And then invoke what you can about the fact that this is true for every positive real number \epsilon.

(aside: micromass forgot that < turns into \leq when doing limits)
 
Hurkyl said:
(aside: micromass forgot that < turns into \leq when doing limits)

Oh my, I'm still not fully awake :frown:
 
For the other direction I'm guessing it's:

There is an st in C such that st < inf C + e.
By definition, inf S <= s for all s and inf T <= t for all t. So (inf S)(inf T) <= st.

So we have (inf C + e) > st => (inf S)(inf T). so (inf C + e) > (inf S)(inf T). (I need this to be a => though)

I'm not quite sure what you mean by "invoking what you know about e". Does this mean that the ">" becomes a "=>". See below for context

Hurkyl said:
well, what you really care about is just transitivity:
\inf C &lt; (\inf S)(\inf T) + (\inf S) \epsilon + (\inf T) \epsilon + \epsilon^2​
And then invoke what you can about the fact that this is true for every positive real number \epsilon.

(aside: micromass forgot that < turns into \leq when doing limits)
 
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