From: Ferruccio Guidi Date: Wed, 18 Jan 2023 19:56:10 +0000 (+0100) Subject: update in ground X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=d85eac4e29291d854469e626381654181b0c7e87;hp=2815c74c03f38089d0e27aba00e2280223b0f76f;p=helm.git update in ground + some additions + some renaming --- diff --git a/matita/matita/contribs/lambdadelta/ground/arith/arith_2a.ma b/matita/matita/contribs/lambdadelta/ground/arith/arith_2a.ma index a136174bc..114eddb1e 100644 --- a/matita/matita/contribs/lambdadelta/ground/arith/arith_2a.ma +++ b/matita/matita/contribs/lambdadelta/ground/arith/arith_2a.ma @@ -24,7 +24,7 @@ lemma plus_n_2: ∀n. (n + 𝟐) = n + 𝟏 + 𝟏. // qed. lemma arith_b1: ∀a,b,c1. c1 ≤ b → a - c1 - (b - c1) = a - b. -#a #b #c1 #H >nminus_comm nminus_comm_21