]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/basic_2A/substitution/drop_drop.ma
update in binararies for λδ
[helm.git] / matita / matita / contribs / lambdadelta / basic_2A / substitution / drop_drop.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_2A/substitution/lift_lift.ma".
16 include "basic_2A/substitution/drop.ma".
17
18 (* BASIC SLICING FOR LOCAL ENVIRONMENTS *************************************)
19
20 (* Main properties **********************************************************)
21
22 theorem drop_mono: ∀L,L1,s1,l,m. ⬇[s1, l, m] L ≡ L1 →
23                    ∀L2,s2. ⬇[s2, l, m] L ≡ L2 → L1 = L2.
24 #L #L1 #s1 #l #m #H elim H -L -L1 -l -m
25 [ #l #m #Hm #L2 #s2 #H elim (drop_inv_atom1 … H) -H //
26 | #I #K #V #L2 #s2 #HL12 <(drop_inv_O2 … HL12) -L2 //
27 | #I #L #K #V #m #_ #IHLK #L2 #s2 #H
28   lapply (drop_inv_drop1 … H) -H /2 width=2 by/
29 | #I #L #K1 #T #V1 #l #m #_ #HVT1 #IHLK1 #X #s2 #H
30   elim (drop_inv_skip1 … H) -H // <minus_plus_m_m #K2 #V2 #HLK2 #HVT2 #H destruct
31   >(lift_inj … HVT1 … HVT2) -HVT1 -HVT2
32   >(IHLK1 … HLK2) -IHLK1 -HLK2 //
33 ]
34 qed-.
35
36 theorem drop_conf_ge: ∀L,L1,s1,l1,m1. ⬇[s1, l1, m1] L ≡ L1 →
37                       ∀L2,s2,m2. ⬇[s2, 0, m2] L ≡ L2 → l1 + m1 ≤ m2 →
38                       ⬇[s2, 0, m2 - m1] L1 ≡ L2.
39 #L #L1 #s1 #l1 #m1 #H elim H -L -L1 -l1 -m1 //
40 [ #l #m #_ #L2 #s2 #m2 #H #_ elim (drop_inv_atom1 … H) -H
41   #H #Hm destruct
42   @drop_atom #H >Hm // (**) (* explicit constructor *)
43 | #I #L #K #V #m #_ #IHLK #L2 #s2 #m2 #H #Hm2
44   lapply (drop_inv_drop1_lt … H ?) -H /2 width=2 by ltn_to_ltO/ #HL2
45   <minus_plus >minus_minus_comm /3 width=1 by monotonic_pred/
46 | #I #L #K #V1 #V2 #l #m #_ #_ #IHLK #L2 #s2 #m2 #H #Hlmm2
47   lapply (transitive_le 1 … Hlmm2) // #Hm2
48   lapply (drop_inv_drop1_lt … H ?) -H // -Hm2 #HL2
49   lapply (transitive_le (1+m) … Hlmm2) // #Hmm2
50   @drop_drop_lt >minus_minus_comm /3 width=1 by lt_minus_to_plus_r, monotonic_le_minus_r, monotonic_pred/ (**) (* explicit constructor *)
51 ]
52 qed.
53
54 theorem drop_conf_be: ∀L0,L1,s1,l1,m1. ⬇[s1, l1, m1] L0 ≡ L1 →
55                       ∀L2,m2. ⬇[m2] L0 ≡ L2 → l1 ≤ m2 → m2 ≤ l1 + m1 →
56                       ∃∃L. ⬇[s1, 0, l1 + m1 - m2] L2 ≡ L & ⬇[l1] L1 ≡ L.
57 #L0 #L1 #s1 #l1 #m1 #H elim H -L0 -L1 -l1 -m1
58 [ #l1 #m1 #Hm1 #L2 #m2 #H #Hl1 #_ elim (drop_inv_atom1 … H) -H #H #Hm2 destruct
59   >(Hm2 ?) in Hl1; // -Hm2 #Hl1 <(le_n_O_to_eq … Hl1) -l1
60   /4 width=3 by drop_atom, ex2_intro/
61 | normalize #I #L #V #L2 #m2 #HL2 #_ #Hm2
62   lapply (le_n_O_to_eq … Hm2) -Hm2 #H destruct
63   lapply (drop_inv_O2 … HL2) -HL2 #H destruct /2 width=3 by drop_pair, ex2_intro/
64 | normalize #I #L0 #K0 #V1 #m1 #HLK0 #IHLK0 #L2 #m2 #H #_ #Hm21
65   lapply (drop_inv_O1_pair1 … H) -H * * #Hm2 #HL20
66   [ -IHLK0 -Hm21 destruct <minus_n_O /3 width=3 by drop_drop, ex2_intro/
67   | -HLK0 <minus_le_minus_minus_comm //
68     elim (IHLK0 … HL20) -L0 /2 width=3 by monotonic_pred, ex2_intro/
69   ]
70 | #I #L0 #K0 #V0 #V1 #l1 #m1 >plus_plus_comm_23 #_ #_ #IHLK0 #L2 #m2 #H #Hl1m2 #Hm2lm1
71   elim (le_inv_plus_l … Hl1m2) #_ #Hm2
72   <minus_le_minus_minus_comm //
73   lapply (drop_inv_drop1_lt … H ?) -H // #HL02
74   elim (IHLK0 … HL02) -L0 /3 width=3 by drop_drop, monotonic_pred, ex2_intro/
75 ]
76 qed-.
77
78 theorem drop_conf_le: ∀L0,L1,s1,l1,m1. ⬇[s1, l1, m1] L0 ≡ L1 →
79                       ∀L2,s2,m2. ⬇[s2, 0, m2] L0 ≡ L2 → m2 ≤ l1 →
80                       ∃∃L. ⬇[s2, 0, m2] L1 ≡ L & ⬇[s1, l1 - m2, m1] L2 ≡ L.
81 #L0 #L1 #s1 #l1 #m1 #H elim H -L0 -L1 -l1 -m1
82 [ #l1 #m1 #Hm1 #L2 #s2 #m2 #H elim (drop_inv_atom1 … H) -H
83   #H #Hm2 #_ destruct /4 width=3 by drop_atom, ex2_intro/
84 | #I #K0 #V0 #L2 #s2 #m2 #H1 #H2
85   lapply (le_n_O_to_eq … H2) -H2 #H destruct
86   lapply (drop_inv_pair1 … H1) -H1 #H destruct /2 width=3 by drop_pair, ex2_intro/
87 | #I #K0 #K1 #V0 #m1 #HK01 #_ #L2 #s2 #m2 #H1 #H2
88   lapply (le_n_O_to_eq … H2) -H2 #H destruct
89   lapply (drop_inv_pair1 … H1) -H1 #H destruct /3 width=3 by drop_drop, ex2_intro/
90 | #I #K0 #K1 #V0 #V1 #l1 #m1 #HK01 #HV10 #IHK01 #L2 #s2 #m2 #H #Hm2l1
91   elim (drop_inv_O1_pair1 … H) -H *
92   [ -IHK01 -Hm2l1 #H1 #H2 destruct /3 width=5 by drop_pair, drop_skip, ex2_intro/
93   | -HK01 -HV10 #Hm2 #HK0L2
94     elim (IHK01 … HK0L2) -IHK01 -HK0L2 /2 width=1 by monotonic_pred/
95     >minus_le_minus_minus_comm /3 width=3 by drop_drop_lt, ex2_intro/
96   ]
97 ]
98 qed-.
99
100 (* Note: with "s2", the conclusion parameter is "s1 ∨ s2" *)
101 theorem drop_trans_ge: ∀L1,L,s1,l1,m1. ⬇[s1, l1, m1] L1 ≡ L →
102                        ∀L2,m2. ⬇[m2] L ≡ L2 → l1 ≤ m2 → ⬇[s1, 0, m1 + m2] L1 ≡ L2.
103 #L1 #L #s1 #l1 #m1 #H elim H -L1 -L -l1 -m1
104 [ #l1 #m1 #Hm1 #L2 #m2 #H #_ elim (drop_inv_atom1 … H) -H
105   #H #Hm2 destruct /4 width=1 by drop_atom, eq_f2/
106 | /2 width=1 by drop_gen/
107 | /3 width=1 by drop_drop/
108 | #I #L1 #L2 #V1 #V2 #l #m #_ #_ #IHL12 #L #m2 #H #Hlm2
109   lapply (lt_to_le_to_lt 0 … Hlm2) // #Hm2
110   lapply (lt_to_le_to_lt … (m + m2) Hm2 ?) // #Hmm2
111   lapply (drop_inv_drop1_lt … H ?) -H // #HL2
112   @drop_drop_lt // >le_plus_minus /3 width=1 by monotonic_pred/
113 ]
114 qed.
115
116 theorem drop_trans_le: ∀L1,L,s1,l1,m1. ⬇[s1, l1, m1] L1 ≡ L →
117                        ∀L2,s2,m2. ⬇[s2, 0, m2] L ≡ L2 → m2 ≤ l1 →
118                        ∃∃L0. ⬇[s2, 0, m2] L1 ≡ L0 & ⬇[s1, l1 - m2, m1] L0 ≡ L2.
119 #L1 #L #s1 #l1 #m1 #H elim H -L1 -L -l1 -m1
120 [ #l1 #m1 #Hm1 #L2 #s2 #m2 #H #_ elim (drop_inv_atom1 … H) -H
121   #H #Hm2 destruct /4 width=3 by drop_atom, ex2_intro/
122 | #I #K #V #L2 #s2 #m2 #HL2 #H lapply (le_n_O_to_eq … H) -H
123   #H destruct /2 width=3 by drop_pair, ex2_intro/
124 | #I #L1 #L2 #V #m #_ #IHL12 #L #s2 #m2 #HL2 #H lapply (le_n_O_to_eq … H) -H
125   #H destruct elim (IHL12 … HL2) -IHL12 -HL2 //
126   #L0 #H #HL0 lapply (drop_inv_O2 … H) -H #H destruct
127   /3 width=5 by drop_pair, drop_drop, ex2_intro/
128 | #I #L1 #L2 #V1 #V2 #l #m #HL12 #HV12 #IHL12 #L #s2 #m2 #H #Hm2l
129   elim (drop_inv_O1_pair1 … H) -H *
130   [ -Hm2l -IHL12 #H1 #H2 destruct /3 width=5 by drop_pair, drop_skip, ex2_intro/
131   | -HL12 -HV12 #Hm2 #HL2
132     elim (IHL12 … HL2) -L2 [ >minus_le_minus_minus_comm // /3 width=3 by drop_drop_lt, ex2_intro/ | /2 width=1 by monotonic_pred/ ]
133   ]
134 ]
135 qed-.
136
137 (* Advanced properties ******************************************************)
138
139 lemma d_liftable_llstar: ∀R. d_liftable R → ∀d. d_liftable (llstar … R d).
140 #R #HR #d #K #T1 #T2 #H @(lstar_ind_r … d T2 H) -d -T2
141 [ #L #s #l #m #_ #U1 #HTU1 #U2 #HTU2 -HR -K
142   >(lift_mono … HTU2 … HTU1) -T1 -U2 -l -m //
143 | #d #T #T2 #_ #HT2 #IHT1 #L #s #l #m #HLK #U1 #HTU1 #U2 #HTU2
144   elim (lift_total T l m) /3 width=12 by lstar_dx/
145 ]
146 qed-.
147
148 lemma drop_conf_lt: ∀L,L1,s1,l1,m1. ⬇[s1, l1, m1] L ≡ L1 →
149                     ∀I,K2,V2,s2,m2. ⬇[s2, 0, m2] L ≡ K2.ⓑ{I}V2 →
150                     m2 < l1 → let l ≝ l1 - m2 - 1 in
151                     ∃∃K1,V1. ⬇[s2, 0, m2] L1 ≡ K1.ⓑ{I}V1 &
152                              ⬇[s1, l, m1] K2 ≡ K1 & ⬆[l, m1] V1 ≡ V2.
153 #L #L1 #s1 #l1 #m1 #H1 #I #K2 #V2 #s2 #m2 #H2 #Hm2l1
154 elim (drop_conf_le … H1 … H2) -L /2 width=2 by lt_to_le/ #K #HL1K #HK2
155 elim (drop_inv_skip1 … HK2) -HK2 /2 width=1 by lt_plus_to_minus_r/
156 #K1 #V1 #HK21 #HV12 #H destruct /2 width=5 by ex3_2_intro/
157 qed-.
158
159 lemma drop_trans_lt: ∀L1,L,s1,l1,m1. ⬇[s1, l1, m1] L1 ≡ L →
160                      ∀I,L2,V2,s2,m2. ⬇[s2, 0, m2] L ≡ L2.ⓑ{I}V2 →
161                      m2 < l1 → let l ≝ l1 - m2 - 1 in
162                      ∃∃L0,V0. ⬇[s2, 0, m2] L1 ≡ L0.ⓑ{I}V0 &
163                               ⬇[s1, l, m1] L0 ≡ L2 & ⬆[l, m1] V2 ≡ V0.
164 #L1 #L #s1 #l1 #m1 #HL1 #I #L2 #V2 #s2 #m2 #HL2 #Hl21
165 elim (drop_trans_le … HL1 … HL2) -L /2 width=1 by lt_to_le/ #L0 #HL10 #HL02
166 elim (drop_inv_skip2 … HL02) -HL02 /2 width=1 by lt_plus_to_minus_r/ #L #V1 #HL2 #HV21 #H destruct /2 width=5 by ex3_2_intro/
167 qed-.
168
169 lemma drop_trans_ge_comm: ∀L1,L,L2,s1,l1,m1,m2.
170                           ⬇[s1, l1, m1] L1 ≡ L → ⬇[m2] L ≡ L2 → l1 ≤ m2 →
171                           ⬇[s1, 0, m2 + m1] L1 ≡ L2.
172 #L1 #L #L2 #s1 #l1 #m1 #m2
173 >commutative_plus /2 width=5 by drop_trans_ge/
174 qed.
175
176 lemma drop_conf_div: ∀I1,L,K,V1,m1. ⬇[m1] L ≡ K.ⓑ{I1}V1 →
177                      ∀I2,V2,m2. ⬇[m2] L ≡ K.ⓑ{I2}V2 →
178                      ∧∧ m1 = m2 & I1 = I2 & V1 = V2.
179 #I1 #L #K #V1 #m1 #HLK1 #I2 #V2 #m2 #HLK2
180 elim (le_or_ge m1 m2) #Hm
181 [ lapply (drop_conf_ge … HLK1 … HLK2 ?)
182 | lapply (drop_conf_ge … HLK2 … HLK1 ?)
183 ] -HLK1 -HLK2 // #HK
184 lapply (drop_fwd_length_minus2 … HK) #H
185 elim (discr_minus_x_xy … H) -H
186 [1,3: normalize <plus_n_Sm #H destruct ]
187 #H >H in HK; #HK
188 lapply (drop_inv_O2 … HK) -HK #H destruct
189 lapply (inv_eq_minus_O … H) -H /3 width=1 by le_to_le_to_eq, and3_intro/
190 qed-.
191
192 (* Advanced forward lemmas **************************************************)
193
194 lemma drop_fwd_be: ∀L,K,s,l,m,i. ⬇[s, l, m] L ≡ K → |K| ≤ i → i < l → |L| ≤ i.
195 #L #K #s #l #m #i #HLK #HK #Hl elim (lt_or_ge i (|L|)) //
196 #HL elim (drop_O1_lt (Ⓕ) … HL) #I #K0 #V #HLK0 -HL
197 elim (drop_conf_lt … HLK … HLK0) // -HLK -HLK0 -Hl
198 #K1 #V1 #HK1 #_ #_ lapply (drop_fwd_length_lt2 … HK1) -I -K1 -V1
199 #H elim (lt_refl_false i) /2 width=3 by lt_to_le_to_lt/
200 qed-.