
theorem
  for a,b be odd Integer holds Parity (a+1) = Parity (b-1) implies a <> b
  proof
    let a,b be odd Integer;
    1 is odd;
    hence thesis by PSD;
  end;
