
theorem
  for m, n being Nat st m, n are_coprime holds m > 0 or n > 0
proof
  let a, b be Nat;
  assume a,b are_coprime;
  then a is odd or b is odd by PYTHTRIP:10;
  hence thesis by ABIAN:12;
end;
