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_max.ma".
18 (* MAXIMUM FOR RT-TRANSITION COUNTERS ***************************************)
20 (* Constructions with rtc_shift *********************************************)
22 lemma rtc_max_shift (c1) (c2): ((↕*c1) ∨ (↕*c2)) = ↕*(c1∨c2).
23 * #ri1 #rs1 #ti1 #ts1 * #ri2 #rs2 #ti2 #ts2
24 <rtc_shift_unfold <rtc_shift_unfold <rtc_shift_unfold <rtc_max_unfold
25 <nmax_assoc <nmax_assoc <nmax_assoc <nmax_assoc //