In many spatial statistics references, isotropic covariance functions are usually defined in terms of Euclidean distance. But does this generalize to different norms on $R^n$? For example, if we took the exponential covariance function,
$$C(\textbf{s},\textbf{t}) = \exp(-||\textbf{s}-\textbf{t}||)$$
does, $C(\cdot,\cdot)$ remain isotropic on $R^n$ if $||\cdot||$ was for example, the $\ell_\infty$ norm, $||\textbf{s}-\textbf{t}|| = \max\limits_{1\leq i \leq n}|s_i-t_i|$? My original guess was yes, because all norms are equivalent on $R^n$. However, I might be misinterpreting what isotropy means here. I believe the official definition requires that $C(\textbf{s},\textbf{t})$ is invariant under rotations, but I'm not sure how that would apply to the $\ell_\infty$ norm.