Consider an abstract value whose type we call DS (Division State). I want to draw a clear line between the internal logic of a DS and the external logic.

There are two functions with access to the α and δ of a DS:

There is a function μ from DS to a positive real. The axioms: Note that these axioms do not refer to the internal values of the DS. If 0 ≤ x < 1 and ½ ≤ y < 1 and d = cDS(x, y) then the bits b[j] of the binary fraction of x/y can be had thus:
d[0] = cDS(x, y)
for j > 0, d[j], b[j-1] = qb(2, d[j-1])
whereupon x/y = Σ[j>0] b[j]*2−j. N.B. that b[j] will be a non-negative integer (add to axioms) but it may be larger than 1.
Internally a DS is composed of α and δ which are both positive reals. α < 1 and δ ≤ ε where ε is a positive real, fixed at the factory, probably less than ¼.