theorem
  (a 'imp' b) '&' (a 'imp' c) '<' a 'imp' (b 'or' c)
proof
  (a 'imp' b) '&' (a 'imp' c) '<' (a 'or' a) 'imp' (b 'or' c) by Th21;
  hence thesis;
end;
