Proof with a monotone function

  • Thread starter Thread starter Felafel
  • Start date Start date
  • Tags Tags
    Function Proof
Click For Summary

Homework Help Overview

The discussion revolves around a limit proof involving a monotone function, specifically examining the behavior of the function as it approaches infinity. The original poster seeks to show that if the limit of the ratio of the function evaluated at twice the input to the function evaluated at the input approaches one, then this property holds for any positive constant multiplied by the input.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants explore the implications of the limit definition and question the validity of specific steps in the proof. There are discussions about whether the proof holds for different values of the constant c, particularly for values less than one. Some participants suggest alternative approaches and express confusion over certain inequalities used in the reasoning.

Discussion Status

The discussion is active, with participants providing feedback on each other's reasoning and questioning specific assumptions. Some have offered alternative perspectives on the proof, while others are still seeking clarity on certain points. There is no explicit consensus yet, but several productive lines of inquiry are being explored.

Contextual Notes

Participants are considering the implications of the monotonicity of the function and its positivity. There are also questions about the behavior of the function when evaluated at different scales, particularly in relation to the limit approaching infinity.

Felafel
Messages
170
Reaction score
0

Homework Statement


Let ##f:\mathbb{R}\to \mathbb{R}## a monotone function sucht that
## \displaystyle \lim_{x \to +\infty} \frac{f(2x)}{f(x)}=1##
show that for all c>0, we have
##\displaystyle \lim_{x \to +\infty} \frac{f(cx)}{f(x)}=1##

I think I'm almost there. Does it look okay to you? also, is it valid for 0<c<1 or just for c>1?
thank you very much

The Attempt at a Solution


For the definition of limit to infinity:
##\forall \epsilon >0## ##\exists S>0## ##:##

##|f(x)-l|<\epsilon## ##\forall x>S##

##\displaystyle \lim_{x \to +\infty} \frac{f(2x)}{f(x)}=1## ##\Rightarrow## ##|\frac{f(2x)}{f(x)}-1|<\epsilon$ $\forall x>S##

which means

##f(x)(-\epsilon+1)<f(2x)<(\epsilon+1)f(x)## (I see it's monotonically decreasing, and so 1 is the infimum)

But if ##\forall \epsilon>0## i get ##-\epsilon f(x)+f(x)<f(2x)<\epsilon f(x)+f(x)##

Being ##\epsilon \to 0## ##\Rightarrow## ##|f(2x)-f(x)|=0##

And so:

##f(2x) \leq (1+\epsilon)f(x)##

##f(3x) \leq (1+\epsilon)f(2x)##

##f(3x) \leq (1+\epsilon)^2f(x)##

##1 \leq f(cx) \leq (1+\epsilon)^{c-1} f(x)##

##\epsilon \to 0## ##\Rightarrow## ##1 \leq f(cx) \leq f(x)## and, for the squeeze rule:

##\displaystyle \lim_{x \to +\infty} f(cx)=1## so

##\displaystyle \lim_{x \to +\infty} \frac{f(cx)}{f(x)}=1##
 
Physics news on Phys.org
Hi Felafel! :smile:
Felafel said:
##f(2x) \leq (1+\epsilon)f(x)##

##f(3x) \leq (1+\epsilon)f(2x)##

shouldn't that be f(4x) ? :confused:

anyway, how would you apply it to c = √2 ?
 
tiny-tim said:
Hi Felafel! :smile:


shouldn't that be f(4x) ? :confused:

anyway, how would you apply it to c = √2 ?
hello! :)
no, I actually meant to write that 3x, doesn't it work to you?
also, i think that being ##cx=\sqrt{2x} > x## it should go, as the sequence is decreasing.
My doubt was more if it worked for ##c=\frac{1}{2}## being then cx<x
but maybe I am wrong..
 
Felafel said:
no, I actually meant to write that 3x, doesn't it work to you?

no, i don't see where that line comes from :confused:
 
oh, okay i'll just delete it then, it is also rather unnecessary if the other passages are right.
do you think the rest of the proof works, on the other hand?
 
Is this monotone function decreasing, and is it positive?
 
Felafel said:
oh, okay i'll just delete it then, it is also rather unnecessary if the other passages are right.
do you think the rest of the proof works, on the other hand?

For monotone f and ##c \in (1,2)## what are the relationships between f(x), f(cx) and f(2x)?
 
I'll give it a thoroughly different try:

Definition of the limit to infinity:

##\forall \epsilon >0 \exists S>0:##
##|f(x)-l|<\epsilon \forall x>S##
##\displaystyle \lim_{x \to +\infty} \frac{f(2x)}{f(x)}=1\Rightarrow## ##|\frac{f(2x)}{f(x)}-1|<\epsilon## ##\forall x>S##

which means:

##\displaystyle \lim_{x \to \infty}f(x)= \displaystyle \lim_{x \to \infty}f(2x)= L##

Assuming the function is monotonically increasing, and c>1, L is the supremum, and we also have:

##f(cx)=\frac{f(cx)}{f((c-1)x)} \frac{f((c-1)x)}{f((c-2)x)}...\frac{f(2x)}{f(x)}## (c terms)
Each term is ## \leq \epsilon +1## thus:

##f(x)(1-\epsilon)^c \leq f(cx) \leq L## and doing the limit i get:
##\displaystyle \lim_{x \to \infty} f(cx)=L## ##\Rightarrow## ##\displaystyle \lim_{x} \frac{f(cx)}{f(x)}=1##

