alt-ergo icon indicating copy to clipboard operation
alt-ergo copied to clipboard

[Arithmetic] improve the handling of modulo over integer

Open ACoquereau opened this issue 3 years ago • 1 comments

The following example is not proved without the axiomatisation of Why3 over the modulo operator ( test_mod.zip)

goal G1 :
  (forall a:int. forall b:int. (((0 <= a) and (1 <= b)) -> (0 <= (a % b))))

ACoquereau avatar Sep 25 '20 10:09 ACoquereau