diff options
Diffstat (limited to 'theories/Arith/Lt.v')
| -rwxr-xr-x | theories/Arith/Lt.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theories/Arith/Lt.v b/theories/Arith/Lt.v index 711e065da9..96541cb9f5 100755 --- a/theories/Arith/Lt.v +++ b/theories/Arith/Lt.v @@ -9,6 +9,7 @@ (*i $Id$ i*) Require Le. +Import nat_scope. Theorem lt_n_Sn : (n:nat)(lt n (S n)). Proof. |
