Can You Solve a Problem Using the Definition of Supremum?

Click For Summary
The discussion revolves around solving a problem using the definition of supremum, where the user presents a solution involving inequalities and cases for the supremum, M. The user expresses confusion regarding the direction of an inequality derived from their reasoning. They also consider using proof by contradiction to clarify their understanding of the supremum. Other participants suggest re-evaluating the approach, particularly concerning the implications of choosing specific values for s and epsilon. The conversation emphasizes the need for careful consideration of definitions and conditions in mathematical proofs.
member 731016
Homework Statement
I have solved the problem below; however, I am unsure whether it is correct (I list the step below which I am not sure whether I am allowed to do).
Relevant Equations
##M = sup S##
##s > M - \epsilon##
For this problem,
1710202583981.png

My solution:
Using definition of Supremum,
(a) ##M ≥ s## for all s
(b) ## K ≥ s## for all s implying ##K ≥ M##

##M ≥ s##
##M + \epsilon ≥ s + \epsilon##
##K ≥ s + \epsilon## (Defintion of upper bound)
##K ≥ M ≥ s + \epsilon## (b) in definition of Supremum
##M ≥ s + \epsilon##

Now we have two cases for the inequality:

(1) ##M = s + \epsilon##
(2) ##M > s + \epsilon##

For case (1), ##M ≠ s + \epsilon## from definition of Supremum so,

##M > s + \epsilon##
##M - \epsilon > s##

I am unsure why I get the wrong inequality direction. However, apart for that, it seems correct. I would appreciate any help.

Thanks for any help - Chiral.
 

Attachments

  • 1710202578980.png
    1710202578980.png
    11.3 KB · Views: 92
Physics news on Phys.org
I wonder if you could use a proof by contradiction., i.e.,

Assume there exists an ##\epsilon>0## such that there does not exist a ##s\in S## such that##s>M-\epsilon##, then it must be that ##M \neq \text{sup}(S)##.
 
  • Like
  • Love
Likes member 731016 and FactChecker
ChiralSuperfields said:
Homework Statement: I have solved the problem below; however, I am unsure whether it is correct (I list the step below which I am not sure whether I am allowed to do).
Relevant Equations: ##M = sup S##
##s > M - \epsilon##

For this problem,
View attachment 341649
My solution:
Using definition of Supremum,
(a) ##M ≥ s## for all s
(b) ## K ≥ s## for all s implying ##K ≥ M##

##M ≥ s##
Is this any particular s? Suppose it is thousands below M. What will that prove?
ChiralSuperfields said:
##M + \epsilon ≥ s + \epsilon##
Is this any particular ##\epsilon##? What if it is huge?
ChiralSuperfields said:
##K ≥ s + \epsilon## (Defintion of upper bound)
No. If s is close enough to M and ##\epsilon## is huge, this is not true.
I think this approach is doomed to fail. You need to rethink it.
 
Last edited:
  • Love
Likes member 731016
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...