theorem
  X c= Y implies Y = X (\/) (Y (\) X)
proof
  assume
A1: X c= Y;
  thus Y = (Y (\) X) (\/) Y (/\) X by Th65
    .= X (\/) (Y (\) X) by A1,Th23;
end;
