theorem Th29:
  0 <= d iff 0_No <= uDyadic.d
proof
  0_No = uInt.0 = uDyadic.0 by Def1,Def5;
  hence thesis by Th24;
end;
