let a, b be Integer; :: thesis: ( Parity a divides Parity b or Parity b divides Parity a )
per cases ( a = 0 or b = 0 or ( a <> 0 & b <> 0 ) ) ;
end;