Prove $d(\vec{x},\vec{y})=d(\vec{y},\vec{x})$
My attempt:
$$d(\vec{x},\vec{y})=||\vec{y}-\vec{x}||$$ $$=\sqrt{(y_1-x_1)^2+...(y_n-x_n)^2}$$ Squarring then taking the square root gives us $$=|(y_1-x_1)|+...|(y_n-x_n)|= |(x_1-y_1)|+...|(x_n-y_n)|$$ Now, $$\sqrt{(|(x_1-y_1)|)^2+...(|(x_n-y_n)|)^2}= \sqrt{(x_1-y_1)^2+...(x_n-y_n)^2}$$ $$=||\vec{x}-\vec{y}||=d(\vec{y},\vec{x})$$
Is my proof correct?