Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Prove that xR:x2rx1|r|2.

+1
−1

Prove that the inequality x2rx1 holds true for all real numbers x if and only if |r|2.

My (proposed) solution, which took me around 2 hours:

First, we reframe the inequality to x2rx+10.Suppose r=a satisfies the inequality for all real numbers x. Consequently, it also does for all real numbers x: (x)2a(x)+10 x2(a)x+10 And we get that r=a satisfies the condition if and only if r=a does too. Then, we only need to consider cases where r0.

Furthermore, let us consider cases where r>2. The inequality holds for all x, so we test it for 0<x=2r<1. x22+10 02+10, contradiction. We are left with r[0,2].

Another observation. If a0 and r=a fulfills the condition, x2rx+10 For x0, we find that r<a also fulfills the condition. All three terms are positive when x<0, and therefore for a0, all r<a fulfill the condition if r=a does. Therefore, all that's left to do is to prove the case for r=2, and we are done.

Notice that a+b1a+b, and (x1)20x22x+1=x22x+10. Combining the two, 0x22x1+2x2+2x+2. And as long as aZ, a=a1. Applying that, for 2xZ, 0x2+2x+2=x22x+1  And if n=2xZ, 014n2n+2. Notice that n1(mod4) or n3(mod4)n21(mod4). So, 014(n21)n+2 014n2n+74 0(12n1)2+34 .

Is my proposed solution correct? And better yet, is there a faster (and shorter) way to find this proof?

Thank you in advance, and feel free to correct any errors I made!

History
Why does this post require attention from curators or moderators?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

1 answer

+4
−0

This is definitely more complicated than it needs to be.

First, we can rewrite the inequality as x2+1rx

Proof 1

(This is the first proof I wrote, but the second one is nicer and takes a more categorical perspective.)

x2+1=1 for |x|<1 so choosing x to be the opposite sign of r leads to |x||r|<2 on the same domain. Since |x| gets arbitrarily close to 1, this implies that |r|2. (If you want to formalize this more, you can take the limit with |x|=11/n as n.) This gives the left to right implication.

Since floor is monotonic, we also have x2+1rx implies x2+1rx. Thus we have the constraint x2rx+10 We know the minimum of this function is at x=r/2 and substituting that into the inequality gives r2/4r2/2+10 which can easily be solved for r24 or |r|2 giving the right to left implication. (The change of order for the inequality is because we end up multiplying both sides by 4.)


I wanted to make a second proof that leveraged a(n even) more categorical perspective. To that end, in addition to noting that floor is functorial, i.e. monotonic, we also know that it is a right adjoint via ι where ι:ZR is the inclusion which I'll suppress going forward. Explicitly, we have mxmx for any xR and mZ. Finally, we have the full and faithfulness of the Yoneda embedding, which is to say xyz.zxzy. Using these in our problem leads to the following proof.

Proof 2

For the direction: rxx2+1m.mrxmx2+1m.mrxmx2+1m.m>x2+1m>rx We now choose m=2 and |x|(0,1) with the sign of x opposite of r. We then have 2/|x|>|r| and thus |r| is bounded by the greatest lower bound of {2/|x|x(0,1)} which is 2.

For the direction: If we can show that rxx2+1 then monotonicity would finish the proof. If r and x have opposite signs, this easily holds, so assume they have the same sign and, without loss of generality, they're both positive. We then have 2x+1/x, but the right hand sides' minimum (with positive x) which you can find using the usual calculus approach occurs when x=1, finishing the proof.

History
Why does this post require attention from curators or moderators?
You might want to add some details to your flag.

1 comment thread

Floor is monotonic (1 comment)

Sign up to answer this question »