How Does Negation and Reciprocal Affect Bounds and Integrability of Functions?

In summary: We want to prove that -m is the greatest upper bound of -f. So let L be another upper bound of -f, this means: L≥-f. Multiplying by -1 yields f≤-L. Now if L\geq -f, then f\geq-m.
  • #1
STEMucator
Homework Helper
2,076
140

Homework Statement



Suppose that f(x) is a bounded function on [a,b]

If M = sup(f) and m = inf(f), prove that -M = inf(-f) and -m = sup(-f). If m>0, show that 1/f is bounded and has 1/m as its supremum and 1/M as its infimum.

Let f be integrable on [a,b]. Prove that -f is integrable on [a,b] and if m>0, prove that 1/f is integrable on [a,b].

Homework Equations



So M is the least upper bound for f on [a,b] and m is the greatest lower bound for f on [a,b].

The Attempt at a Solution



So there's lots of stuff involved in this question. I'll start by trying to prove the first thing :

If m = inf(f) and M = sup(f), prove that -m = sup(-f) and -M = inf(-f).

So we know that : m ≤ f ≤ M

Forgive me if I'm wrong, but this seems like a one liner? Simply multiplying by (-1) gives :

-m ≥ -f ≥ -M so that -m is the least upper bound for -f and -M is the greatest lower bound for -f.

Before I go any further I'd like to check if I'm not jumping the gun a bit there.
 
Last edited:
Physics news on Phys.org
  • #2
Yes, I think you are jumping the gun. You correctly deduced that

[tex]-M\leq -f\leq -m[/tex]

and this shows that -m is an upper bound of -f. But why is it a least upper bound?? How does that follow from the above inequality? Same for -M being the greatest lower bound.
 
  • #3
Whoops I mistyped a few things in my original post. I fixed them now. I meant for M to be the sup and m to be the inf.
 
  • #4
Zondrina said:
Whoops I mistyped a few things in my original post. I fixed them now. I meant for M to be the sup and m to be the inf.

Please don't edit your original posts, it destroys the flow of the topic and is hard to read :wink:

Anyway, my reply still holds, you have only proven that -m is an upper bound, but why is it the least upper bound? And why is -M the greatest lower bound?
 
  • #5
Now as for what you were saying.

Since f is a bounded function on a nonempty set of real numbers, it has to have a least upper bound ( also a greatest lower bound ).

So if L1 is any upper bound for -f, and L2 is any lower bound for -f, then :

[itex]L_1 ≥ -m ≥ -f ≥ -M ≥ L_2[/itex]
 
  • #6
Zondrina said:
So if L1 is any upper bound for f, and L2 is any lower bound for f, then :

[itex]L_1 ≥ -m ≥ -f ≥ -M ≥ L_2[/itex]

How did you obtain that inequality?? And why does that imply anything?

You need to prove: if a is another lower bound of -f, then a≤-M. And same for m.
 
  • #7
Ah yes, so I want to show that -m is the least upper bound and -M is the greatest lower bound.

Right now we already have that -m is an upper bound for -f and -M is a lower bound for -f.

If L1 is any upper bound bound for -f, we want to show L1 ≥ -m. So :

L1 ≥ -f
L1 ≥ -m

This seems too obvious? Showing it for the lower bound is going to be exactly the same so I'll focus on this.
 
  • #8
Zondrina said:
Ah yes, so I want to show that -m is the least upper bound and -M is the greatest lower bound.

Right now we already have that -m is an upper bound for -f and -M is a lower bound for -f.

If L1 is any upper bound bound for -f, we want to show L1 ≥ -m. So :

L1 ≥ -f
L1 ≥ -m

This seems too obvious? Showing it for the lower bound is going to be exactly the same so I'll focus on this.

So you say: if [itex]L_1\geq -f[/itex], then [itex]L_1\geq -m[/itex]?? Can you clarify this? That doesn't seem obvious to me.
 
  • #9
micromass said:
So you say: if [itex]L_1\geq -f[/itex], then [itex]L_1\geq -m[/itex]?? Can you clarify this? That doesn't seem obvious to me.

Whoops, I had a brain hiccup there, forgot to do this :

L1 ≥ -f
-L1 ≤ f

The rest of the algebra is obvious if what I'm thinking is correct. I believe I can sub m in for f here?
 
  • #10
Zondrina said:
Whoops, I had a brain hiccup there, forgot to do this :

L1 ≥ -f
-L1 ≤ f

The rest of the algebra is obvious if what I'm thinking is correct. I believe I can sub m in for f here?

OK, but can you write this out with some explanations instead of only writing down the inequalities??

