]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/ground_2/steps/rtc_isrt_shift.ma
update in ground_2, static_2, basic_2
[helm.git] / matita / matita / contribs / lambdadelta / ground_2 / steps / rtc_isrt_shift.ma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 include "ground_2/steps/rtc_shift.ma".
16 include "ground_2/steps/rtc_isrt.ma".
17
18 (* RT-TRANSITION COUNTER ****************************************************)
19
20 (* Properties with test for costrained rt-transition counter ****************)
21
22 lemma isr_shift: âˆ€c. ð‘𝐓❊0,câŦ â†’ ð‘𝐓❊0,↕*câŦ.
23 #c * #ri #rs #H destruct /2 width=3 by ex1_2_intro/
24 qed.
25
26 (* Inversion properties with test for costrained rt-counter *****************)
27
28 lemma isrt_inv_shift: âˆ€n,c. ð‘𝐓❊n,↕*câŦ â†’ ð‘𝐓❊0,câŦ âˆ§ 0 = n.
29 #n #c * #ri #rs #H
30 elim (shift_inv_dx â€Ķ H) -H #rt0 #rs0 #ti0 #ts0 #_ #_ #H1 #H2 #H3
31 elim (max_inv_O3 â€Ķ H1) -H1 /3 width=3 by ex1_2_intro, conj/
32 qed-.
33
34 lemma isr_inv_shift: âˆ€c. ð‘𝐓❊0,↕*câŦ â†’ ð‘𝐓❊0,câŦ.
35 #c #H elim (isrt_inv_shift â€Ķ H) -H //
36 qed-.