]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/delayed_updating/substitution/lift.ma
update in delayed_updating
[helm.git] / matita / matita / contribs / lambdadelta / delayed_updating / substitution / lift.ma
index fa63286846e697621e2ac313b739825204abc2a5..f2b004a1898f8f7033e93e604555ee5d38af5a6c 100644 (file)
@@ -109,6 +109,10 @@ lemma lift_path_m_sn (f) (p):
 
 (* Basic constructions with proj_rmap ***************************************)
 
+lemma lift_rmap_empty (f):
+      f = โ†‘[๐ž]f.
+// qed.
+
 lemma lift_rmap_d_sn (f) (p) (n):
       โ†‘[p](fโˆ˜๐ฎโจninj nโฉ) = โ†‘[๐—ฑnโ——p]f.
 #f * // qed.
@@ -140,6 +144,24 @@ lemma lift_rmap_append (p2) (p1) (f):
 ]
 qed.
 
+(* Advanced constructions with proj_rmap and path_rcons *********************)
+
+lemma lift_rmap_m_dx (f) (p):
+      โ†‘[p]f = โ†‘[pโ—–๐—บ]f.
+// qed.
+
+lemma lift_rmap_L_dx (f) (p):
+      (โซฏโ†‘[p]f) = โ†‘[pโ—–๐—Ÿ]f.
+// qed.
+
+lemma lift_rmap_A_dx (f) (p):
+      โ†‘[p]f = โ†‘[pโ—–๐—”]f.
+// qed.
+
+lemma lift_rmap_S_dx (f) (p):
+      โ†‘[p]f = โ†‘[pโ—–๐—ฆ]f.
+// qed.
+
 (* Advanced eliminations with path ******************************************)
 
 lemma path_ind_lift (Q:predicate โ€ฆ):