For example, what you could writes:
We want to prove that -m is the greatest upper bound of -f. So let L be another upper bound of -f, this means: L≥-f. Multiplying by -1 yields f≤-L. Now ...

Can you complete the above? Try to write using sentences instead of just symbols.
 
  • #11
Yessir, so.

Now ... since we are given that m ≤ f ≤ M and that m is the infimum of f, we know f attains the value m on the interval [a,b]. That is, f = m at some point. So :

-L1 ≤ m
L1 ≥ -m

Hence L1 is an upper bound for -f and -m is a least upper bound for -f.
 
  • #12
Zondrina said:
Yessir, so.

Now ... since we are given that m ≤ f ≤ M and that m is the infimum of f, we know f attains the value m on the interval [a,b].

Why should f attain the value m somewhere on the interval [a,b]??
If you're using the extreme value theorem, then think again: it only holds for continuous functions.
 
  • #13
micromass said:
Why should f attain the value m somewhere on the interval [a,b]??
If you're using the extreme value theorem, then think again: it only holds for continuous functions.

I just re-read the theorem, you're right. I haven't used it in so long I had forgotten. Continuity would've made things nice :(.

So I need a different explanation, but the rest of what I said looks good.

Now I argued that L1 was an upper bound for -f, so it would be a lower bound for f. Since m is the greatest lower bound for f, we get :

-L1 ≤ m
L1 ≥ -m

Hence L1 is an upper bound for -f and -m is a least upper bound for -f.
 
  • #14
Zondrina said:
I just re-read the theorem, you're right. I haven't used it in so long I had forgotten. Continuity would've made things nice :(.

So I need a different explanation, but the rest of what I said looks good.

Now I argued that L1 was an upper bound for -f, so it would be a lower bound for f. Since m is the greatest lower bound for f, we get :

-L1 ≤ m
L1 ≥ -m

Hence L1 is an upper bound for -f and -m is a least upper bound for -f.

OK, that is good! (although the "Hence L1 is an upper bound of -f" is unnecessary since that was the hypothesis)
 
  • #15
micromass said:
OK, that is good! (although the "Hence L1 is an upper bound of -f" is unnecessary since that was the hypothesis)

Sweet, okay. I'll write everything nice and clean with a good explanation here then.

So we know that m ≤ f ≤ M which implies that -m ≥ -f ≥ -M. What we want to show that -m is the supremum of -f and that -M is the infimum of -f. Right now we have that -m is an upper bound for -f and -M is an lower bound for -f.

So suppose that L1 is any upper bound for -f. So we get L1 ≥ -f which yields -L1 ≤ f. Now, since we argued that L1 is any upper bound for -f, so it must be a lower bound for f. Since m is the greatest lower bound for f, we get -L1 ≤ m which implies that L1 ≥ -m. Hence -m is the least upper bound for -f.

Suppose now that L2 is any lower bound for -f. So we get L2 ≤ -f which yields -L2 ≥ f. Now, since we argued that L2 is any lower bound for -f, it must be an upper bound for f. Since M is the least upper bound for f, we get -L2 ≥ M which implies that L2 ≤ -M. Hence -M is the greatest lower bound for -f.
 
  • #16
Now I'm going to attempt the second part of the question.

If m>0, show that 1/f is bounded and has 1/m as its supremum and 1/M as its infimum.

So we know that m ≤ f ≤ M which implies that 1/m ≥ 1/f ≥ 1/M.

This looks like an exact copy and paste of my post above except with a few different numbers if I'm not mistaken?
 
  • #17
Zondrina said:
Now I'm going to attempt the second part of the question.

If m>0, show that 1/f is bounded and has 1/m as its supremum and 1/M as its infimum.

So we know that m ≤ f ≤ M which implies that 1/m ≥ 1/f ≥ 1/M.

This looks like an exact copy and paste of my post above except with a few different numbers if I'm not mistaken?

OK, so that proves that 1/m is an upper bound of 1/f and that 1/M is a lower bound. So that implies indeed that 1/f is bounded. (where did you use that m>0 anyway?)

But you still have more work to do if you wand to show that 1/M is the greatest lower bound and that 1/m is the least upper bound. The work is very analogous to above though.
 
  • #18
I'm assuming that M can't be zero either otherwise we would have a problem here, but here goes my attempt :

So we know that m ≤ f ≤ M which implies that 1/m ≥ 1/f ≥ 1/M hence 1/f is bounded above by 1/m and bounded below by 1/M. We want to show that 1/m is the supremum of 1/f and 1/M is the infimum of 1/f. Right now we have that 1/m is an upper bound for 1/f and 1/M is a lower bound for 1/f.

