<?xml version="1.0" encoding="UTF-8"?>

<record version="5" id="1552">
 <title>city-block metric</title>
 <name>CityBlockMetric</name>
 <created>2002-01-23 07:29:33</created>
 <modified>2003-02-23 14:12:43</modified>
 <type>Definition</type>
 <creator id="2" name="akrowne"/>
 <author id="2" name="akrowne"/>
 <classification>
	<category scheme="msc" code="54E35"/>
 </classification>
 <synonyms>
	<synonym concept="city-block metric" alias="city-block distance"/>
	<synonym concept="city-block metric" alias="taxicab metric"/>
 </synonyms>
 <preamble>\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

%\usepackage{psfrag}
%\usepackage{graphicx}
%\usepackage{xypic}</preamble>
 <content>The \emph{city-block metric}, defined on $\mathbb{R}^n$, is

$$ d(a,b) = \sum_{i=1}^n |b_i-a_i| $$

where $a$ and $b$ are vectors in $\mathbb{R}^n$ with $a=(a_1,\ldots,a_n)$ and $b=(b_1,\ldots,b_n)$.

In two dimensions and with discrete-valued vectors, when we can picture the set of points in $\mathbb{Z} \times \mathbb{Z}$ as a grid, this is simply the number of edges between points that must be traversed to get from $a$ to $b$ within the grid.  This is the same problem as getting from corner $a$ to $b$ in a rectilinear downtown area, hence the name ``city-block metric.''</content>
</record>
