aboutsummaryrefslogtreecommitdiff
path: root/src/Util/ZUtil.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/Util/ZUtil.v')
-rw-r--r--src/Util/ZUtil.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Util/ZUtil.v b/src/Util/ZUtil.v
index ee280ca06..4c6e2441d 100644
--- a/src/Util/ZUtil.v
+++ b/src/Util/ZUtil.v
@@ -766,7 +766,6 @@ Module Z.
apply Z.mod_mul, Z.pow_nonzero; omega. }
Qed.
-
Lemma odd_mod : forall a b, (b <> 0)%Z ->
Z.odd (a mod b) = if Z.odd b then xorb (Z.odd a) (Z.odd (a / b)) else Z.odd a.
Proof.