]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/reduction/lpx_drop.ma
- lambdadelta: minor corrections
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / reduction / lpx_drop.ma
index 28e3f0e6a8a2ef5bbf5882039944f9271d98170d..4ad9ae29ed1701d5de5623cb628ab0eef1de4dfc 100644 (file)
@@ -18,7 +18,7 @@ include "basic_2/reduction/lpx.ma".
 
 (* SN EXTENDED PARALLEL REDUCTION FOR LOCAL ENVIRONMENTS ********************)
 
-(* Properies on local environment slicing ***********************************)
+(* Properties on local environment slicing ***********************************)
 
 lemma lpx_drop_conf: ∀h,g,G. dropable_sn (lpx h g G).
 /3 width=6 by lpx_sn_deliftable_dropable, cpx_inv_lift1/ qed-.
@@ -38,7 +38,7 @@ lemma fqu_lpx_trans: ∀h,g,G1,G2,L1,L2,T1,T2. ⦃G1, L1, T1⦄ ⊐ ⦃G2, L2, T
 /3 width=5 by fqu_lref_O, fqu_pair_sn, fqu_flat_dx, lpx_pair, ex3_2_intro/
 [ #a #I #G2 #L2 #V2 #T2 #X #H elim (lpx_inv_pair1 … H) -H
   #K2 #W2 #HLK2 #HVW2 #H destruct
-  /3 width=5 by fqu_fquq, cpx_pair_sn, fqu_bind_dx, ex3_2_intro/
+  /3 width=5 by cpx_pair_sn, fqu_bind_dx, ex3_2_intro/
 | #G #L1 #K1 #T1 #U1 #e #HLK1 #HTU1 #K2 #HK12
   elim (drop_lpx_trans … HLK1 … HK12) -HK12
   /3 width=7 by fqu_drop, ex3_2_intro/