]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/steps/rtc_ist_shift.ma
ground_2 released and permanently renamed as ground
[helm.git] / matita / matita / contribs / lambdadelta / ground / steps / rtc_ist_shift.ma
diff --git a/matita/matita/contribs/lambdadelta/ground/steps/rtc_ist_shift.ma b/matita/matita/contribs/lambdadelta/ground/steps/rtc_ist_shift.ma
new file mode 100644 (file)
index 0000000..fcaa4d8
--- /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/steps/rtc_shift.ma".
+include "ground/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-.