Understanding Supremum and Infimum: A Brief Explanation

  • Thread starter Thread starter Felafel
  • Start date Start date
  • Tags Tags
    Set Supremum
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
9 replies · 3K views
Felafel
Messages
170
Reaction score
0
Hello everyone,
I found this exercise on the internet:
find the supremum and infimum of the following set A1, where
A1 = {2(-1)^(n+1)+(-1)^((n^2+n)/2)(2+3/n): n belongs to |N*}
being |N* = |N\{0}

The solution was:
A1 = {-3, -11/2, 5}U{3/4k, -3/(4k+1),-4-3/(4k+2),4+3/(4k+3) : k belongs to |N*}

I don't get the reasoning behind. what's k? why and how did they use it?
 
Physics news on Phys.org
micromass said:
It would help us a lot if you would use this to make your post more readable.

ok, here i go:

find the supremum and infimum of the following set A1, where
[itex]A1 = {2(-1)^{n+1} + (-1)^{(\frac{n^2+n}{2})} ( 2+ \frac{3}{n}): n \in \mathbb{N}*}[/itex]

being [itex]\mathbb{N}^{*} = \mathbb{N} \setminus \Big\{0\Big\}[/itex]

The solution was:
[itex]A1 = \Big\{-3,\frac{-11}{2}, 5\Big\} \cup \Big\{\frac{3}{4k}, \frac{-3}{4k+1},-4- \frac{3}{4k+2},4+ \frac{2}{4k+3}\Big\} : k \in \mathbb{N}[/itex]

what's the reasoning behind this solution? why using the k?
 
According to the text, thanks to this proceeding you prove that:
[itex]inf A1= - \frac{11}{2}, supA1=5[/itex]
(even knowing it still doesn't help me to understand how they solved that)
 
sorry, didn't know latex didn't work on quick replies.
here i go again:

According to the text, thanks to this proceeding you prove that:
[itex]inf A1= - \frac{11}{2}, supA1=5[/itex]
(even knowing it still doesn't help me to understand how they solved that)
 
Ah, now it makes sense. What they essentially do is write that A1 in another form. Why did they do that? Well because that other form makes it easier to see what the infimum and the supremum actually is.

Now, do you understand that the other form of A1 is equal to your original set?? That would be the first thing you might want to figure out.
 
no, i don't get how the set was manipulated :(
 
The idea is that things like [itex](-1)^{n+1}[/itex] and [itex](-1)^{(n^2+n)/2}[/itex] are annoying expressions. They are either 1 or -1. Can you find conditions on n on when the result is 1 and when it is -1??

Let me do the first: [itex](-1)^{n+1}[/itex] is 1 if n+1 is even and is -1 if n+1 is odd. So we get the following result

[tex]2(-1)^{n+1}+(-1)^{(n^2+n)/2}(2+\frac{3}{n})=\left\{\begin{array}{ll} 2+(-1)^{(n^2+n)/2}(2+\frac{3}{n}) & \text{if n is odd}\\ -2 + (-1)^{(n^2+n)/2}(2+\frac{3}{n}) & \text{if n is even}\end{array}\right.[/tex]

Can you do a similar thing to get rid of the [itex](-1)^{(n^2+n)/2}[/itex]?
 
thankss, much clearer now :)