]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambda_delta/Basic_2/unfold/delift.ma
- lambda_delta: context-free weak head normal forms continued ...
[helm.git] / matita / matita / contribs / lambda_delta / Basic_2 / unfold / delift.ma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 include "Basic_2/unfold/tpss.ma".
16
17 (* DELIFT ON TERMS **********************************************************)
18
19 definition delift: nat → nat → lenv → relation term ≝
20                    λd,e,L,T1,T2. ∃∃T. L ⊢ T1 [d, e] ≫* T & ↑[d, e] T2 ≡ T.
21
22 interpretation "delift (term)"
23    'TSubst L T1 d e T2 = (delift d e L T1 T2).