]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground_2/steps/rtc_ist_shift.ma
update in ground_2 and basic_2
[helm.git] / matita / matita / contribs / lambdadelta / ground_2 / steps / rtc_ist_shift.ma
diff --git a/matita/matita/contribs/lambdadelta/ground_2/steps/rtc_ist_shift.ma b/matita/matita/contribs/lambdadelta/ground_2/steps/rtc_ist_shift.ma
new file mode 100644 (file)
index 0000000..99ad5a0
--- /dev/null
@@ -0,0 +1,38 @@
+(**************************************************************************)
+(*       ___                                                              *)
+(*      ||M||                                                             *)
+(*      ||A||       A project by Andrea Asperti                           *)
+(*      ||T||                                                             *)
+(*      ||I||       Developers:                                           *)
+(*      ||T||         The HELM team.                                      *)
+(*      ||A||         http://helm.cs.unibo.it                             *)
+(*      \   /                                                             *)
+(*       \ /        This file is distributed under the terms of the       *)
+(*        v         GNU General Public License Version 2                  *)
+(*                                                                        *)
+(**************************************************************************)
+
+include "ground_2/steps/rtc_shift.ma".
+include "ground_2/steps/rtc_ist.ma".
+
+(* RT-TRANSITION COUNTER ****************************************************)
+
+(* Properties with test for t-transition counter ****************************)
+
+lemma ist_zero_shift: āˆ€c. š“ā¦ƒ0,cā¦„ ā†’ š“ā¦ƒ0,ā†•*cā¦„.
+#c #H destruct //
+qed.
+
+(* Inversion properties with test for t-transition counter ******************)
+
+lemma ist_inv_shift: āˆ€n,c. š“ā¦ƒn,ā†•*cā¦„ ā†’ āˆ§āˆ§ š“ā¦ƒ0,cā¦„ & 0 = n.
+#n #c #H
+elim (shift_inv_dx ā€¦ H) -H #rt0 #rs0 #ti0 #ts0 #H1 #_ #H2 #H3 #H4 destruct
+elim (max_inv_O3 ā€¦ H1) -H1 #H11 #H12 destruct
+elim (max_inv_O3 ā€¦ H2) -H2 #H21 #H22 destruct
+/2 width=1 by conj/
+qed-.
+
+lemma ist_inv_zero_shift: āˆ€c. š“ā¦ƒ0,ā†•*cā¦„ ā†’ š“ā¦ƒ0,cā¦„.
+#c #H elim (ist_inv_shift ā€¦ H) -H //
+qed-.