]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_computation/fsb_alt.ma
- notation change for tdeq and related notions
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_computation / fsb_alt.ma
index 80c7a64493cdad094060f8e067d91d11aefe6d7f..eadfece465a256208bbba76f4121b8ab58b02fa1 100644 (file)
@@ -21,7 +21,7 @@ include "basic_2/computation/fsb.ma".
 (* Note: alternative definition of fsb *)
 inductive fsba (h) (o): relation3 genv lenv term ≝
 | fsba_intro: ∀G1,L1,T1. (
-                 â\88\80G2,L2,T2. â¦\83G1, L1, T1â¦\84 >â\89¡[h, o] ⦃G2, L2, T2⦄ → fsba h o G2 L2 T2
+                 â\88\80G2,L2,T2. â¦\83G1, L1, T1â¦\84 >â\89\9b[h, o] ⦃G2, L2, T2⦄ → fsba h o G2 L2 T2
               ) → fsba h o G1 L1 T1.
 
 interpretation
@@ -32,7 +32,7 @@ interpretation
 
 lemma fsba_ind_alt: ∀h,o. ∀R: relation3 …. (
                        ∀G1,L1,T1. ⦥⦥[h,o] ⦃G1, L1, T1⦄ → (
-                          â\88\80G2,L2,T2. â¦\83G1, L1, T1â¦\84 >â\89¡[h, o] ⦃G2, L2, T2⦄ → R G2 L2 T2
+                          â\88\80G2,L2,T2. â¦\83G1, L1, T1â¦\84 >â\89\9b[h, o] ⦃G2, L2, T2⦄ → R G2 L2 T2
                        ) → R G1 L1 T1
                     ) →
                     ∀G,L,T. ⦥⦥[h, o] ⦃G, L, T⦄ → R G L T.
@@ -73,7 +73,7 @@ lemma fsb_fpbs_trans: ∀h,o,G1,L1,T1. ⦥[h, o] ⦃G1, L1, T1⦄ →
 
 lemma fsb_ind_fpbg: ∀h,o. ∀R:relation3 genv lenv term.
                     (∀G1,L1,T1. ⦥[h, o] ⦃G1, L1, T1⦄ →
-                                (â\88\80G2,L2,T2. â¦\83G1, L1, T1â¦\84 >â\89¡[h, o] ⦃G2, L2, T2⦄ → R G2 L2 T2) →
+                                (â\88\80G2,L2,T2. â¦\83G1, L1, T1â¦\84 >â\89\9b[h, o] ⦃G2, L2, T2⦄ → R G2 L2 T2) →
                                 R G1 L1 T1
                     ) →
                     ∀G1,L1,T1. ⦥[h, o] ⦃G1, L1, T1⦄ → R G1 L1 T1.