Consider the collection of all $n$-colorings of $\mathbb{Z^{d}}$ (i.e. the collection of all ways to color each lattice point one of $n$ colors). What are some non-trivial ways to define a topology on this collection?
topology on n-colorings of a lattice?
0
$\begingroup$
general-topology
integer-lattices
1 Answers
1
Hint: what topologies do you know on $\{0,1\}^{\mathbb{Z}}$, which is the set of $2$-colorings of $\mathbb{Z}^1$? Can you extend them to this case?
-
0Thanks....subspace topology of the box/product topology? Are there any other that you know of? I'm playing around with a function defined on this collection and would like to have different topologies to work with. – 2011-12-01
-
0The discrete topology is another one unless it counts as trivial. If you define a "metric" in the spirit of Hamming distance (even though the value may be infinite) is that the same as the product topology? – 2011-12-01
-
0The 'Hamming Distance' topology is discrete; e.g. the set B({1,0,0,0...}, 1.5) intersected with B({0,1,0,0,0...}, 1.5) intersected with B({0,0,1,0,0,0...}, 1.5) is just the one-point set {0,0,0,0,0...}. – 2011-12-31