aboutsummaryrefslogtreecommitdiff
path: root/theories/Ints/num/ZnZ.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Ints/num/ZnZ.v')
-rw-r--r--theories/Ints/num/ZnZ.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/theories/Ints/num/ZnZ.v b/theories/Ints/num/ZnZ.v
index 1e03170310..68f1092cdf 100644
--- a/theories/Ints/num/ZnZ.v
+++ b/theories/Ints/num/ZnZ.v
@@ -239,8 +239,10 @@ Section Spec.
(* shift operations *)
+ spec_head00: forall x, [|x|] = 0 -> [|w_head0 x|] = Zpos w_digits;
spec_head0 : forall x, 0 < [|x|] ->
wB/ 2 <= 2 ^ ([|w_head0 x|]) * [|x|] < wB;
+ spec_tail00: forall x, [|x|] = 0 -> [|w_tail0 x|] = Zpos w_digits;
spec_tail0 : forall x, 0 < [|x|] ->
exists y, 0 <= y /\ [|x|] = (2 * y + 1) * (2 ^ [|w_tail0 x|]) ;
spec_add_mul_div : forall x y p,