theorem Th10:
  S = [S`1,S`2]
proof
  ex p,e st S = [p,e] by Th8;
  hence thesis;
end;
