1 (**************************************************************************)
4 (* ||A|| A project by Andrea Asperti *)
6 (* ||I|| Developers: *)
7 (* ||T|| The HELM team. *)
8 (* ||A|| http://helm.cs.unibo.it *)
10 (* \ / This file is distributed under the terms of the *)
11 (* v GNU General Public License Version 2 *)
13 (**************************************************************************)
15 include "static_2/relocation/drops.ma".
17 (* GENERIC SLICING FOR LOCAL ENVIRONMENTS ***********************************)
19 (* Properties with the extension to binders of a context-sensitive relation *)
21 lemma cext2_d_liftable2_sn: ∀R. d_liftable2_sn … lifts R →
22 d_liftable2_sn … liftsb (cext2 R).
23 #R #HR #K #I1 #I2 * -I1 -I2 #I [| #T1 #T2 #HT12 ]
25 [ lapply (liftsb_inv_unit_sn … H)
26 | lapply (liftsb_inv_pair_sn … H) * #U1 #HTU1
27 ] -H #H destruct /3 width=3 by ext2_unit, ex2_intro/
28 elim (HR … HT12 … HLK … HTU1) -HR -b -K -T1 /3 width=3 by ext2_pair, ex2_intro/