X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambda_delta%2Fbasic_2%2Freducibility%2Ffpr_fpr.ma;fp=matita%2Fmatita%2Fcontribs%2Flambda_delta%2Fbasic_2%2Freducibility%2Ffpr_fpr.ma;h=3f7ac2cebfa273ca2d33e18d977af9b6fdfdba0e;hb=85a42e4a2a4c62818b6a98eff545e58ceb8770a4;hp=0000000000000000000000000000000000000000;hpb=1a009d2d2ca666befca9d3d18fa3cbc462c36963;p=helm.git diff --git a/matita/matita/contribs/lambda_delta/basic_2/reducibility/fpr_fpr.ma b/matita/matita/contribs/lambda_delta/basic_2/reducibility/fpr_fpr.ma new file mode 100644 index 000000000..3f7ac2ceb --- /dev/null +++ b/matita/matita/contribs/lambda_delta/basic_2/reducibility/fpr_fpr.ma @@ -0,0 +1,26 @@ +(**************************************************************************) +(* ___ *) +(* ||M|| *) +(* ||A|| A project by Andrea Asperti *) +(* ||T|| *) +(* ||I|| Developers: *) +(* ||T|| The HELM team. *) +(* ||A|| http://helm.cs.unibo.it *) +(* \ / *) +(* \ / This file is distributed under the terms of the *) +(* v GNU General Public License Version 2 *) +(* *) +(**************************************************************************) + +include "basic_2/reducibility/tpr_tpr.ma". +include "basic_2/reducibility/fpr.ma". + +(* CONTEXT-FREE PARALLEL REDUCTION ON CLOSURES ******************************) + +(* Main properties **********************************************************) + +theorem fpr_conf: bi_confluent … fpr. +#L0 #L1 #T0 #T1 * #HL01 #HT01 #L2 #T2 * >HL01 #HL12 #HT02 +elim (tpr_conf … HT01 HT02) -L0 -T0 #X #H1 #H2 +elim (tpr_fwd_shift1 … H1) #L #T #HL1 #H destruct /3 width=5/ +qed.