Farey Tree

​
tree level
12
The Farey tree contains all the irreducible rational numbers between 0 and 1. It is constructed in stages consisting of the rationals
a/n
with
1<=a<=n
and
gcd(a,n)=1
. Each "child" is obtained by using Farey addition. A vertex labeled with
e/f
is the child of the vertices
a/b
and
c/d
if
e/f=(a+c)/(b+d)
.

Details

This Demonstration is based on[1, Chapter 1].

References

[1] A. Hatcher, Topology of Numbers, New York: Cornell University, 2018.

External Links

Ford Circles
Ford Circle (Wolfram MathWorld)
Farey Sequence (Wolfram MathWorld)

Permanent Citation

Carlos Enrique Nosa Guzman
​
​"Farey Tree"​
​http://demonstrations.wolfram.com/FareyTree/​
​Wolfram Demonstrations Project​
​Published: February 24, 2022