Reserve more notation in `integers.v`.
Compare changes
+ 16
− 10
@@ -21,6 +21,12 @@ Reserved Notation "x < y < z" (at level 70, y at next level).
@@ -30,8 +36,8 @@ Notation "x ≤ y ≤ z ≤ z'" := (x ≤ y ∧ y ≤ z ∧ z ≤ z')%nat : nat_
@@ -213,8 +219,8 @@ Notation "x < y ≤ z" := (x < y ∧ y ≤ z)%N : N_scope.
@@ -247,12 +253,12 @@ Notation "x ≤ y ≤ z ≤ z'" := (x ≤ y ∧ y ≤ z ∧ z ≤ z') : Z_scope.