A quick question on notation interpretation

michonamona
Messages
120
Reaction score
0
Hello,

How is the following notation read?


(a_n) is a bounded sequence. Lety_n = sup(a_k : k\geq n)


What is meant by k\geq n?

Thank you for your help.

M
 
Physics news on Phys.org
Seems like you're dealing with limsups. Basically

y_n = \sup \{a_n, a_{n+1}, a_{n+2}, ...\},

so that

y_1 = \sup \{a_1, a_2, a_3,... \}
y_2 = \sup \{a_2, a_3, a_4,... \}

etc.

In your notation, the k is just a dummy variable that tells us that all terms of the sequence (a_n) from the n-th term forward is included in the set in which we take the supremum of to get y_n.
 
ah... thanks!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top