diff options
| author | emakarov | 2007-10-04 17:24:56 +0000 |
|---|---|---|
| committer | emakarov | 2007-10-04 17:24:56 +0000 |
| commit | b37ceca4e2c6e39050ade2acef314dfed24c8e49 (patch) | |
| tree | 08c428a6fab03441ddfb60df21f5b6f535ef08a1 /theories/Ints/num/GenDiv.v | |
| parent | 302482baff728df7ed2ec2da5321278b9d3a7449 (diff) | |
Added the proof (in Numbers/Integers/TreeMod) that tree-like representation of integers due to Gregoire and Théry satisfies the axioms of integers without order. This refers to integers modulo n, i.e., those that fit trees of certain size, not to BigZ.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10178 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Ints/num/GenDiv.v')
| -rw-r--r-- | theories/Ints/num/GenDiv.v | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/theories/Ints/num/GenDiv.v b/theories/Ints/num/GenDiv.v index 4a30fa2c32..3bf0615c2b 100644 --- a/theories/Ints/num/GenDiv.v +++ b/theories/Ints/num/GenDiv.v @@ -12,7 +12,6 @@ Require Import ZArith. Require Import ZAux. Require Import ZDivModAux. Require Import ZPowerAux. -Require Import Zmod. Require Import Basic_type. Require Import GenBase. Require Import GenDivn1. |
