Proving Y(n) is Decreasing: A Step-by-Step Guide

  • Thread starter semidevil
  • Start date
If you were my student, I would grade you wrong on that point. But I have the feeling that I am nit-picking.In summary, Y(n) is defined as the infimum of the sequence X(n) for values of i from 1 to n. The goal is to prove that Y(n) is decreasing, meaning that each value of Y is non-increasing. This can be shown using the method of induction, by showing that for each value of n, Y(n) is either equal to the previous value or smaller.
  • #1
semidevil
157
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
  • #2
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.
 
  • #3
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
 
  • #4
"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.
 

1. How can I prove that Y(n) is decreasing?

To prove that Y(n) is decreasing, you must show that Y(n+1) < Y(n) for all values of n. This can be done by using mathematical induction or by showing that the derivative of Y(n) is always negative.

2. What is the importance of proving that Y(n) is decreasing?

Proving that Y(n) is decreasing is important because it allows us to make predictions and draw conclusions about the behavior of Y(n) as n increases. It also helps us understand the relationship between Y(n) and other variables in the system.

3. Can I use a graph to prove that Y(n) is decreasing?

Yes, a graph can be a helpful tool in proving that Y(n) is decreasing. By plotting the values of Y(n) for different values of n, you can visually see if the function is decreasing. However, a graph alone is not sufficient proof and should be accompanied by a mathematical proof.

4. What are the common mistakes to avoid when proving that Y(n) is decreasing?

One common mistake is assuming that Y(n) is decreasing without proper justification. It is important to clearly state and prove each step in the process. Additionally, be careful not to mix up the direction of the inequality when manipulating equations.

5. Are there any tips for making the proof of Y(n) decreasing easier?

One tip is to start by clearly defining the function Y(n) and any other variables involved. This will help you identify any patterns or relationships that can be used in the proof. Additionally, break down the proof into smaller steps and clearly explain each step to make the overall process more manageable.

Similar threads

  • Calculus and Beyond Homework Help
Replies
4
Views
218
  • Introductory Physics Homework Help
Replies
18
Views
1K
  • Introductory Physics Homework Help
Replies
24
Views
1K
  • Introductory Physics Homework Help
Replies
1
Views
188
  • Calculus and Beyond Homework Help
Replies
1
Views
452
  • Calculus and Beyond Homework Help
Replies
3
Views
506
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Introductory Physics Homework Help
Replies
11
Views
213
  • Calculus and Beyond Homework Help
Replies
5
Views
611
  • Introductory Physics Homework Help
Replies
3
Views
185
Back
Top