theorem Th6:
  p '&' q => q '&' p in Cn(X)
proof
 T is being_a_theory & X c= T implies p '&' q => q '&' p in T;
  hence thesis by Def2;
end;
