Prove application is a contraction

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
burritoloco
Messages
81
Reaction score
0

Homework Statement


We have the application h: (C[0,1], R) --> (C[0,1], R), defined by
h(f(x)) = [tex]\[\int_0^x cos(f(t))/2\, dt \][/tex]

Prove that h is a contraction.


Homework Equations


Need to prove there exists k, 0<k<1 s.t.

sup_(x in [0,1]) [tex]\left|\int_0^x (cos(f(t)) - cos(g(t)))/2\, dt \right|\][/tex]
<= K sup_(x in [0,1]) |f(x) - g(x)|

for all f, g in domain.

The Attempt at a Solution


I tried saying that the cosine function is smaller or equal to 1, but the LHS became smaller or equal to 1, in which case I can't derive the RHS relationship. Not sure what to do now...
Thanks for your help! (sorry about my latex code)
 
Last edited:
Physics news on Phys.org
btw there should be absolute symbols outside the integral
 
Hello and thanks for your help! I don't speak french, but I do speak spanish :) However my prof is french, very good prof.

Using that inequality (which I had forgotten :P) then using the sum-to-product formulas, and finally using |sin x| <= |x|, I got LHS <= |f(x) - g(x)|/2 as needed.

Thanks again :).