diff options
| author | coq | 2001-04-23 15:07:44 +0000 |
|---|---|---|
| committer | coq | 2001-04-23 15:07:44 +0000 |
| commit | a3837fa9dd60b7b8528e2e31c98682528c694dcd (patch) | |
| tree | 9b51b3054b6844a2f346d23a199828ba49ea8097 /theories/Reals | |
| parent | 5993237b592c726d6777608623a7cc063b1dabb9 (diff) | |
Minor layout adjustments for Library doc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1672 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Reals')
| -rw-r--r-- | theories/Reals/DiscrR.v | 2 | ||||
| -rw-r--r-- | theories/Reals/Rbase.v | 3 | ||||
| -rw-r--r-- | theories/Reals/SplitAbsolu.v | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/theories/Reals/DiscrR.v b/theories/Reals/DiscrR.v index a5155163b9..8fe4375611 100644 --- a/theories/Reals/DiscrR.v +++ b/theories/Reals/DiscrR.v @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (***********************************************************************) -(* $Id$ *) +(*i $Id$ i*) Require Rbase. diff --git a/theories/Reals/Rbase.v b/theories/Reals/Rbase.v index f8b88f9c6e..b6024dcc7b 100644 --- a/theories/Reals/Rbase.v +++ b/theories/Reals/Rbase.v @@ -1314,7 +1314,8 @@ Save. (**********) Lemma single_z_r_R1 - : (r:R)(z,x:Z)``r<(IZR z)``->``(IZR z)<=r+1``->``r<(IZR x)``->``(IZR x)<=r+1``->z=x. + : (r:R)(z,x:Z)``r<(IZR z)``->``(IZR z)<=r+1``->``r<(IZR x)``->``(IZR x)<=r+1`` + ->z=x. Intros; Apply one_IZR_r_R1 with r; Auto. Save. diff --git a/theories/Reals/SplitAbsolu.v b/theories/Reals/SplitAbsolu.v index 3b423aefbf..ba2fbf5357 100644 --- a/theories/Reals/SplitAbsolu.v +++ b/theories/Reals/SplitAbsolu.v @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (***********************************************************************) -(* $Id$ *) +(* $Id$ *) Require Export Rbasic_fun. |
