Does any one know of a concept analogous to $\pi$ in metric spaces. Namely, taking the all the points $1$ away from a point, and measuring the distance as some sort of limit? This was prompted when I was reading a book, I it was pondering what would happen if $\pi=3$ (although, it dealt with it by defining a circle to be a hexagon.)
-
I think you need quite a bit more structure than an arbitrary metric space to do what you want. For example, there's not really any good $\pi$ analogue on the Paris metro metric... – Micah Nov 10 '13 at 23:22
-
So it wouldn't be defined for all metric spaces. Good to know. I would also imagine it could depend upon the point chosen. – Christopher King Nov 10 '13 at 23:33
-
also http://math.stackexchange.com/q/53023/442 – GEdgar Nov 11 '13 at 01:34
1 Answers
You could define ${\hat d}$ to be the intrinsic metric corresponding to the given metric $d$ (see http://en.wikipedia.org/wiki/Intrinsic_metric ), and define
$$p = \sup\{{\hat d}(y,z) \mid d(x,y)\leq 1, d(x,z)\leq 1,\ x,y,z\in S\}. $$
If $S$ is $\mathbb{R}^n$ and $d$ is the Euclidean metric on $\mathbb{R}^n$, then $p=\pi$. I would guess metric spaces exist for which $p=\infty$ above. If you changed the definition above so that you took an $\inf$ over $x$ rather than a $\sup$, you would still get $p=\pi$ for the case of $S=\mathbb{R}^n$ and $d$ the Euclidean metric.
EDIT: after I posted this, there were several comments that your question may be a duplicate. Please check the links given; there is probably some interesting information there.

- 8,192