]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/delayed_updating/reduction/ifr.ma
update in delayed_updating and ground
[helm.git] / matita / matita / contribs / lambdadelta / delayed_updating / reduction / ifr.ma
index 92512b342ed50449745aa0fdec371d10bad5621e..9bc8d994dcb6a934baed8787f52173136b314eff 100644 (file)
@@ -25,7 +25,7 @@ include "ground/xoa/ex_4_3.ma".
 definition ifr (r): relation2 prototerm prototerm ≝
            λt1,t2.
            ∃∃p,q,n. p●𝗔◗𝗟◗q = r &
-           q ϵ 𝐂❨n❩ & r◖𝗱↑n ϵ t1 &
+           q ϵ 𝐂❨Ⓕ,n❩ & r◖𝗱↑n ϵ t1 &
            t1[⋔r←↑[𝐮❨↑n❩](t1⋔(p◖𝗦))] ⇔ t2
 .