]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/grammar/item.ma
- some renaming according to the written version of basic_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / grammar / item.ma
index 99260ba797a31f4337c78d4782a4aeb490a76621..97207c56c51a0e775765a0e0665ab29df7951662 100644 (file)
@@ -42,6 +42,12 @@ inductive item2: Type[0] ≝
   | Flat2: flat2 → item2        (* non-binding item *)
 .
 
+(* Basic inversion lemmas ***************************************************)
+
+fact destruct_sort_sort_aux: ∀k1,k2. Sort k1 = Sort k2 → k1 = k2.
+#k1 #k2 #H destruct //
+qed-.
+
 (* Basic properties *********************************************************)
 
 lemma eq_item0_dec: ∀I1,I2:item0. Decidable (I1 = I2).