theorem
  X \/ Y |-| Cn(X) \/ Cn(Y)
proof
  Cn(X \/ Y) = Cn(Cn(X) \/ Cn(Y)) by Th22;
  hence thesis by Th20;
end;
