]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/ground_2/steps/rtc_isrt_max_shift.ma
update in ground_2, static_2, basic_2
[helm.git] / matita / matita / contribs / lambdadelta / ground_2 / steps / rtc_isrt_max_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_isrt_shift.ma".
16 include "ground_2/steps/rtc_isrt_max.ma".
17
18 (* RT-TRANSITION COUNTER ****************************************************)
19
20 (* Inversion properties with test for constrained rt-transition counter *****)
21
22 lemma isrt_inv_max_shift_sn: โˆ€n,c1,c2. ๐‘๐“โชn,โ†•*c1 โˆจ c2โซ โ†’
23                              โˆงโˆง ๐‘๐“โช0,c1โซ & ๐‘๐“โชn,c2โซ.
24 #n #c1 #c2 #H
25 elim (isrt_inv_max โ€ฆ H) -H #n1 #n2 #Hc1 #Hc2 #H destruct
26 elim (isrt_inv_shift โ€ฆ Hc1) -Hc1 #Hc1 * -n1
27 /2 width=1 by conj/
28 qed-.