Thought of as an additional structure layered on
Euclidean space, taxicab distance depends on the
orientation of the coordinate system and is changed by Euclidean
rotation of the space, but is unaffected by
translation or axis-aligned
reflections. Taxicab geometry satisfies all of
Hilbert's axioms (a formalization of
Euclidean geometry) except that the congruence of angles cannot be defined to precisely match the Euclidean concept, and under plausible definitions of congruent taxicab angles, the
side-angle-side axiom is not satisfied as in general triangles with two taxicab-congruent sides and a taxicab-congruent angle between them are not
congruent triangles.
Spheres s: the number of integer lattice points enclosed form the
centered octahedral numbers In any
metric space, a
sphere is a set of points at a fixed distance, the
radius, from a specific
center point. Whereas a Euclidean sphere is round and rotationally symmetric, under the taxicab distance, the shape of a sphere is a
cross-polytope, the
n-dimensional generalization of a
regular octahedron, whose points \mathbf{p} satisfy the equation: :d_\text{T}(\mathbf p, \mathbf c) = \sum_{i=1}^n |p_i - c_i| = r, where \mathbf{c} is the center and
r is the radius. Points \mathbf{p} on the
unit sphere, a sphere of radius 1 centered at the
origin, satisfy the equation d_\text{T}(\mathbf p, \mathbf 0) = \sum_{i=1}^n |p_i| = 1. In two dimensional taxicab geometry, the sphere (called a
circle) is a
square oriented diagonally to the coordinate axes. The image to the right shows in red the set of all points on a square grid with a fixed distance from the blue center. As the grid is made finer, the red points become more numerous, and in the limit tend to a continuous tilted square. Each side has taxicab length 2
r, so the
circumference is 8
r. Thus, in taxicab geometry, the value of the analog of the circle constant
π, the ratio of circumference to
diameter, is equal to 4. A closed
ball (or closed
disk in the 2-dimensional case) is a filled-in sphere, the set of points at distance less than or equal to the radius from a specific center. For
cellular automata on a square grid, a taxicab
disk is the
von Neumann neighborhood of range
r of its center. A circle of radius
r for the
Chebyshev distance (
L∞ metric) on a plane is also a square with side length 2
r parallel to the coordinate axes, so planar Chebyshev distance can be viewed as equivalent by rotation and scaling to planar taxicab distance. However, this equivalence between L1 and L∞ metrics does not generalize to higher dimensions. Whenever each pair in a collection of these circles has a nonempty intersection, there exists an intersection point for the whole collection; therefore, the Manhattan distance forms an
injective metric space.
Arc length Let y = f(x) be a
continuously differentiable function. Let s be the taxicab
arc length of the
graph of f on some interval [a,b]. Take a
partition of the interval into equal infinitesimal subintervals, and let \Delta s_i be the taxicab length of the i^{\text{th}} subarc. Then \Delta s_i = \Delta x_i + \Delta y_i = \Delta x_i+ |f(x_i) - f(x_{i-1})|. By the
mean value theorem, there exists some point x^*_i between x_i and x_{i-1} such that f(x_i) - f(x_{i-1}) = f'(x^*_i) \, dx_i. Then the previous equation can be written \Delta s_i = \Delta x_i + |f'(x^*_i)| \, \Delta x_i = \Delta x_i(1+|f'(x^*_i)|). Then s is given as the sum of every partition of s on [a,b] as they get
arbitrarily small. \begin{align} s &= \lim_{n \to \infty} \sum_{i=1}^n \Delta x_i(1+|f'(x^*_i)|) \\ & = \int_a^b 1+|f'(x)| \,dx \end{align} To test this, take the taxicab circle of
radius r centered at the origin. Its curve in the first
quadrant is given by f(x)=-x+r whose length is s = \int_0^r 1+\left|-1\right| \, dx = 2r Multiplying this value by 4 to account for the remaining quadrants gives 8r , which agrees with the
circumference of a taxicab circle. Now take the
Euclidean circle of radius r centered at the origin, which is given by f(x) = \sqrt{r^2-x^2} . Its arc length in the first quadrant is given by \begin{align} s &= \int_0^r 1 + \left|\frac{-x}{\sqrt{r^2 - x^2}}\right| \, dx\\[6pt] &= \left. x + \sqrt{r^2-x^2} \vphantom{\frac11} \right|_0^r \\[6pt] &= r-(-r)\\[6pt] &= 2r \end{align} Accounting for the remaining quadrants gives 4 \times 2r = 8r again. Therefore, the
circumference of the taxicab circle and the
Euclidean circle in the taxicab
metric are equal. In fact, for any function f that is monotonic and
differentiable with a continuous
derivative over an interval [a,b], the arc length of f over [a, b] is (b-a) + \left| f(b)-f(a) \right|.
Triangle congruence Two triangles are congruent if and only if three corresponding sides are equal in distance and three corresponding angles are equal in measure. There are several theorems that guarantee
triangle congruence in Euclidean geometry, namely Angle-Angle-Side (AAS), Angle-Side-Angle (ASA), Side-Angle-Side (SAS), and Side-Side-Side (SSS). In taxicab geometry, however, only SASAS guarantees triangle congruence. Take, for example, two right isosceles taxicab triangles whose angles measure 45-90-45. The two legs of both triangles have a taxicab length 2, but the
hypotenuses are not congruent. This counterexample eliminates AAS, ASA, and SAS. It also eliminates AASS, AAAS, and even ASASA. Having three congruent angles and two sides does not guarantee triangle congruence in taxicab geometry. Therefore, the only triangle congruence theorem in taxicab geometry is SASAS, where all three corresponding sides must be congruent and at least two corresponding angles must be congruent. This result is mainly due to the fact that the length of a line segment depends on its orientation in taxicab geometry. == Applications ==