(This question is worth 15 points in total) It is known that the infinite sequence satisfies , where represents the largest number in , and represents the smallest number in .
(I) Write all possible values of when .
(II) If the term in the sequence has a maximum value, prove: 0 is the term in the sequence .
(III) If , is there a positive real number such that for any positive integer , there is ? If it exists, write down an that satisfies the conditions; if it does not exist, explain the reason.
(I)(II) is relatively simple, readers are asked to prove it themselves.
The original recursion is equivalent to . It can be seen that pushing forward from the back (terms with large subscripts) is unique, but it is difficult to push backward from the front (terms with small subscripts). We think "backwards".
From the extreme point of view, the overall trend of the sequence is probably increasing, and there must be some items tending to M and other items tending to 0. Otherwise, if they all tend to M, it will lead to the contradiction. We use this as the starting point for writing (III). (III) does not exist. Assuming that such M exists, we might as well set M as the tightest upper bound:
First, , otherwise if , it is contradictory.
.
The following shows that there must be two items before and after, the former term is not less than M-m, and the latter term is not greater than m.
Classify :
- , then if , this leads to a contradiction. If , this leads to a contradiction
- , if , is contradictory. If , then . At this time, select
- , now select
Let the selected two items be and proceed backwards.
There must be , otherwise there must be , resulting in a contradiction.
The following is classified according to :
- , if , then , it is contradictory; if , it is also contradictory.
- , if , then , which leads to a contradiction; if , then returns to situation i, that is, and .
Then we can get:
By analogy, , as long as k is chosen to be large enough, can be used to derive a contradiction.
Q.E.D
(III) Answer (organized by DeepSeek)
Suppose there exists a positive real number such that for all there is . Since all terms are positive, let be the minimum upper bound (upper bound), then and each term is less than (otherwise if a term is equal to , from (II) there will be 0, which is a contradiction).
Taking , defined by the supremum, there exists such that . Classify :
- If , then get from : Take “” to get , take “” to get , both are contradictory.
- If , then “” gives , which is a contradiction; only “” can be taken to get . This time order .
- If , then let .
So there are two adjacent terms , and .
Recursive Analysis:
Starting from , every three items in the sequence show a "large or small" trend:
From and , there must be . Then we get two possibilities from :
If is taken, the next step is obtained from (Contradiction) or (Contradiction). Therefore only can be taken.
Next, we get from : -(Contradiction)
Taking returns to the decimal , and the new large number is .
Repeat the above process, increasing the maximum number by every three steps, that is: Taking , then is inconsistent with the upper bound . Therefore, the assumption does not hold, that is, there is no such .
Invisible things (standard answer)
A very Cthulhu way to prove it: (III) [Solution] There is no positive real number , so that for any positive integer , there is . The reasons are as follows. Because , therefore . Let the set . (1) If , then . For any , take (where represents the largest integer not exceeding ), Then when , . (2) If , and is a finite set, Suppose , then . For any , take (where represents the largest integer not exceeding ), Then when , . (3) If , and is an infinite set, Let . If , then . Also , a contradiction. So . Remember . When , . Because , therefore . When , . Because , therefore . So . Because , So . So , and . For any , Taking (where represents the largest integer not exceeding ), then when , . In summary, there is no positive real number , so that for any positive integer , there is .
Loading comments…