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/reducibility/tpr_tpr.ma".
16 include "basic_2/computation/tprs.ma".
18 (* CONTEXT-FREE PARALLEL COMPUTATION ON TERMS *******************************)
20 (* Advanced properties ******************************************************)
22 (* Basic_1: was: pr1_strip *)
23 lemma tprs_strip: ∀T1,T. T ➡* T1 → ∀T2. T ➡ T2 →
24 ∃∃T0. T1 ➡ T0 & T2 ➡* T0.
25 /3 width=3 by TC_strip1, tpr_conf/ qed.
27 (* Main propertis ***********************************************************)
29 (* Basic_1: was: pr1_confluence *)
30 theorem tprs_conf: confluent … tprs.
33 (* Basic_1: was: pr1_t *)
34 theorem tprs_trans: Transitive … tprs.
37 (* Basic_1: was: pr1_comp *)
38 lemma tprs_pair: ∀I,V1,V2. V1 ➡* V2 → ∀T1,T2. T1 ➡* T2 →
39 ②{I} V1. T1 ➡* ②{I} V2. T2.
40 #I #V1 #V2 #H @(tprs_ind … H) -V2 /2 width=1/
41 #V #V2 #_ #HV2 #IHV1 #T1 #T2 #HT12
42 @(tprs_trans … (②{I}V.T2)) /2 width=1/