Conditions
Uniform continuity:
Prove that if f and g are uniformly continuous on R and are bound, then f∗g is uniformly continuous on R.
Solution
Consider:
f:M∈R→R
Function f is uniformly continued in M, if:
∀ε>0 ∃δ=δ(ε)>0:∀x1,x2∈M ∣x1−x2∣<δ ∣f(x1)−f(x2)∣<ε
For our case:
As functions are bounded, so
∃M1,M2:∀x∈R ∣f(x)∣<M1 ∣g(x)∣<M2∀ε>0 ∃δ1=δ1(ε)>0:∀x1,x2∈R ∣x1−x2∣<δ1 ∣f(x1)−f(x2)∣<2M1ε∀ε>0 ∃δ2=δ2(ε)>0:∀x1,x2∈R ∣x1−x2∣<δ2 ∣g(x1)−g(x2)∣<2M2ε
Fix ε>0, ∃δ=min(δ1,δ2). Consider:
∣f(x1)g(x1)−f(x2)g(x2)∣=∣f(x1)g(x1)−f(x1)g(x2)+f(x1)g(x2)−f(x2)g(x2)∣≤≤∣f(x1)g(x1)−f(x1)g(x2)∣+∣f(x1)g(x2)−f(x2)g(x2)∣<<M1∣g(x1)−g(x2)∣+M2∣f(x1)−f(x2)∣≤ε
Q.E.D.