Assuming f is increasing and 0<c<1, i get:

##f(cx)=\frac{f(x)}{f(x-1)} \frac{f(x-1)}{f(x-2)}...\frac{f(s+1)}{f(s)}## (c-s terms)

So:
##f(s)(L-\epsilon)^{c-s} \leq f(cx) \leq f(x)(1+\epsilon)^c## doing the limit:
##f(cx)\to L##If the function is monotonically decreasing I'd follow the same procedure with inverted signs.
 
Hi Felafel! :smile:
Felafel said:
##\displaystyle \lim_{x \to \infty}f(x)= \displaystyle \lim_{x \to \infty}f(2x)= L##

But what if L = ∞ ?

eg if f(x) = logx,

then limlogx = ∞, but limf(2x)/f(x) = lim(logx + log2)/logx = 1 :wink:
 
  • #10
yess, it should go even if L is not finite :)!
thanks for checking!
 
  • #11
i still don't see where you're getting eg f(cx)/f((c-1)x) ≤ ε + 1 from :confused:
 
  • #12
i did it because c>s and ##f(2x)/(f(x) \leq \epsilon +1## and thought it would apply to every element of the function. is it wrong?
 
  • #13
it only applies to f(a)/f(b) if a = 2b :redface:
 
  • #14
argh, thought a=b+1 was sufficient.
Is there any other way I can solve this problem then? :( or should I try a completely different reasoning?
 
  • #15
Felafel said:
I'll give it a thoroughly different try:

Definition of the limit to infinity:

##\forall \epsilon >0 \exists S>0:##
##|f(x)-l|<\epsilon \forall x>S##
##\displaystyle \lim_{x \to +\infty} \frac{f(2x)}{f(x)}=1\Rightarrow## ##|\frac{f(2x)}{f(x)}-1|<\epsilon## ##\forall x>S##

which means:

##\displaystyle \lim_{x \to \infty}f(x)= \displaystyle \lim_{x \to \infty}f(2x)= L##

Assuming the function is monotonically increasing, and c>1, L is the supremum, and we also have:

##f(cx)=\frac{f(cx)}{f((c-1)x)} \frac{f((c-1)x)}{f((c-2)x)}...\frac{f(2x)}{f(x)}## (c terms)
Each term is ## \leq \epsilon +1## thus:

##f(x)(1-\epsilon)^c \leq f(cx) \leq L## and doing the limit i get:
##\displaystyle \lim_{x \to \infty} f(cx)=L## ##\Rightarrow## ##\displaystyle \lim_{x} \frac{f(cx)}{f(x)}=1##

Assuming f is increasing and 0<c<1, i get:

##f(cx)=\frac{f(x)}{f(x-1)} \frac{f(x-1)}{f(x-2)}...\frac{f(s+1)}{f(s)}## (c-s terms)

So:
##f(s)(L-\epsilon)^{c-s} \leq f(cx) \leq f(x)(1+\epsilon)^c## doing the limit:
##f(cx)\to L##If the function is monotonically decreasing I'd follow the same procedure with inverted signs.

I think this is longer than necessary. First: [tex]\frac{f(4x)}{f(x)}= \frac{f(4x)}{f(2x)} \cdot \frac{f(2x)}{f(x)} \to 1 \text{ as } x \to \infty,[/tex] and similarly,
[tex]\lim_{x \to \infty} \frac{f(2^k x)}{f(x)} = 1, \: k = \pm 1, \pm 2, \ldots .[/tex]
Also, if x > 0 and ##c \in (1,2)## we have ## x < cx < 2x##, so for monotone f > 0 we have either ##f(x) \leq f(cx) \leq f(2x)## or ##f(x) \geq f(cx) \geq f(2x)##, and dividing by f(x) gives either ##1 \leq f(cx)/f(x) \leq f(2x)/f(x)## or ##1 \geq f(cx)/f(x) \geq f(2x)/f(x)##. Thus, ##f(cx)/f(x) \to 1.## Applying the same argument to ##f(2^k x)/f(x)## gives the result for any c > 0.

The same type of argument applies if f < 0.
 
  • #16
Ray Vickson said:
I think this is longer than necessary. First: [tex]\frac{f(4x)}{f(x)}= \frac{f(4x)}{f(2x)} \cdot \frac{f(2x)}{f(x)} \to 1 \text{ as } x \to \infty,[/tex] and similarly,
[tex]\lim_{x \to \infty} \frac{f(2^k x)}{f(x)} = 1, \: k = \pm 1, \pm 2, \ldots .[/tex]
Also, if x > 0 and ##c \in (1,2)## we have ## x < cx < 2x##, so for monotone f > 0 we have either ##f(x) \leq f(cx) \leq f(2x)## or ##f(x) \geq f(cx) \geq f(2x)##, and dividing by f(x) gives either ##1 \leq f(cx)/f(x) \leq f(2x)/f(x)## or ##1 \geq f(cx)/f(x) \geq f(2x)/f(x)##. Thus, ##f(cx)/f(x) \to 1.## Applying the same argument to ##f(2^k x)/f(x)## gives the result for any c > 0.

The same type of argument applies if f < 0.

Great! Thank you very much :)
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
Replies
6
Views
3K
  • · Replies 13 ·
Replies
13
Views
4K
Replies
16
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 31 ·
2
Replies
31
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 7 ·
Replies
7
Views
3K