
First, note that the addition of two is to account for the zeroes in the beginning
and ending of the shortest path. For the path between these zeroes, bm
1/b
c can
be used to denote the length. Remember that these numbers are c
i
= b
t
i−1
b
c
where t
0
= m and t
i
= c
i
. Knowing this is the case, that means that there is an
integer division between m and b
l
w
−1
at the very last step where l
w
represents
the length of the write value. This is because base m is divided by base b in all
steps of this base division except for the first since t
i
equals c
i
.
Knowing that the integer division needs to produce a zero in order to produce a
closed path, then
m
b
l
w
−1
< 1 or m < b
l
w
−1
. Since l
w
− 1 = l
p
where l
p
represents
the length of the smallest path of base b and multiplier m (excluding the first
and last zeroes), this formula can be rewritten as m < b
l
p
. Doing algebraic
manipulation on this inequality, we can reasonably conclude that the length of
the smallest closed set (excluding the zeroes) or l
p
of base b and multiplier m
is bm
1/b
c. Therefore, we can conclude that the length of the smallest closed set
(including the zeroes) of a particular base b and multiplier m is bm
1/b
c + 2.
Corollary 2: The multipliers that have a length of n + 1 for the shortest
closed loop across a multiplication transducer T
m,b
starting and ending at 0
for a particular b has a range of m ∈ [b
n−1
, b
n
− 1] for all n ≥ 3 and b ≥ 2.
Therefore, the number of multipliers that have a length of n + 1 for a particular
b is b
n−1
(b − 1) for all n ≥ 3 and b ≥ 2.
Proof. We prove this corollary by proving that there are sharp bounds for
multipliers that have a length of n + 1 for the shortest closed loop and that the
length of the shortest closed loop with respect to multipliers is monotonically
increasing.
First, note that Theorem 1 shows that the length of the shortest closed loop
with respect to multipliers in monotonically increasing, since f(m) = bm
1/b
c+2
is monotonically increasing.
We then prove the lower bound of m = b
n−1
is sharp. Let m = b
n−1
.
Then, we try to prove that the length of the shortest closed loop around a
multiplication transducer T
b
n−1
,b
starting and ending at 0 for any b is n + 1.
Note that the first two elements in the path are 0 and b
b
n−1
b
c = bb
n−2
c. The
third element in the path is b
b
n−2
b
c = bb
n−3
c. This means that the ith element is
bb
n−i
c and the nth element is bb
n−n
c = b
0
= 1. Therefore, the (n+1)th element
is b
1
m
c = 0. We can see that the length is n + 1 for m = b
n−1
.
The lower bound can be shown to be m = b
n−1
by showing m = b
n−1
− 1
has a length of n. Note the second element in the path would be b
b
n−1
−1
b
c =
bb
n−2
− 1c. The third element in the path would be b
b
n−2
−1
b
c = bb
n−3
− 1c.This
means that the ith element is bb
n−i
− 1c and the nth element is bb
n−n
− 1c =
b
0
− 1 = 1 − 1 = 0. Therefore, the length is n for m = b
n−1
− 1.
13