0

The $n$-dimensional torus is $\mathbb T^n=\mathbb R^n/\mathbb Z^n$. Let $|x|$ be the Euclidian norm. What is $|x|$ for $x\in \mathbb T^n$?

PtF
  • 9,655

1 Answers1

1

Since $\mathbb T^n$ is not a vector space, it makes little sense to talk about norms. Let's consider the metric induced on $\mathbb R^n$ by the norm, namely $d(x,y)=|x-y|$. This metric naturally induces the quotient metric on $\mathbb T^n$: it's just the minimal distance between representatives of equivalence classes $\bar x,\bar y\in\mathbb T^n$: $$\tilde d(\bar x, \bar y) = \min_{z\in \mathbb Z^n}d(x+n,z)$$ Here it helps that we take the quotient by a group of isometries.

Since the metric is invariant under group translation, it makes perfect sense to write it as $|\bar x-\bar y|$. Here $$|\bar x| = \min_{z\in\mathbb Z^n} |x+n|$$ which is the closest thing to a "norm" that you can have on the torus.

user127096
  • 9,683