theorem Th26:
  {} in B
proof
  set x = the Element of B;
  reconsider x as Element of W;
 <*> NAT is_a_prefix_of x;
  hence thesis by Th25;
end;
