theorem Th17: :: (2.15)
  a "/\" (a => b) < b
  proof
    (a => b) < (a => b) by Def2;
    hence thesis by Def4;
  end;
