theorem Th7:
  a /\ (b \/ a) = a
proof
  thus a /\ (b \/ a) = a /\ b \/ a /\ a by Th5
    .= a by Th6;
end;
