B Finite linear combination of continuous functions is continuous?

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##.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
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...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top