diff options
Diffstat (limited to 'theories/Arith/Gt.v')
| -rwxr-xr-x | theories/Arith/Gt.v | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theories/Arith/Gt.v b/theories/Arith/Gt.v index 6b55c5bd3d..d4bc8531db 100755 --- a/theories/Arith/Gt.v +++ b/theories/Arith/Gt.v @@ -13,6 +13,8 @@ Require Lt. Require Plus. Import nat_scope. +Implicit Variables Type m,n,p:nat. + Theorem gt_Sn_O : (n:nat)(gt (S n) O). Proof. Auto with arith. |
