theorem Th4:
  for P holds {} in P^^0
proof
  let P;
  P^^0 = {{}} by Def3;
  hence thesis by TARSKI:def 1;
end;
