B Finite linear combination of continuous functions is continuous?

AI Thread Summary
The discussion centers on whether a finite linear combination of Lipschitz continuous functions, specifically the expression aG(t) + bH(t), remains Lipschitz continuous. Participants highlight a misunderstanding regarding the definition of Lipschitz continuity, noting that the incorrect definition permits unbounded growth, contrary to the intended limitation of function speed. The correct approach involves using the triangle inequality to derive a suitable constant K3 for the linear combination. Clarifications are made about the implications of the wrong definition, particularly in cases where the functions yield the same output for different inputs. Overall, the conversation emphasizes the importance of accurate definitions in mathematical proofs.
docnet
Messages
796
Reaction score
488
TL;DR Summary
This isn't a homework problem but a general question that I had.
Is the linear combination of Lipschitz continuous functions also continuous?
##G## and ##H## are real valued Lipschitz continuous functions. There exists a ##K_1,K_2\geq 0## such that for all ##s,t##,
$$(s-t)^2\leq K_1^2 (G(s)-G(t))^2$$
and
$$(s-t)^2\leq K_2^2 (H(s)-H(t))^2.$$
Is ##aG(t)+bH(t)## where ##a,b## are real constants also Lipschitz continuous?
I tried showing this is true and am having difficulty.
$$\begin{align*}
(s-t)^2&\leq K_3^2 (aG(t)+bH(t) -(aG(s)+bH(s)))^2\\
&= K_3^2(aG(t)-aG(s))+(bH(t)-bH(s)))^2\\
&= K_3^2 (a(G(t)-G(s))+b(H(t)-H(s)))^2\\
&=K_3^2(a^2(G(t)-G(s))^2+b^2(H(t)-H(s))^2 +ab(G(t)-G(s))(H(t)-H(s))
\end{align*}$$
I considered choosing ##K=\max\left(\frac{K_1}{a},\frac{K_2}{b} \right)## but realized it wouldn't work. A Little help would go a long way. Thanks.
 
Mathematics news on Phys.org
Oh yikes... it turns out the definition of Lipschitz continuous is wrong in my notes. I also think that the easiest way to find ##K_3## is using the triangle inequality after doing some work using the correct definition.
 
  • Like
Likes FactChecker
docnet said:
Oh yikes... it turns out the definition of Lipschitz continuous is wrong in my notes. I also think that the easiest way to find ##K_3## is using the triangle inequality after doing some work using the correct definition.
Yes. Good catch. The definition you have in post #1 allows the function, G, to grow with unlimited speed. The correct definition of "Lipschitz continuous" is intended to do the opposite and limit the speed.
 
FactChecker said:
Yes. Good catch. The definition you have in post #1 allows the function, G, to grow with unlimited speed. The correct definition of "Lipschitz continuous" is intended to do the opposite and limit the speed.
Noted! Thank you.

The wrong definition is also false, because for ##s##, ##t## and ##G## such that ##|s-t|>0## and ##G(s)=G(t)##, there does not exist a ##K\geq 0## such that ## |s-t|\leq K| G(s)-G(t)| = 0##.
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Thread 'Imaginary Pythagoras'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Back
Top