]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_transition/fpb.ma
more additions and corrections for the article
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_transition / fpb.ma
index 5cfee04133ff9ceb2fbca9f34ab962f31d967ec0..8c07020568502c8e748d6c942bd837df29e6cbf5 100644 (file)
@@ -20,7 +20,7 @@ include "basic_2/rt_transition/lpr_lpx.ma".
 (* PROPER PARALLEL RST-TRANSITION FOR CLOSURES ******************************)
 
 inductive fpb (h) (G1) (L1) (T1): relation3 genv lenv term ≝
-| fpb_fqu: â\88\80G2,L2,T2. â¦\83G1,L1,T1â¦\84 â\8a\90 ⦃G2,L2,T2⦄ → fpb h G1 L1 T1 G2 L2 T2
+| fpb_fqu: â\88\80G2,L2,T2. â¦\83G1,L1,T1â¦\84 â¬\82 ⦃G2,L2,T2⦄ → fpb h G1 L1 T1 G2 L2 T2
 | fpb_cpx: ∀T2. ⦃G1,L1⦄ ⊢ T1 ⬈[h] T2 → (T1 ≛ T2 → ⊥) → fpb h G1 L1 T1 G1 L1 T2
 | fpb_lpx: ∀L2. ⦃G1,L1⦄ ⊢ ⬈[h] L2 → (L1 ≛[T1] L2 → ⊥) → fpb h G1 L1 T1 G1 L2 T1
 .