Is this true? euclidean metric <= taxicab metric

  • Thread starter Thread starter Mosis
  • Start date Start date
  • Tags Tags
    Euclidean Metric
Mosis
Messages
53
Reaction score
0
given sequences \left\{x_n\right\}, \left\{y_n\right\}, is it true that

\sqrt{ \Sigma_{n=1}^{\infty} (x_n - y_n)^2} \leq \Sigma_{n=1}^{\infty} |x_n - y_n|

this isn't a homework problem. it's just something that came up - I think it's pretty clear that it's true, but I don't know how to show this.

edit: the sequences are square summable, of course.
 
Last edited:
Physics news on Phys.org
Square both sides. The left hand side is obvious. Squaring the right hand side will yield the square of the left hand side plus another series, each of whose terms is non-negative.
 
right, I'm retarded. i was thinking that squaring something didn't preserve the inequality, but that's because i was confused about something else. thanks! (sorry, it's late, and if i have to prove that one more set is closed or one more set is dense, then I'm going to be very grumpy tomorrow.)
 
... although it's not clear to me how squaring an infinite sum must make sense
 
Mosis said:
... although it's not clear to me how squaring an infinite sum must make sense
If two series A=\sum_{n=1}^{\infty} a_n[/tex] and B=\sum_{m=1}^{\infty} b_m[/tex] are absolutely convergent, the product of the two series is absolutely convergent and converges to AB. See &lt;a href=&quot;http://www.mathreference.com/lc-prod,p2s.html&quot; target=&quot;_blank&quot; class=&quot;link link--external&quot; rel=&quot;nofollow ugc noopener&quot;&gt;http://www.mathreference.com/lc-prod,p2s.html&lt;/a&gt;&lt;br /&gt; &lt;br /&gt; In this case, each element of the series on the right-hand side is non-negative, so if the series converges it is absolutely convergent, and thus its square is&lt;br /&gt; &lt;br /&gt; \left(\sum_{n=1}^{\infty} |x_n-y_n|\right)^2 =&amp;lt;br /&amp;gt; \sum_{n=1}^{\infty} \sum_{m=1}^{\infty} |x_n-y_n| |x_m-y_m|There are four cases to consider in determining the validity of ||x-y||_{L2} \le ||x-y||_{L1}&lt;ol&gt; &lt;li data-xf-list-type=&quot;ol&quot;&gt;Both sides of the inequality involve convergent series.&lt;br /&gt; The way to show that the inequality holds in this case is to square both sides of the inequality as mentioned above.&lt;/li&gt; &lt;li data-xf-list-type=&quot;ol&quot;&gt;The left-hand side diverges, the right hand side converges.&lt;br /&gt; If this case ever did occur it would falsify the conjecture. It is easy to show that this case cannot occur.&lt;/li&gt; &lt;li data-xf-list-type=&quot;ol&quot;&gt;The left-hand side converges, the right hand side diverges.&lt;br /&gt; Example: y_n=0, x_n=1/n. The inequality is trivially true in this case.&lt;/li&gt; &lt;li data-xf-list-type=&quot;ol&quot;&gt;Both sides of the inequality involve divergent series.&lt;br /&gt; Informally, this is essentially the equivalent of ∞ ≤ ∞. Formally, this is nonsense. One or both series needs to converge here.&lt;/li&gt; &lt;/ol&gt;
 
Essentially, you are just saying that a straight line is the shortest distance between two points. The Euclidean metric measures distance along a straight line. The taxi cab metric doesn't.
 
First, if the absolute value infinite series diverges to \infty, there is nothing to prove - the left side MUST be \le the right. If the right side series is finite, then:

If you are concerned about squaring infinite sums you can approach things this way. For any finite n (\Leftrightarrow refers to ``if and only if'')
I know your problem is written with x_i - y_i - think of my work as referring to this difference by z_i

<br /> \begin{align*}<br /> \left(\sum_{i=1}^n z_i^2\right)^{1/2} &amp; \le \sum_{i=1}^n |z_i| \\<br /> &amp; \Leftrightarrow \\<br /> \sum_{i=1}^n z_i^2 &amp; \le \left(\sum_{i=1}^n |z_i|\right)^2 \\<br /> &amp; = \sum_{i=1}^n z_i^2 + 2\sum_{i=1}^{n-1} \sum_{j=i+1}^n |z_i z_j| \\<br /> &amp;\le \sum_{i=1}^\infty z_i^2 + 2\sum_{i&lt;j}^\infty |z_i z_j| \\<br /> &amp;=\left(\sum_{i=1}^\infty |z_i|\right)^2 &lt; \infty<br /> \end{align*}<br />

Since this holds for every value of n, you can let n \to \infty
on the left to find

<br /> \sum_{i=1}^\infty z_i^2 \le \left(\sum_{i=1}^\infty |z_i|\right)^2<br />

the infinite series converge because you are assuming the sums represent metrics on suitably defined sequence spaces.
 
Last edited:

Similar threads

Back
Top