Is sup AC equal to supA supC if A and C are bounded subsets of R?

  • Thread starter Thread starter kingwinner
  • Start date Start date
  • Tags Tags
    Ac
kingwinner
Messages
1,266
Reaction score
0

Homework Statement


If A and C are subsets of R, let AC={ac: a E A, c E C}. If A and C are bounded, prove that sup AC = supA supC.

Homework Equations




The Attempt at a Solution


I acutally think it's not always true, for example when A and C each consists of only negative numbers.
If A consists of only negative numbers and C consists of only positive numbers, will it be true then?
In general, when will sup AC = supA supC be true? And how can we "prove" the claim in this case?

Any help is appreciated!
 
Last edited:
Physics news on Phys.org
Please help...I still can't figure out how to prove...
 
Well, you seem to have doubts about its truth in all cases. So have you looked for counterexamples? Have you tried looking at any of the things you asked about? What did you find out?
 
I have no idea what I had in mind before. When A and C each consists of only negative numbers. Then sup AC >=0, supA<=0 supC<=0, so it's not contradicatory.

So I guess the claim is ok as it stands, and it's always true.
But now how to prove it? (yes, I know the definitions, but I have no idea how to prove)
 
Until you actually try some specific examples with various choices for A and C (even simple examples like intervals), positive, negative, or both, you aren't going to have a "feel" for why it is true or whether there are cases where it isn't true. Get your hands dirty with some numbers.
 
As the problem is stated, it doesn't make any sense. For example let A = \{-5, 0, 1\} and C = \{-6, 0 , 2\}. Clearly \sup\{AC\} = 30 but \sup\{A\}\sup\{C\} = 2.

Edit: Sorry for jumping in LCKurtz, I didn't see your posts.
 
jgens said:
As the problem is stated, it doesn't make any sense. For example let A = \{-5, 0, 1\} and C = \{-6, 0 , 2\}. Clearly \sup\{AC\} = 30 but \sup\{A\}\sup\{C\} = 2.

Edit: Sorry for jumping in LCKurtz, I didn't see your posts.
Then what should be the correct statement of the problem?
I tried positive numbers, and the claim seems to be true. But how can we prove it (in the case when A and C consist of only positive numbers)? This is my main question. I want to see how to prove statements like this.

Thank you!
 
If everything is positive, you seem to be asking how to prove ac<=(sup A)(sup C) given that a<=(sup A) and c<=(sup C). That's the same thing as asking how to prove ac<=bd, given that a<=b and c<=d. Is that really what you are asking? Then use that multiplication by a positive number preserves order. I.e. a<=b and c>=0 -> ac<=bc.
 
Dick, that only proves that \sup\{A\}\sup\{C\} is an upper bound for AC. The OP needs to prove that this is the least upper bound.
 
  • #10
jgens said:
Dick, that only proves that \sup\{A\}\sup\{C\} is an upper bound for AC. The OP needs to prove that this is the least upper bound.

Hah. Good point. We both know how to do this, right? Does kingwinner?
 
  • #11
kingwinner said:
I tried positive numbers, and the claim seems to be true. But how can we prove it (in the case when A and C consist of only positive numbers)? This is my main question. I want to see how to prove statements like this.

Yes, the claim is true if the sets consist of strictly positive elements. To prove something like this I would show that \sup\{A\}\sup\{C\} is an upper bound for AC. Then, I might say let \varepsilon &gt; 0 be some real number such that \sup\{A\} - \varepsilon &gt; 0 and \sup\{C\} - \varepsilon &gt; 0. Clearly we can always find a \in A and c \in C such that (\sup\{A\} - \varepsilon/n)(\sup\{C\} - \varepsilon/n) &lt;ac \leq \sup\{AC\} \leq \sup\{A\}\sup\{C\}. Using this inequality and choosing large enough n, it's possible to show that \sup\{A\}\sup\{C\} = \sup\{AC\}. There's probably a simpler way to do it but this is just what I can think of off the top of my head.
 
  • #12
I think you've got the right idea in your head. Pick a_n in A that lies in the interval [sup(A)-1/n,sup(A)]. Ditto for c_n. Now a_n*c_n must lie in the interval [(sup(A)-1/n)*(sup(C)-1/n),sup(A)*sup(C)]. Let n approach infinity.
 
  • #13
Ah! That's so much simpler and cleaner!
 
  • #14
jgens said:
Ah! That's so much simpler and cleaner!

Yeah, but I thought I was responding to a post by kingwinner. Didn't check the byline.
 
  • #15
Dick said:
I think you've got the right idea in your head. Pick a_n in A that lies in the interval [sup(A)-1/n,sup(A)]. Ditto for c_n. Now a_n*c_n must lie in the interval [(sup(A)-1/n)*(sup(C)-1/n),sup(A)*sup(C)]. Let n approach infinity.
"a_n*c_n must lie in the interval [(sup(A)-1/n)*(sup(C)-1/n),sup(A)*sup(C)]" <----why? What if (sup(A)-1/n) is negative?

And I'm sorry, but I don't understand the proof. I don't get the general idea of the proof. Maybe someone can explain a little more?

So FIRST we must prove that supA supC is an upper bound for AC. THEN, we begin picking sequences?? Why does this prove that sup AC = supA supC ??

thanks.
 
Back
Top