let n be Nat; for x1, x2 being Element of dyadic (n + 1) st x1 < x2 & not x1 in dyadic n & not x2 in dyadic n holds
((axis x1) + 1) / (2 |^ (n + 1)) <= ((axis x2) - 1) / (2 |^ (n + 1))
let x1, x2 be Element of dyadic (n + 1); ( x1 < x2 & not x1 in dyadic n & not x2 in dyadic n implies ((axis x1) + 1) / (2 |^ (n + 1)) <= ((axis x2) - 1) / (2 |^ (n + 1)) )
assume that
A1:
x1 < x2
and
A2:
not x1 in dyadic n
and
A3:
not x2 in dyadic n
; ((axis x1) + 1) / (2 |^ (n + 1)) <= ((axis x2) - 1) / (2 |^ (n + 1))
consider k2 being Element of NAT such that
A4:
( axis x2 = 2 * k2 or axis x2 = (2 * k2) + 1 )
by SCHEME1:1;
A5:
axis x2 <> k2 * 2
consider k1 being Element of NAT such that
A8:
( axis x1 = 2 * k1 or axis x1 = (2 * k1) + 1 )
by SCHEME1:1;
A9:
not axis x1 = k1 * 2
then
(k1 * 2) + 1 < (k2 * 2) + 1
by A1, A8, A4, A5, Th14;
then
((k1 * 2) + 1) + (- 1) < ((k2 * 2) + 1) + (- 1)
by XREAL_1:6;
then
(k1 * 2) / 2 < (k2 * 2) / 2
by XREAL_1:74;
then
k1 + 1 <= k2
by NAT_1:13;
then
( 0 < 2 |^ (n + 1) & (k1 + 1) * 2 <= k2 * 2 )
by NEWTON:83, XREAL_1:64;
hence
((axis x1) + 1) / (2 |^ (n + 1)) <= ((axis x2) - 1) / (2 |^ (n + 1))
by A8, A4, A9, A5, XREAL_1:72; verum