theorem Th47:
  FALSUM => p is valid_IPC
proof
  FALSUM => p in IPC-Taut
  proof
    IPC-Taut is IPC_theory;
    hence thesis;
  end;
  hence thesis;
end;
