theorem
  p [= q iff p c= q
proof
  p "\/" q = p \/ q by Def9;
  hence thesis by XBOOLE_1:7,12;
end;
