Library Coq.Numbers.Integer.Binary.ZBinary
BinInt.Z is already implementing ZAxiomsMiniSig
Ltac z_order := Z.order.
Note that z_order is domain-agnostic: it will not prove
1<=2 or x<=x+x, but rather things like x<=y -> y<=x -> x=y.
Z forms a ring