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 "basic_2/rt_computation/fpbs_lfpxs.ma".
16 include "basic_2/rt_computation/fpbg.ma".
18 (* PROPER PARALLEL RST-COMPUTATION FOR CLOSURES *****************************)
20 (* Properties with unbound parallel rt-computation on referred entries ******)
22 (* Basic_2A1: uses: lpxs_fpbg *)
23 lemma lfpxs_lfdneq_fpbg: ∀h,o,G,L1,L2,T. ⦃G, L1⦄ ⊢ ⬈*[h, T] L2 →
24 (L1 ≛[h, o, T] L2 → ⊥) → ⦃G, L1, T⦄ >[h, o] ⦃G, L2, T⦄.
25 #h #o #G #L1 #L2 #T #H #H0
26 elim (lfpxs_lfdneq_inv_step_sn … H … H0) -H -H0
27 /4 width=7 by fpb_lfpx, lfpxs_ffdeq_fpbs, ffdeq_intro_sn, ex2_3_intro/