One crossing, and then another
Assumes Folding a strip into thirds and Dividing without measuring.
This site has two essays about getting a fraction out of a square and both of them are about approaching one.
Folding a strip into thirds is Fujimoto’s method: guess a third, fold the rest over, fold again, and watch the error halve. It converges, it converges quickly, and the error is never zero. Dividing without measuring is Haga’s theorem, which is exact — and reaches one particular family of fractions, arriving at thirds and fifths as consequences of a specific construction rather than as members of a series.
Missing from both is the plainest thing anybody could want: a rule that reaches any fraction, exactly, without converging.
The crossing
Take the unit square. Fold the anti-diagonal from (0, 1) to (1, 0), which is one fold through two corners and therefore the cheapest fold there is.
Now suppose a mark at height 1/k is already available on the right-hand edge. Fold the line from the origin through that mark. The two lines cross at x = k/(k + 1), y = 1/(k + 1), so the crossing is at height 1/(k + 1).
Start with a half — the crossing of the two diagonals, or a single fold edge-to-edge — and the ladder runs 1/2, 1/3, 1/4, 1/5 and onward as far as anybody has patience for. Each rung is one fold, because the anti-diagonal is already there.
What “exact” is being claimed
There are two things that phrase can mean and only the strong one is true here, so the check was built to distinguish them.
Every coordinate on the ladder is computed as a pair of arbitrary-precision integers. The intersection of two lines through rational points is rational, so the whole construction stays inside the integers, and the claim that the eleventh rung is one eleventh is settled by comparing two integers rather than by asking whether a number is within a tolerance of another. Checked that way for every n from 2 to 24, the ladder lands on 1/n — and the fold count comes out at n, one for the anti-diagonal and one per rung.
The same construction was then run a second time in doubles, and the result was not the expected one. The two agree to about three parts in 10¹⁷ at every rung, which is to say the floating-point route is fine. That is worth reporting rather than hiding, because it locates the claim: exactness here is not a statement about rounding — an ordinary double would do — it is a statement about the construction, which lands on the fraction rather than approaching it.
The difference that makes
A method that converges and a method that arrives are not distinguishable by their outputs at any practical precision. Fujimoto’s third after ten folds is 0.333333, which is a third to more decimal places than a sheet of paper has. If the only question were how accurate, there would be nothing to choose between them.
The difference is what happens next. A mark produced by convergence is an approximation and everything built on it inherits that; a mark produced by a crossing is a reference point, exactly where it says, and can be used as the input to the next construction without a second thought. That is the whole reason the ladder can be a ladder: each rung uses the previous rung’s mark as an exact input, and a converging method has no exact input to give.
Convergence is a property of a process and exactness is a property of a point. Fujimoto’s method has the first and never the second; the crossing has the second and needs no first.
Reading the ladder as a continued fraction
There is a second way to see why the crossing does what it does, and it is worth having because it explains the shape of the recursion rather than merely verifying it.
Write the crossing’s rule as a map on the height: the mark y goes to y/(1 + y). Take reciprocals and the map becomes 1/y ↦ 1/y + 1 — adding one. So the ladder is the sequence 2, 3, 4, 5 seen through a reciprocal, and the reason it hits every whole number is that adding one to a whole number hits every whole number.
That is also why nothing more interesting comes out of it. The map is as simple as a map can be, its orbit is an arithmetic progression, and the fractions it reaches are exactly the reciprocals of the integers. Starting the ladder somewhere else — from 2/5 rather than from 1/2 — walks a different orbit and lands on 2/7, 2/9, 2/11, which is the same recursion applied to a different seed and reaches a different family.
The compression is a practical limit rather than a mathematical one. Twelve rungs down, consecutive marks are a hundredth of the sheet apart, and a fold aimed at one of them by hand is aiming at a target narrower than the crease it will make.
One more fold reaches everything
The reciprocal reading says the ladder’s orbit is an arithmetic progression, and that is a limitation as well as an explanation. Seeded at 1/2 it reaches the reciprocals of the integers; seeded at 2/5 it reaches 2/7, 2/9, 2/11 — the denominators rising by two each time. In general a seed of p/q reaches p divided by q, q + p, q + 2p, and no other fraction at all.
So the ladder on its own does not reach every fraction. It reaches one arithmetic progression per seed, and 3/5 is not on any progression the square hands over for nothing.
One more fold fixes it, and it is a fold the ladder is already making. Folding the edge to a mark at height y leaves a mark at 1 − y, which costs one fold and is the same operation the ladder uses to turn its marks into a division. In the reciprocal coordinate the crossing is add one and the complement is divide by one less than itself, and those two together do not stay inside any progression.
Run them on 3/5, which the ladder alone cannot reach. Start at a half. Cross: a third. Complement: two thirds. Cross: two fifths. Complement: three fifths. Four operations, from the two the square already provides.
The continued fraction is what is being walked
That is not an accident of the example, and the structure underneath it is the one this recursion has always belonged to.
Adding one and taking the complement are exactly the two moves a continued-fraction expansion is built from, so the reachable set from a half is every rational strictly between nought and one — and the number of moves a target takes is governed by the length of its expansion rather than by the size of its denominator.
That explains the ladder’s cost, which otherwise looks like an unfortunate accident. One over n has the shortest possible expansion, a single term equal to n, and a single term of size n is walked by adding one n times. So the reciprocals are simultaneously the easiest fractions to state and the most expensive ones to reach: their expansion is short and its one term is large.
A fraction with several small terms goes much faster. Three fifths took four moves against a fifth’s five, and a denominator in the hundreds with a well-behaved expansion can be cheaper than a thirteenth. The fold count tracks the continued fraction and not the denominator, which is the opposite of what the ladder’s own table suggests, because the table is a table of exactly the worst family.
That also disposes of the essay’s remark about composite denominators taking a shorter route through their factors. It is true and it is a special case: factoring is one way to find a shorter walk, and the continued fraction finds the shortest one whether the denominator factors or not.
Which folds these are
Each rung uses two folds and neither is exotic.
The anti-diagonal is axiom one: the fold through two given points, here two corners of the square. The line from the origin through the mark is axiom one again. So the entire ladder is built from the simplest of the seven, used repeatedly, and it never needs the bisector, the perpendicular or anything cubic.
That is not an accident, and it is the same fact the reference closure found from the other side: the linear axioms produce rational coordinates and nothing else, because intersecting two lines through rational points is a rational operation. The ladder is a directed walk through that rational set, aimed at 1/n.
Where the marks actually land
There is a second thing on the ladder worth noticing, and it is the x-coordinate.
The crossing that gives 1/(k + 1) in height gives k/(k + 1) across, so the same fold that produces a fifth on one edge produces four-fifths on the other. Every rung therefore hands over two marks, and running the ladder to n leaves the marks 1/2, 1/3, …, 1/n on one edge and their complements on the other.
A mark is not a division: a square divided into five equal strips needs the marks at 1/5, 2/5, 3/5 and 4/5, and the ladder gives 1/5 and 4/5. The others follow by folding edge-to-mark, which is more axiom one — so a full division into n parts costs the ladder plus about n folds, and the ladder is the part that had to be thought about.
The other seed, and what it costs
The reciprocal reading suggests an obvious economy and it is worth checking whether it pays.
Reaching 1/12 by the ladder is twelve folds. Reaching it as 1/4 of 1/3 — three folds to a third, then two halvings of that — is fewer, and reaching it as the sixth rung of a ladder seeded at 1/2 is the same thing said differently. So a composite denominator has a shorter route through its factors, and the ladder’s uniformity is paid for at exactly the numbers where uniformity is not needed.
The primes are where it earns its keep. A seventh, an eleventh, a thirteenth have no factorisation to exploit, so a construction that reaches them at all is worth having even at seven, eleven or thirteen folds. That is the same asymmetry the constructible polygons show from the other direction, where the composite cases fall out of the prime ones and the prime ones are the whole difficulty.
Where the model stops
Nothing here says this is the shortest route. The ladder reaches 1/7 in seven folds, and the reference closure reaches 1/5 in two — so for some fractions there are much shorter constructions, found by searching rather than by following a rule. What the ladder guarantees is that a route exists for every n and that it is uniform; it does not claim to be efficient, and the next rung is about exactly that gap.
A fold has a width and a hand has an aim. The construction is exact and the folding of it is not: every physical fold lands within a fraction of a degree of where it was meant to, and that error compounds down a sequence. A seven-rung ladder folded by hand is seven opportunities to be slightly wrong, and its final mark is worse than Fujimoto’s third after the same effort. The exactness is a property of the geometry, and a folder who wants a good third should still use Fujimoto’s method.
The ladder is one construction and there are others. Any pair of lines through rational points crosses at a rational point, so the space of exact constructions is enormous. What makes this one worth writing down is that it is a rule — one sentence, applicable at every n — rather than a family of special cases.
Nothing here reaches an irrational. Every mark on the ladder is a fraction, which is a consequence of using only the linear axioms. Reaching √2 or a cube root needs a different axiom and produces a different kind of number, and what a fold reaches is a subject with its own boundary.
The rung below, revisited
It is worth being precise about what this does and does not do to Fujimoto’s method, because the rung below is not being overturned.
Fujimoto’s method is a self-correcting procedure, and that is its real virtue. Start with a bad guess at a third and it converges to a third; start with a bad guess and make a bad fold and it still converges, because each step folds the current error in half regardless of where the error came from. A construction that is exact in principle has no such property: one bad fold on the ladder and every later rung is wrong, with nothing to bring it back.
So the two methods differ in which kind of error they are robust to. Fujimoto tolerates execution error and cannot be exact. The ladder is exact and tolerates nothing. That is a genuine trade and it is the reason both belong in the subject, rather than one superseding the other.
Who worked this out
The crossing construction is old and its history is diffuse in the way elementary constructions usually are. It appears in Japanese folding literature under several names, in the Western recreational-mathematics tradition as a puzzle answer, and in more than one school textbook as an exercise in similar triangles — which is what the derivation is, once the two lines are written down.
There is a reason it has no famous name attached. It is not surprising: anybody who writes the two line equations and solves them gets the answer in two lines of algebra, and the interesting content — that iterating it reaches every fraction — is a one-line observation once the crossing is in hand. Constructions like that are rediscovered continuously and attributed rarely, which is a pattern this site has documented at a vertex rather than at a fraction.
What is worth attaching a date to is the alternative. Fujimoto’s method was published in the 1970s and is genuinely his; Haga’s theorem was published in 1979 by a schoolteacher and is genuinely his. Both are named because both are surprising. The crossing is anonymous because it is not.
What this is worth to a folder
Very little directly, and that is the honest summary. Anybody who wants a sheet in fifths will use Fujimoto’s method or a printed guide, and the ladder’s seven folds for a seventh are not competitive with either.
Its value is to the machinery. A construction that produces exact references is what every later construction takes as input, and this site’s own reference closure, its axiom work and its constructible-polygon results all depend on knowing that certain marks are exactly where they say. A converging method cannot be composed; an exact one can, and the ladder is a supply of exact marks at every denominator, produced by one rule.
That is the ordinary division of labour between a practice and its foundations, and it is worth naming because the two look alike on the page. A construction can be the right one to use and the wrong one to build on, and the two verdicts here point in opposite directions.
Where the ladder goes next
The immediate question is the one this construction raises against itself. The ladder is uniform and it is not short — 1/7 in seven folds, when a two-fold search reaches 1/5 and 1/6 — so the natural next measurement is where the two disagree, and by how much. The closure a folder can search is cheap where it reaches and silent where it does not, and the two together say something neither says alone.
The other direction is the rectangle. Everything above is on the unit square, whose anti-diagonal happens to be a fold through two corners. On a rectangle the same construction works with a different first fold and lands on the same fractions, which suggests the ladder is about the crossing rather than about the square — and the rectangles that divide into themselves are a family the construction has not been asked about.
What this makes readable
Essays that name this one as a prerequisite.
Named alongside this one
Essays reaching for the same objects. Nobody chose these; they are what the concept index makes visible.
- How far from the nearest reference construction · exact division · reference point
- The edge was there first rational division · reference point · the axioms
- Which of the seven survive construction · reference point · the axioms
- A reference on a sheet with no corner construction · reference point
- An axiom may name no fold reference point · the axioms
- The axiom that names two folds construction · reference point
What links here
The 8 essays that link to this one and share the most of its objects, of 12 that link here.
The objects this essay names
Each one links to every other essay that touches it.
ConstructionConvergenceExact divisionRational divisionReference pointThe axioms