X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Fi_static%2Ftc_lfxs_fqup.ma;h=3392f1e1aaf4e3b732ff59b28a133c26b2fceae5;hp=8eaf23735454c8d32c7d0cd6b1a63941f74a9c8a;hb=5c186c72f508da0849058afeecc6877cd9ed6303;hpb=282511a928532676813d99d08594cd5f98fcb80e diff --git a/matita/matita/contribs/lambdadelta/basic_2/i_static/tc_lfxs_fqup.ma b/matita/matita/contribs/lambdadelta/basic_2/i_static/tc_lfxs_fqup.ma index 8eaf23735..3392f1e1a 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/i_static/tc_lfxs_fqup.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/i_static/tc_lfxs_fqup.ma @@ -40,18 +40,18 @@ qed. (* Advanced eliminators *****************************************************) lemma tc_lfxs_ind_sn: ∀R. c_reflexive … R → - ∀L1,T. ∀R0:predicate …. R0 L1 → - (∀L,L2. L1 ⪤**[R, T] L → L ⪤*[R, T] L2 → R0 L → R0 L2) → - ∀L2. L1 ⪤**[R, T] L2 → R0 L2. -#R #HR #L1 #T #R0 #HL1 #IHL1 #L2 #HL12 + ∀L1,T. ∀Q:predicate …. Q L1 → + (∀L,L2. L1 ⪤**[R, T] L → L ⪤*[R, T] L2 → Q L → Q L2) → + ∀L2. L1 ⪤**[R, T] L2 → Q L2. +#R #HR #L1 #T #Q #HL1 #IHL1 #L2 #HL12 @(TC_star_ind … HL1 IHL1 … HL12) /2 width=1 by lfxs_refl/ qed-. lemma tc_lfxs_ind_dx: ∀R. c_reflexive … R → - ∀L2,T. ∀R0:predicate …. R0 L2 → - (∀L1,L. L1 ⪤*[R, T] L → L ⪤**[R, T] L2 → R0 L → R0 L1) → - ∀L1. L1 ⪤**[R, T] L2 → R0 L1. -#R #HR #L2 #R0 #HL2 #IHL2 #L1 #HL12 + ∀L2,T. ∀Q:predicate …. Q L2 → + (∀L1,L. L1 ⪤*[R, T] L → L ⪤**[R, T] L2 → Q L → Q L1) → + ∀L1. L1 ⪤**[R, T] L2 → Q L1. +#R #HR #L2 #Q #HL2 #IHL2 #L1 #HL12 @(TC_star_ind_dx … HL2 IHL2 … HL12) /2 width=4 by lfxs_refl/ qed-.