X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Flib%2Flambda-delta%2Fsubstitution%2Fthin.ma;h=dd3d0ffa94b38761a775a486e88ba8cbf5c4b53d;hb=42680d47c033d751738fd0f84af7b45b2a91a5b8;hp=03cc81b06bbb60eff18965fdaa8958b658713988;hpb=7b976a01aa6cedbfbef57ace183ce3fc0e2f22a9;p=helm.git diff --git a/matita/matita/lib/lambda-delta/substitution/thin.ma b/matita/matita/lib/lambda-delta/substitution/thin.ma index 03cc81b06..dd3d0ffa9 100644 --- a/matita/matita/lib/lambda-delta/substitution/thin.ma +++ b/matita/matita/lib/lambda-delta/substitution/thin.ma @@ -18,8 +18,8 @@ inductive thin: lenv → nat → nat → lenv → Prop ≝ | thin_thin: ∀L1,L2,I,V,e. thin L1 0 e L2 → thin (L1. ♭I V) 0 (e + 1) L2 | thin_skip: ∀L1,L2,I,V1,V2,d,e. - thin L1 d e L2 → [d,e]← L1 / V1 ≡ V2 → + thin L1 d e L2 → L1 ⊢ ↓[d,e] V1 ≡ V2 → thin (L1. ♭I V1) (d + 1) e (L2. ♭I V2) . -interpretation "thinning" 'RThin L1 d e L2 = (thin L1 d e L2). +interpretation "thinning" 'RSubst L1 d e L2 = (thin L1 d e L2).