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 notation "hvbox( ⦃ term 46 L1 , break term 46 T1 ⦄ ⬌ break ⦃ term 46 L2 , break term 46 T2 ⦄ )"
16 non associative with precedence 45
17 for @{ 'FocalizedPConv $L1 $T1 $L2 $T2 }.
19 notation "hvbox( ⦃ term 46 L1 , break term 46 T1 ⦄ ⬌ ⬌ break ⦃ term 46 L2 , break term 46 T2 ⦄ )"
20 non associative with precedence 45
21 for @{ 'FocalizedPConvAlt $L1 $T1 $L2 $T2 }.
23 include "basic_2/reducibility/fpr.ma".
25 (* CONTEXT-FREE PARALLEL CONVERSION ON CLOSURES *****************************)
27 definition fpc: bi_relation lenv term ≝
28 λL1,T1,L2,T2. ⦃L1, T1⦄ ➡ ⦃L2, T2⦄ ∨ ⦃L2, T2⦄ ➡ ⦃L1, T1⦄.
31 "context-free parallel conversion (closure)"
32 'FocalizedPConv L1 T1 L2 T2 = (fpc L1 T1 L2 T2).
34 (* Basic properties *********************************************************)
36 lemma fpc_refl: bi_reflexive … fpc.
39 lemma fpc_sym: bi_symmetric … fpc.
40 #L1 #L2 #T1 #T2 * /2 width=1/
43 (* Basic forward lemmas *****************************************************)
45 lemma fpc_fwd_fpr: ∀L1,L2,T1,T2. ⦃L1, T1⦄ ⬌ ⦃L2, T2⦄ →
46 ∃∃L,T. ⦃L1, T1⦄ ➡ ⦃L, T⦄ & ⦃L2, T2⦄ ➡ ⦃L, T⦄.
47 #L1 #L2 #T1 #T2 * /2 width=4/