theorem Th13:
  (-a) "\/" b < a => b
  proof
    (a => b) "/\" ((-a) "\/" b) = (-a) "\/" b by Th12; then
    (-a) "\/" b <= a => b;
    hence thesis by Th5;
  end;
