]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/dynamic/lsubsv_cpcs.ma
notational change for snv and lsubsv: inverted "!" used for now
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / dynamic / lsubsv_cpcs.ma
index 87a72e0fd90332ea0c299ffc772bb528d6c6a3ac..15acdc94387de66b82cdd914d3b54d433b0cef10 100644 (file)
@@ -19,7 +19,7 @@ include "basic_2/dynamic/lsubsv.ma".
 
 (* Properties on context-sensitive parallel equivalence for terms ***********)
 
-lemma lsubsv_cpcs_trans: ∀h,g,L1,L2. h ⊢ L1 ⊩:⊑[g] L2 →
+lemma lsubsv_cpcs_trans: ∀h,g,L1,L2. h ⊢ L1 ¡⊑[g] L2 →
                          ∀T1,T2. L2 ⊢ T1 ⬌* T2 → L1 ⊢ T1 ⬌* T2.
 /3 width=5 by lsubsv_fwd_lsubs2, cpcs_lsubs_trans/
 qed-.