]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/reduction/fpb.ma
- advances in the theory of cofrees
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / reduction / fpb.ma
index 40e03d59b29b0f5e44d9c8d225b5656ddf911f5a..71d7a0cb9deb223a6be51fe3182755bcb6abbc8d 100644 (file)
@@ -23,7 +23,7 @@ inductive fpb (h) (g) (G1) (L1) (T1): relation3 genv lenv term ≝
 | fpb_fquq: ∀G2,L2,T2. ⦃G1, L1, T1⦄ ⊐⸮ ⦃G2, L2, T2⦄ → fpb h g G1 L1 T1 G2 L2 T2
 | fpb_cpx : ∀T2. ⦃G1, L1⦄ ⊢ T1 ➡[h, g] T2 → fpb h g G1 L1 T1 G1 L1 T2
 | fpb_lpx : ∀L2. ⦃G1, L1⦄ ⊢ ➡[h, g] L2 → fpb h g G1 L1 T1 G1 L2 T1
-| fpb_lleq: â\88\80L2. L1 â\8b\95[T1, 0] L2 → fpb h g G1 L1 T1 G1 L2 T1
+| fpb_lleq: â\88\80L2. L1 â\89¡[T1, 0] L2 → fpb h g G1 L1 T1 G1 L2 T1
 .
 
 interpretation