What is $|x-y|$ here?

36 Views Asked by At

I feel confused about this paragraph. What does $|x-y|$ mean here? Taking every element of a vector positive? Or length of a vector? I feel so confused. Thanks!

enter image description here

enter image description here

1

There are 1 best solutions below

3
On

It's the length of the vector $x-y$. You can see this in the line that follows: $$ x-y=\sqrt{(x-y)\cdot(x-y)}=\sqrt{x\cdot x+y\cdot y-2x\cdot y}=\sqrt{|x|^2+|y|^2-2x\cdot y}. $$