]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/delayed_updating/syntax/path_depth.ma
update in delayed_updating
[helm.git] / matita / matita / contribs / lambdadelta / delayed_updating / syntax / path_depth.ma
index e76c4943b704ce2729085a27fe150c8decb87448..1634678af36ecc77d57b90df7e0b6dddeb4fbab0 100644 (file)
@@ -23,10 +23,11 @@ match p with
 [ list_empty     ā‡’ šŸŽ
 | list_lcons l q ā‡’
   match l with
-  [ label_node_d _ ā‡’ depth q
-  | label_edge_L   ā‡’ ā†‘(depth q)
-  | label_edge_A   ā‡’ depth q
-  | label_edge_S   ā‡’ depth q
+  [ label_d _ ā‡’ depth q
+  | label_m   ā‡’ depth q
+  | label_L   ā‡’ ā†‘(depth q)
+  | label_A   ā‡’ depth q
+  | label_S   ā‡’ depth q
   ]
 ].
 
@@ -39,7 +40,10 @@ interpretation
 lemma depth_empty: šŸŽ = ā˜šžā˜.
 // qed.
 
-lemma depth_d (q) (n): ā˜qā˜ = ā˜š—±āØnā©ā——qā˜.
+lemma depth_d (q) (n): ā˜qā˜ = ā˜š—±nā——qā˜.
+// qed.
+
+lemma depth_m (q): ā˜qā˜ = ā˜š—ŗā——qā˜.
 // qed.
 
 lemma depth_L (q): ā†‘ā˜qā˜ = ā˜š—Ÿā——qā˜.