theorem Th4:
  the_left_argument_of (p '&' q) = p & the_right_argument_of (p '&' q) = q
proof
  p '&' q is conjunctive;
  hence thesis by QC_LANG1:def 25,def 26;
end;
