reserve x,A,B,X,X9,Y,Y9,Z,V for set;

theorem
  X \/ (X \/ Y) = X \/ Y
proof
  X \/ (X \/ Y) = (X \/ X) \/ Y by Th4
    .= X \/ Y;
  hence thesis;
end;
