reserve p,q,r,s for boolean object;

theorem
  p '\' q '\' q = p '\' q
proof
  q = FALSE or q = TRUE by Def3;
  hence thesis;
end;
