theorem Th34: :: (2.35)
  (-a) => (a => b) = Top L
  proof
    a "/\" -a < b by Def13; then
    (-a) < (a => b) by Def4;
    hence thesis;
  end;
