]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/reduction/cpx_cix.ma
some notation renamed and fixed
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / reduction / cpx_cix.ma
index ce54e9a7e0a3ed11b21fcb4199fec0baaf6ca049..b6e0577020ff35e673af9022e72f4b0e2ee57cbb 100644 (file)
@@ -17,7 +17,7 @@ include "basic_2/reduction/cpx.ma".
 
 (* CONTEXT-SENSITIVE EXTENDED PARALLEL REDUCTION FOR TERMS ******************)
 
-(* Advanced forward lemmas on context-sensitive extended irreducible terms **)
+(* Advanced forward lemmas on irreducibility ********************************)
 
 lemma cpx_fwd_cix: ∀h,g,G,L,T1,T2. ⦃G, L⦄ ⊢ T1 ➡[h, g] T2 → ⦃G, L⦄ ⊢ ➡[h, g] 𝐈⦃T1⦄ → T2 = T1.
 #h #g #G #L #T1 #T2 #H elim H -G -L -T1 -T2