]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/relocation/drops_vector.ma
- minor corrections
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / relocation / drops_vector.ma
index 9cf6e7c1fd76399eac10a7bc48d9b0a663e5e21b..f76942c5d911328a6f7f5d287cd070d87b13ecae 100644 (file)
 include "basic_2/relocation/lifts_vector.ma".
 include "basic_2/relocation/drops.ma".
 
-(* GENERAL SLICING FOR LOCAL ENVIRONMENTS ***********************************)
+(* GENERIC SLICING FOR LOCAL ENVIRONMENTS ***********************************)
 
 definition d_liftable1_all: relation2 lenv term → predicate bool ≝
                             λR,c. ∀L,K,f. ⬇*[c, f] L ≡ K →
                             ∀Ts,Us. ⬆*[f] Ts ≡ Us →
                             all … (R K) Ts → all … (R L) Us.
 
-(* Properties on general relocation for term vectors ************************)
+(* Properties with generic relocation for term vectors **********************)
 
 (* Basic_2A1: was: d1_liftables_liftables_all *)
 lemma d1_liftable_liftable_all: ∀R,c. d_liftable1 R c → d_liftable1_all R c.