Mountain climbing problem

Source: Wikipedia, the free encyclopedia.
A trivial example.

In mathematics, the mountain climbing problem is a mathematical problem that considers a two-dimensional mountain range (represented as a continuous function), and asks whether it is possible for two mountain climbers starting at sea level on the left and right sides of the mountain to meet at the summit, while maintaining equal altitudes at all times. This problem was named and posed in this form by James V. Whittaker (1966), but its history goes back to Tatsuo Homma (1952), who solved a version of it. The problem has been repeatedly rediscovered and solved independently in different contexts by a number of people (see references below).

Since the 1990s, the problem was shown to be connected to the weak Fréchet distance of curves in the plane,[1] various planar motion planning problems in computational geometry,[2] the inscribed square problem,[3] semigroup of polynomials,[4] etc. The problem was popularized in the article by Goodman, Pach & Yap (1989), which received the Mathematical Association of America's Lester R. Ford Award in 1990.[5]

Analysis

The problem can be rephrased as asking whether, for a given pair of continuous functions with (corresponding to rescaled versions of the left and right faces of the mountain), it is possible to find another pair of functions with (the climbers' horizontal positions at time ) such that the function compositions and (the climbers' altitudes at time ) are the same function.

Finite number of peaks and valleys

An example requiring backtracking. The original image is an animated SVG; click through to view it.

When have only a finite number of peaks and valleys (

undirected graph
with one vertex labeled whenever and either or is a local maximum or minimum. Two vertices will be connected by an edge if and only if one node is immediately reachable from the other; the degree of a vertex will be greater than one only when the climbers have a non-trivial choice to make from that position.

  • At the vertex , the degree is one: the only possible direction for both climbers to go is onto the mountain. Similarly, at the degree is one, because both climbers can only return down the mountain.
  • At a vertex where one climber is at a peak or a valley and the other one is not, then the degree is two: the climber at the peak or valley has two choices of which way to go, and the other climber can only go one way.
  • At a vertex where both climbers are at peaks or both climbers are at valleys, the degree is four: both climbers may choose independently of each other which direction to go.
  • At a vertex where one climber is at a peak and the other is at a valley, the degree is zero: such positions are unreachable. (That is, if such a vertex exists, then the graph is not
    connected
    .)

According to the handshaking lemma, every connected component of an undirected graph has an even number of odd-degree vertices. Since the only odd-degree vertices in all of are and , these two vertices must belong to the same connected component. That is, must contain a path from to . That path tells how to coordinate the climbers' movement to the summit.

It has been observed that for a mountain with n peaks and valleys the length of this path (roughly corresponding to the number of times one or the other climber must "backtrack") can be as large as quadratic in n.[1]

This technique breaks down when have an infinite number of local extrema. In that case, would not be a finite graph, so the handshaking lemma would not apply: and might be connected but only by a path with an infinite number of vertices, possibly taking the climbers "infinite time" to traverse.

Infinite number of peaks and valleys

The following result is due to Huneke (1969):

Suppose and are continuous functions from to with and , and such that neither function is constant on an interval. Then there exist continuous functions and from to with , , and such that , where "" stands for a composition of functions.

On the other hand, it is not possible to extend this result to all continuous functions. For, if has constant height over an interval while has infinitely many oscillations passing through the same height, then the first climber may be forced to go back and forth over that interval infinitely many times, making his path to the summit infinitely long.[6] James V. Whittaker (1966) gives a concrete example involving .[6]

Notes

  1. ^ a b Buchin et al. (2007).
  2. ^ Goodman, Pach & Yap (1989).
  3. ^ Pak (2010).
  4. ^ Baird & Magill (1997).
  5. ^ "Mountain Climbing, Ladder Moving, and the Ring-Width of a Polygon", Writing Awards, Mathematical Association of America, 1990, retrieved 2015-12-19.
  6. ^ a b c Whittaker (1966).

References

External links