1

$$\text{COMPARATIVE EXAMPLE}$$


So I've been told that in order to show that $$\sup{(A+B)}=\sup{A}+\sup{B}$$ for non-empty and bounded above sets $A,B\subseteq\mathbb{R}$ one must show that $\sup{A} +\sup{B}$ is an upper bound of $A+B$, and that anything else isn't, so if $\sup{A}+\sup{B}$ is an upper bound, then for $\alpha\in A$, and $\beta\in B$, then $\alpha \leq \sup{A}$ and $\beta\leq\sup{B}$. Thus, we have that $$\alpha+\beta\leq \sup{A}+\sup{B},$$ so $\sup{A}+\sup{B}$ is an upper bound. Now, if we let an $\epsilon>0$ be given, then $$\sup{A}+\sup{B} - \epsilon \le\sup{A}+\sup{B}.$$ From here we must show that this is not an upper bound of $A+B$. Now notice that $$\sup{A}+\sup{B}-\epsilon=\sup{A}-\frac{\epsilon}{2}+\sup{B}-\frac{\epsilon}{2},$$ so $$\sup{A}-\frac{\epsilon}{2}<\sup{A},$$ so there exists an $\alpha\in A$ such that $$\alpha>\sup{A}-\frac{\epsilon}{2},$$ and similarly $$\sup{B}-\frac{\epsilon}{2}<\sup{B},$$ so there exists a $\beta\in B$ such that $$\beta>\sup{B}-\frac{\epsilon}{2},$$ as desired.


$$\text{QUESTION}$$


How can I use this template to show that $\inf{(A+B)}=\inf{A}+\inf{B}$?

  • 1
    What are $A$ and $B$ are they functions (on what) are they sets? – Vincent Jan 27 '14 at 17:24
  • I don't particularly like this proof: http://math.stackexchange.com/questions/550049/prove-that-infab-infa-infb – zotero-amlet Jan 27 '14 at 17:25
  • @Vincent, $A,B\subseteq\mathbb{R}$. – zotero-amlet Jan 27 '14 at 17:25
  • Might be my system, but why is the "T" in the titles not the same height as the other characters? – David Mitra Jan 27 '14 at 17:29
  • @david: "T" looks fine to to me. Likely to be your system. – Piwi Jan 28 '14 at 11:48
  • As an alternative 'template', using simpler definitions of inf and sup (no $;\epsilon;$), see https://math.stackexchange.com/a/1762450/11994. So you would start with finding a lower bound for the most complex side, $;z \leq \text{inf}(A) + \text{inf}(B);$, rewrite to $;z - \text{inf}(B) \leq \text{inf}(A);$, apply the definition of inf, then rewrite to apply it again to $;B;$, until you use the definition of $;+;$ to end up with the equivalent $;z \leq \text{inf}(A+B);$. – MarnixKlooster ReinstateMonica Dec 15 '18 at 09:53

2 Answers2

2

Your question is "how to use this template to show ..." and this is not that hard to answer since $\sup$ and $\inf$ are dual concepts (meaning that the former is the "opposite" of the latter and vice versa). But in order to show this by using the same template one needs to understand the template beforehand (of which I'm not that sure when it comes to you but who am I to judge). So please feel free to ask if you don't understand something. If you want to just have your template for $\inf$ instead of $\sup$, then just skip my explanations in the footnotes.


We want to show that $$\inf(A+B)=\inf A+\inf B.$$

for non-empty and bounded below sets $A,B\subseteq\mathbb{R}$.(1)

First we show that $\inf A+\inf B$ is a lower bound of $A+B$:

$$ \inf A \text{ is a lower bound of } A\text{, so } \alpha \geq \inf A ~~\forall \alpha \in A\\ \inf B \text{ is a lower bound of } B\text{, so } \beta \geq \inf B ~~\forall \beta \in B$$ Thus $\alpha +\beta \geq \inf A+\inf B$ for every $\alpha +\beta \in A+B$, so $\inf A+\inf B$ is a lower bound. $\checkmark$

Second we show that "everything else isn't an lower bound"(2):

For an outline, see (3).

Let $\varepsilon >0$ be given.(4) We have

$$\inf A+\frac{\varepsilon}{2}>\inf A \Rightarrow \exists \alpha\in A\text{ such that } \alpha <\inf A+\frac{\varepsilon}{2}\\ \inf B+\frac{\varepsilon}{2}>\inf B \Rightarrow \exists \beta\in B\text{ such that } \beta <\inf B+\frac{\varepsilon}{2}$$

(5)

So for these $\alpha ,\beta$ we have $$\begin{align*}\alpha +\beta&<\inf A+\frac{\varepsilon}{2}+\inf B+\frac{\varepsilon}{2}\\&=\inf A+\inf B+\varepsilon .\end{align*}$$

So $\inf A+\inf B+\varepsilon$ is not a lower bound. $\checkmark ~~~~\Box$

I hope that I answered as expected and that this won't lead to deeper confusion than you had before.


(1) As they're bounded we don't have to care about the infimum being $-\infty$.

(2) to be precise we show that $\inf A+\inf B$ is the g̲r̲e̲a̲t̲e̲s̲t̲ lower bound.

(3) Short outline of what we're actually doing here: For every $\varepsilon >0$ we show that $\inf A+\inf B+\varepsilon$ is not a lower bound of $A+B$. So there's no lower bound which is greater than $\inf A+\inf B$, so this must be the greatest lower bound.

(4) The identity you stated at this point for the supremum case is obvious because $x-\varepsilon<x$ for arbitrary $x\in\mathbb{R}, \varepsilon>0$. Similarly in the infimum case we have $\inf A+\inf B+\varepsilon>\inf A+\inf B$, but you don't necessarily have to mention that because it's part of the proof strategy as seen in (3).

(5) What's on the left is obvious as before. I don't see how one can deduce from the left to the right side directly but if you know how, then that's okay (probably you have a handy lemma or something). But what's on the right holds anyways because $\inf X$ has the following property: For every $\varepsilon >0$ there exists $x\in X$ such that $x<\inf X+\varepsilon$. (Of course you can use $\varepsilon$/2 for $\varepsilon$.) This holds for arbitrary bounded below $X\subseteq \mathbb{R}$.

Piwi
  • 1,070
0

EDIT: Notice the equality does not hold true for sequences.

Consider the sequence $ A = \{ (-1)^n | n \in \mathbb{N} \} $ and the sequence $ B = \{ (-1)^{n+1} | n \in \mathbb{N} \} $ Then $$ \inf ( A + B ) = 0 > \inf A + \inf B = -2 $$

so your proof only works for certain sets.