I am looking for the maximum taxicab distance between two points in a 2dim lattice with imposed periodic boundary conditions.
Taxicab Distance in 2 dimensions for two points $(x_1, y_1)$ and $(x_2, y_2)$ is defined as:
$|x_1 - x_2| + |y_1 - y_2| $
Let a 2 dimensional lattice be with size $L \times L$ with periodic boundaries such that: $x=L+1=1$ and $y=L+1=1$, so every point is contained within the lattice.
I guess that the maximum distance is $L$, however I am not entirely sure.
$Edit$:
I have added a photo which illustrates the two points where I think the distance between them would be $L$. (The blue point and the blue X) Points where I think distance might be $L$