So suppose that Q1 is any upper bound for 1/f. Then we have Q1 ≥ 1/f which implies that 1/Q1 ≤ f. Now since Q1 is any upper bound for 1/f, 1/Q1 must be a lower bound for f. Now, since m is the greatest lower bound for f, we have that 1/Q1 ≤ m which yields Q1 ≥ 1/m. Hence 1/m is the least upper bound for 1/f.

Now suppose that Q2 is any lower bound for 1/f. Then we have Q2 ≤ 1/f which implies that 1/Q2 ≥ f. Now since Q2 is any lower bound for 1/f, 1/Q2 must be an upper bound for f. Now, since M is the least upper bound for f, we have that 1/Q2 ≥ M which yields Q2 ≤ 1/M. Hence 1/M is the greatest lower bound for 1/f.

I believe that should do it.
 
  • #19
That's correct! And you have written that perfectly!
 
  • #20
micromass said:
That's correct! And you have written that perfectly!

Whoop :D, so I only have one part left here : Let f be integrable on [a,b]. Prove that -f is integrable on [a,b] and if m>0, prove that 1/f is integrable on [a,b].

So I'll be using some notation here, but I'll try to make it clear what is what.

I have a definition here : If I = sup(sp) = inf(Sp) = J, then f is integrable.

Now, [itex]s_p = \sum_{i=1}^{n} m_i Δx_i[/itex] and [itex]S_p = \sum_{i=1}^{n} M_i Δx_i[/itex].

To fill in the last few blanks, [itex]m_i = inf \left\{{f(x)|x_{i-1} ≤ x ≤ x_i}\right\}[/itex] and [itex]M_i = sup \left\{{f(x)|x_{i-1} ≤ x ≤ x_i}\right\}[/itex]

I'll start writing my proof in the next post since this is pretty cluttered as is.
 
  • #21
I just want to show why f is integrable as it will make showing -f and 1/f incredibly easy to show as it will be a reproduction of the proof.

Now, we are given that f is integrable on [a,b]. We also know that sup(f) = M and inf(f) = m. Which saves us writing some latex stuff out.

So we get our lower and upper sums :

[itex]s_p = \sum_{i=1}^{n} m Δx_i = m(b-a)[/itex] and [itex]S_p = \sum_{i=1}^{n} M Δx_i = M(b-a)[/itex].

So we get I = sup(sp) = m(b-a) and J = inf(Sp) = M(b-a).

Hence we get that I = m ≤ M = J.

Hmm have I done something wrong here?
 
  • #22
Huh? But you are given that f is integrable. Why do you need to prove it then??
 
  • #23
micromass said:
Huh? But you are given that f is integrable. Why do you need to prove it then??

I'm simply going to re-produce the proof for -f and 1/f. Since I already did the work of finding bounds for -f and 1/f I figured if I wrote out the proof for f, then it's going to be another copy and pasta for both of them.

I'm just curious to know why the proof I wrote didn't come out as expected.
 
  • #24
The difference is that you are given that f is integrable. And you need to prove that 1/f and -f are integrable. You can't just prove it for f (a proof which is just the hypothesis) and say that 1/f and -f are analogous.
 
  • #25
micromass said:
The difference is that you are given that f is integrable. And you need to prove that 1/f and -f are integrable. You can't just prove it for f (a proof which is just the hypothesis) and say that 1/f and -f are analogous.

I suppose I got a bit lazy there then. I'll write out the proofs formally then.

We want to show that -f is integrable on [a,b] and we know that -m = sup(-f) and -M = inf(-f). So we define our lower and upper sums :

[itex]s_p = - \sum_{i=1}^{n} MΔx_i = -M(b-a)[/itex] and [itex]S_p = - \sum_{i=1}^{n} mΔx_i = -m(b-a)[/itex].

Is this better?
 
  • #26
Zondrina said:
I suppose I got a bit lazy there then. I'll write out the proofs formally then.

We want to show that -f is integrable on [a,b] and we know that -m = sup(-f) and -M = inf(-f). So we define our lower and upper sums :

[itex]s_p = - \sum_{i=1}^{n} MΔx_i = -M(b-a)[/itex] and [itex]S_p = - \sum_{i=1}^{n} mΔx_i = -m(b-a)[/itex].

Is this better?

Those lower and upper sums are not right. You seem to have a term MΔx_i in each sum. But shouldn't the supremum actually depend on each i??
 
  • #27
micromass said:
Those lower and upper sums are not right. You seem to have a term MΔx_i in each sum. But shouldn't the supremum actually depend on each i??

