X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fstatic_2%2Fs_transition%2Ffqu_teqg.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fstatic_2%2Fs_transition%2Ffqu_teqg.ma;h=07b529abe236d7a514d7fb089bd6d86237201ad1;hb=8ec019202bff90959cf1a7158b309e7f83fa222e;hp=366fad94ac70f402f0f12c37901bc1c638a011d1;hpb=33d0a7a9029859be79b25b5a495e0f30dab11f37;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/static_2/s_transition/fqu_teqg.ma b/matita/matita/contribs/lambdadelta/static_2/s_transition/fqu_teqg.ma index 366fad94a..07b529abe 100644 --- a/matita/matita/contribs/lambdadelta/static_2/s_transition/fqu_teqg.ma +++ b/matita/matita/contribs/lambdadelta/static_2/s_transition/fqu_teqg.ma @@ -20,7 +20,7 @@ include "static_2/s_transition/fqu_length.ma". (* Inversion lemmas with context-free generic equivalence for terms *********) fact fqu_inv_teqg_aux (S) (b): - ∀G1,G2,L1,L2,T1,T2. ❪G1,L1,T1❫ ⬂[b] ❪G2,L2,T2❫ → + ∀G1,G2,L1,L2,T1,T2. ❨G1,L1,T1❩ ⬂[b] ❨G2,L2,T2❩ → G1 = G2 → |L1| = |L2| → T1 ≛[S] T2 → ⊥. #S #b #G1 #G2 #L1 #L2 #T1 #T2 * -G1 -G2 -L1 -L2 -T1 -T2 [1: #I #G #L #V #_ #H elim (nsucc_inv_refl … H) @@ -31,7 +31,7 @@ qed-. (* Basic_2A1: uses: fqu_inv_eq *) lemma fqu_inv_teqg (S) (b): - ∀G,L1,L2,T1,T2. ❪G,L1,T1❫ ⬂[b] ❪G,L2,T2❫ → + ∀G,L1,L2,T1,T2. ❨G,L1,T1❩ ⬂[b] ❨G,L2,T2❩ → |L1| = |L2| → T1 ≛[S] T2 → ⊥. #S #b #G #L1 #L2 #T1 #T2 #H @(fqu_inv_teqg_aux … H) // (**) (* full auto fails *)