Proof of Sup & Inf Homework Statement

  • Thread starter Thread starter flipsvibe
  • Start date Start date
  • Tags Tags
    Proof
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 7K views
flipsvibe
Messages
10
Reaction score
0

Homework Statement


Let a(n) and b(n), n[tex]\in[/tex]N, be some real numbers with absolute value at most 1000. Let A={a(n), n[tex]\in[/tex]N}, B={b(n), n[tex]\in[/tex]N}, C={a(n) + b(n), n[tex]\in[/tex]N}. Show that

inf A + sup B [tex]\leq[/tex] sup C [tex]\leq[/tex] sup A + sup B

The Attempt at a Solution


I was thinking that I could show that inf A + sup B = 0, and that sup C is larger than 0, and then that sup C = sup A + sup B. The only problem is that I am terrible at writing formal proofs, and could really use some help with the language, and (probably) my logic.
 
Physics news on Phys.org
No; you have no idea what [tex]a(n)[/tex] and [tex]b(n)[/tex] are, so you cannot say anything about the exact values of [tex]\inf A + \sup B[/tex], et cetera.

The definition of least upper bound has two parts. [tex]\alpha[/tex] is the least upper bound of a set [tex]S[/tex] of real numbers, [tex]\alpha = \sup S[/tex], if:
  1. [tex]\alpha[/tex] is an upper bound of [tex]S[/tex], that is, [tex]\alpha \geq s[/tex] for every [tex]s \in S[/tex];
  2. if [tex]\beta[/tex] is also an upper bound of [tex]S[/tex], then [tex]\alpha \leq \beta[/tex].
To prove an inequality about a least upper bound, you will often use just one of these two parts, because each part constrains the least upper bound in a different direction: part 1 says that [tex]\alpha[/tex] is not too small, while part 2 says that it is not too large.

So, start from [tex]\sup C[/tex], and figure out how to use the two parts of the definition of least upper bound to constrain [tex]\sup C[/tex] on its two sides, using the other quantities mentioned.
 
Ok, so can I say that
C=a(n) + b(n) [tex]\Rightarrow[/tex] Sup C [tex]\geq[/tex] a(n) + b(n) [tex]\forall[/tex] n[tex]\in[/tex]N?
 
flipsvibe said:
Ok, so can I say that
C=a(n) + b(n) [tex]\Rightarrow[/tex] Sup C [tex]\geq[/tex] a(n) + b(n) [tex]\forall[/tex] n[tex]\in[/tex]N?

The left side of this implication doesn't make sense, because [tex]C[/tex] is a set. Except for that, you're right. [tex]C = \{ a(n) + b(n) : n \in \mathbb{N} \}[/tex], so every upper bound [tex]\gamma[/tex] for [tex]C[/tex] satisfies [tex]\gamma \geq a(n) + b(n)[/tex] for every [tex]n \in \mathbb{N}[/tex]; in particular, [tex]\sup C[/tex] is an upper bound for [tex]C[/tex], so for every [tex]n \in \mathbb{N}[/tex], [tex]\sup C \geq a(n) + b(n)[/tex].

Two points of advice on mathematical writing:
  1. You may wish to use words instead of symbols to express things like "therefore", "for all", and so on. There's nothing wrong with doing so, and it prevents you from making "grammatical errors" with your symbols. Grammatical errors with symbols are easier to make than with words, and their consequences are worse.
  2. A specific example of this is that, when writing in symbols, quantifiers go before the uses of the variables they bind, not afterward. The terse and correct way to write what you intended to write is: [tex]C = \{ a(n) + b(n) : n \in \mathbb{N} \} \implies \forall n\in\mathbb{N}.\,\sup C\geq a(n) + b(n)[/tex]. A critical reader might say that you wrote refers to an instance of [tex]n[/tex] that comes from outside the formula, and the quantifier at the end binds a variable [tex]n[/tex] that has no relation to the one used in the rest of the formula. Of course everyone will know what you probably meant, but it's better to be precise.
 
Last edited: