theorem Th9:
  for P holds {} in P* & P c= P*
proof
  let P;
  {} in P^^0 & P^^1 = P by Th4;
  hence thesis by Th5;
end;
