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