theorem
  p is atomic implies SepVar p = p
proof
  assume p is atomic;
  then ex k, P, ll st p = P!ll by Th5;
  hence thesis by Th26;
end;
