0

How does one select some $i$ to prove $\exists i$ s.t. $s_i \leq A$ where $A$ is the average of real numbers $(s_1 + s_2 + . . . + s_n) / n$

It seems like a trivial proof, but writing a proof for such an existence conventionally does not seem obvious to me.

Perhaps I am reading it wrong, but I am sure it says something like: For any real number $A$ which is the average of a set, $S$, of real numbers, there exists a number $s \in S$ s.t. $s$ is less than or equal to $A$.

Is there a special way to choose $i$ to prove this existence? It seems I cannot trivially select a set of numbers and show there is a value that satisfies $s_i \leq A$ since it is some arbitrary set. How would you select $i$ for this proof?

Leonardo
  • 988

1 Answers1

2

If not, then $s_i> A $ for all $i$. So $$A=\frac{s_1+s_2+\cdots+s_n}{n}>\frac{\overbrace{A+A+\cdots+A}^{n\text{ times}}}{n}=A$$ So derive a contradiction.

Hanul Jeon
  • 27,376
  • So how might I write this then. To yield a contradiction, assume for all $i$, $i > A$. This implies the average of such a series is actually equal to, and not greater than, $A$. And this is the contradiction? Very much as you have written? Do I need to declare $i$ be a natural or something like that? – Leonardo Feb 05 '13 at 06:02
  • @Leonardo Assume $s_i >A$ for all $i$, then this assumption implies $A>A$ and it implies $A\neq A$. – Hanul Jeon Feb 05 '13 at 06:06
  • Yes thank you, the more I stare at the answer the more obvious it seems, its like one of those hidden paintings or something. – Leonardo Feb 05 '13 at 06:11