1 (**************************************************************************)
4 (* ||A|| A project by Andrea Asperti *)
6 (* ||I|| Developers: *)
7 (* ||T|| The HELM team. *)
8 (* ||A|| http://helm.cs.unibo.it *)
10 (* \ / This file is distributed under the terms of the *)
11 (* v GNU General Public License Version 2 *)
13 (**************************************************************************)
15 include "ground/counters/rtc_shift.ma".
16 include "ground/counters/rtc_ism.ma".
18 (* T-BOUND RT-TRANSITION COUNTERS *******************************************)
20 (* Constructions with rtc_shift *********************************************)
22 lemma rtc_isr_shift (c): ๐โจ๐,cโฉ โ ๐โจ๐,โ*cโฉ.
23 #c * #ri #rs #H destruct /2 width=3 by ex1_2_intro/
26 (* Inversions with rtc_shift ************************************************)
28 lemma rtc_ism_inv_shift (n) (c): ๐โจn,โ*cโฉ โ โงโง ๐โจ๐,cโฉ & ๐ = n.
30 elim (rtc_shift_inv_dx โฆ H) -H #rt0 #rs0 #ti0 #ts0 #_ #_ #H1 #H2 #H3
31 elim (eq_inv_nmax_zero โฆ H1) -H1 /3 width=3 by ex1_2_intro, conj/
34 lemma rtc_isr_inv_shift (c): ๐โจ๐,โ*cโฉ โ ๐โจ๐,cโฉ.
35 #c #H elim (rtc_ism_inv_shift โฆ H) -H //