Is Y(n) a Decreasing Sequence Given Its Definition as an Infimum?

  • Thread starter Thread starter semidevil
  • Start date Start date
AI Thread Summary
The discussion revolves around whether the sequence Y(n), defined as the infimum of a sequence X(n), is decreasing. Participants clarify that Y(n) represents the greatest lower bound of the elements in X(i) for i from 1 to n. It is established that Y(n) is non-increasing, meaning it can either decrease or remain constant, but not increase. The proof involves induction, showing that if adding a new element to the sequence does not lower the infimum, Y(n) remains the same; otherwise, it decreases. The distinction between "decreasing" and "non-increasing" is also debated, with emphasis on the need for clarity in definitions.
semidevil
Messages
156
Reaction score
2
so let X(n) be a sequence. Let Y(n) = inf{x(i) : 1 <= i <= n}.

show y(n) is decreasing.

ok, first of all, how do I read this problem?

do I say in words, Y(n) is equal to the infima of x(i), where i is between 1 and n?

so what does that mean?? no idea where to start.

ok, so here is how I usually start. I read each sentence, and try to find out what it is by definition, and then try to connect:

here is attempt:

-ok, so X(n) is a sequence, so we have X(1)...X(2)...X(i)...to X(n).
-and Y(n) is the infima(the lower bound) of X(i), where i could be, and including 1 to n.
-so can I just say Y(n) = inf{X(i)}, where i is arbitrary and between 1 or n.

ok, so I need to show that y(n) is a decreasing...meaning y(1) < y(j) < y(n) right?

ok, so how do I do? I mean, I really have no idea on how else to do this besides defintion by definition, so it takes a while...and I still don't know how to connect...

edit: ok, so here is my attempt at the sollution.

we need to prove that y(n) is decreasing. This actually means that y(1) < y(2) < y(i) < y(n) right?

so by definition, if the inf of x(i) = blah, then y = blah right? so basically, Y(n) is the greatest lower bound of X(n)...

but what does this say about whether Y decrease or increase?

edit again, man, after 1 hour, I give up...but here is the closest thing I can think of. so if Y(n) is the infimum, that means it is the greatest lower bound. So if we let Y(1) Y(2)...Y(i)...Y(n), that obviously means it is decreasing and is going to the infimum...right?

im moving on to the next problem, but can someone clear this up for me?
 
Last edited:
Physics news on Phys.org
Y need not be decreasing. It is non-increasing, but it need not be decreasing.

One thing you know is that the infimum will be an element of the set, since it's finite, i.e. Y(n) will only contain n elements, so it's least upper bound will be the least of those n elements. You can show that Y(n) is non-increasing.

Let Y(n) = inf{X(1), X(2), ..., X(n)} = X(j) (where 1 < j < n)
Then Y(n + 1) = inf{X(1), ..., X(n), X(n+1)}
If X(n + 1) > X(j), what will inf{X(1), X(2), .., X(j), ..., X(n), X(n+1)} be, given X(j) = inf{X(1), .., X(n)}? If X(n + 1) < X(j), what will it be? This should be very simple to do. Essentially, all you're proving is that if you have a bunch of numbers, and x is the smallest of those numbers, then if you add another number to the bunch, the smallest number of the new bunch cannot be greater than x.
 
semidevil said:
so let X(n) be a sequence. Let Y(n) = inf{x(i) : 1 <= i <= n}.

show y(n) is decreasing.

ok, first of all, how do I read this problem?

do I say in words, Y(n) is equal to the infima of x(i), where i is between 1 and n?

so what does that mean?? no idea where to start.

ok, so here is how I usually start. I read each sentence, and try to find out what it is by definition, and then try to connect:

here is attempt:

-ok, so X(n) is a sequence, so we have X(1)...X(2)...X(i)...to X(n).
-and Y(n) is the infima(the lower bound) of X(i), where i could be, and including 1 to n.
-so can I just say Y(n) = inf{X(i)}, where i is arbitrary and between 1 or n.

ok, so I need to show that y(n) is a decreasing...meaning y(1) < y(j) < y(n) right?

NO:) Y decreasing means that y1>=y2>=y3>=...yn.

Decreasing means that it is not increasing, staying unchanged is also allowed.
And "a less than b" is denoted by a< b.

To prove the statement that Y is decreasing when yn=inf{X(i)}, you can use the method of induction.

If n=1, x1=y1. Right?

If n=2, x2 might be greater, equal or lower than x1. Y2 will be the lower one from both xi-s. If x2 >=x1, y2=y1. If x2<x1, y2=x2<y1. So the statement is true for n=2.

Now you assume that it is true for n=k, - yk=inf(X(k)}- ,and try to prove the statement for n=k+1.

Well, yk=inf{x1,...xk}. If x(k+1) is not lower than the lowest among {x1...xk } than yk+1=yk. If x(k+1) < xi for all i<=k than y(k+1) = x(k+1).

If x(k+1) < xi for all i<=k then inf{X(k+1)}=x(k+1)<inf{X(k)}, that is y(k+1)< yk. Otherwise y(k+1)=yk.
The statement was true for k=2, and it is true for all the next positive integers, that is, for any n .


ehild
 
"NO:) Y decreasing means that y1>=y2>=y3>=...yn.

Decreasing means that it is not increasing, staying unchanged is also allowed.
And "a less than b" is denoted by a< b. "

While that convention may be used in a specific context, I would expect that it would be stated.

Normally, "decreasing" means a< b< c, etc. while "non-increasing" means a<= b<= c, etc.

Some authors, hopefully making it clear that they are using that convention, use
decreasing to mean a<=b<= c, etc and "strictly decreasing" to a< b< c etc. but I wouldn't consider that standard.
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
Back
Top