Yes, this is true. How would I fix this actually given the definitions? I know that -m = sup(-f) and -M = inf(-f) from the prior work done in the question, but I'm guessing I'm overlooking something?
 
  • #28
The terms in the sum should be [itex]M_i \Delta x_i[/itex]. Where [itex]M_i[/itex] is the supemum of f over [itex][x_i,x_{i+1}][/itex]. Using what you have proven, you know that [itex]-M_i[/itex] is the supremum of -f over [itex][x_i,x_{i+1}][/itex]. Use this.
 
  • #29
micromass said:
The terms in the sum should be [itex]M_i \Delta x_i[/itex]. Where [itex]M_i[/itex] is the supemum of f over [itex][x_i,x_{i+1}][/itex]. Using what you have proven, you know that [itex]-M_i[/itex] is the supremum of -f over [itex][x_i,x_{i+1}][/itex]. Use this.

Ahhh I see now. So we have that -m = sup(-f) and -M = inf(-f).

So : [itex]m_i = inf\left\{{f(x)|x_{i-1} ≤ x ≤ x_i}\right\} = -M[/itex] and [itex]M_i = sup\left\{{f(x)|x_{i-1} ≤ x ≤ x_i}\right\} = -m[/itex]

So for the lower sum we get [itex]s_p = - \sum_{i=1}^{n} m_iΔx_i = -M(b-a)[/itex] and for the upper sum we get [itex]S_p = - \sum_{i=1}^{n} M_iΔx_i = -m(b-a)[/itex].
 
  • #30
Zondrina said:
So : [itex]m_i = inf\left\{{f(x)|x_{i-1} ≤ x ≤ x_i}\right\} = -M[/itex] and [itex]M_i = sup\left\{{f(x)|x_{i-1} ≤ x ≤ x_i}\right\} = -m[/itex]

No, how did you conclude this?? :confused: You imply that each [itex]m_i[/itex] are equal which is clearly not so.
 
  • #31
Okay so [itex]-M_i = sup \left\{{-f(x)|x_{i-1} ≤ x ≤ x_i}\right\}[/itex] and [itex]-m_i = inf \left\{{-f(x)|x_{i-1} ≤ x ≤ x_i}\right\}[/itex]

We also have -m = sup(-f) and -M = inf(-f).

Hmm is it that -Mi ≤ -m and -mi ≤ -M? Not quite sure what you're getting at.
 
  • #32
Zondrina said:
Okay so [itex]-M_i = sup \left\{{-f(x)|x_{i-1} ≤ x ≤ x_i}\right\}[/itex] and [itex]-m_i = inf \left\{{-f(x)|x_{i-1} ≤ x ≤ x_i}\right\}[/itex]

We also have -m = sup(-f) and -M = inf(-f).

Hmm is it that -Mi ≤ -m and -mi ≤ -M? Not quite sure what you're getting at.

Forget about m and M. They're not necessary here.
 
  • #33
micromass said:
Forget about m and M. They're not necessary here.

Okay, I see. So. -Mi is the least upper bound for -f on the interval. -mi is the greatest lower bound for -f on the interval.

So summing all of the Mi's over all the sub intervals I should get some number Mn if I'm not mistaken?
 
  • #34
You need to prove that -f is integrable. Can you write out what you need to prove?? What is the definition of integrable?
 
  • #35
micromass said:
You need to prove that -f is integrable. Can you write out what you need to prove?? What is the definition of integrable?

We partition [a,b] into sub-intervals.

For each i, we let : [itex]m_i = inf \left\{{f(x)|x_{i-1} ≤ x ≤ x_i}\right\}[/itex] and [itex]M_i = sup \left\{{f(x)|x_{i-1} ≤ x ≤ x_i}\right\}[/itex]

Now, we define [itex]s_p = \sum_{i=1}^{n} m_i Δx_i[/itex] as the lower sum and [itex]S_p = \sum_{i=1}^{n} M_i Δx_i[/itex] as the upper sum.

Some more info in my notes :

Let [itex]M = sup \left\{{f(x)|x \in [a,b]}\right\}[/itex] and [itex]m = inf \left\{{f(x)|x \in [a,b]}\right\}[/itex]. Then we get sp ≤ M(b-a) so the set of all possible sp is bounded above.

Let I = sup{sp} and J = inf{Sp}

Definition : if I = J, then f(x) is integrable.
 

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
865
  • Calculus and Beyond Homework Help
Replies
13
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
908
  • Topology and Analysis
Replies
14
Views
2K
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
Replies
4
Views
406
  • Calculus and Beyond Homework Help
Replies
8
Views
2K
  • Calculus and Beyond Homework Help
Replies
13
Views
2K
Back
Top