diff options
| -rwxr-xr-x | theories7/Arith/Plus.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories7/Arith/Plus.v b/theories7/Arith/Plus.v index a00cde3969..7e5685965e 100755 --- a/theories7/Arith/Plus.v +++ b/theories7/Arith/Plus.v @@ -95,7 +95,7 @@ Notation "'simpl_le_plus_l' c a" := [b:nat](plus_le_reg_l a b c) (at level 10, a, c at next level). Notation "'simpl_le_plus_l' c a b" := (plus_le_reg_l a b c) (at level 10, a, b, c at next level). -Notation simpl_le_plus_l := plus_le_reg_l. +Notation simpl_le_plus_l := [p,n,m:nat](plus_le_reg_l n m p). ]. Lemma simpl_lt_plus_l : (n,m,p:nat) (p+n)<(p+m) -> n<m. |
