theorem Th42:
  p '&' q => q is valid_IPC
proof
  p '&' q => q in IPC-Taut
  proof
    IPC-Taut is IPC_theory;
    hence thesis;
  end;
  hence thesis;
end;
