From d85eac4e29291d854469e626381654181b0c7e87 Mon Sep 17 00:00:00 2001 From: Ferruccio Guidi Date: Wed, 18 Jan 2023 20:56:10 +0100 Subject: [PATCH] update in ground + some additions + some renaming --- .../lambdadelta/ground/arith/arith_2a.ma | 2 +- .../lambdadelta/ground/arith/nat_minus.ma | 8 +-- .../ground/arith/nat_minus_plus.ma | 2 +- .../lambdadelta/ground/arith/pnat_minus.ma | 67 +++++++++++++++++++ .../ground/relocation/tr_pap_lt.ma | 25 +++++++ .../lambdadelta/ground/relocation/tr_pn.ma | 9 +++ 6 files changed, 107 insertions(+), 6 deletions(-) create mode 100644 matita/matita/contribs/lambdadelta/ground/arith/pnat_minus.ma create mode 100644 matita/matita/contribs/lambdadelta/ground/relocation/tr_pap_lt.ma 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