
theorem Th9:
  for n being Nat holds 1/(2|^(n+1)) in dyadic(n+1) \ dyadic(n)
proof
  let n be Nat;
  2*0 + 1 = 1 & 0 < 2|^n by NEWTON:83;
  hence thesis by Th8;
end;
