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