]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/static_2/relocation/seq_seq.ma
syntactic components detached from basic_2 become static_2
[helm.git] / matita / matita / contribs / lambdadelta / static_2 / relocation / seq_seq.ma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 include "static_2/syntax/ceq_ext_ceq_ext.ma".
16 include "static_2/relocation/sex_sex.ma".
17
18 (* SYNTACTIC EQUIVALENCE FOR SELECTED LOCAL ENVIRONMENTS ********************)
19
20 (* Main properties **********************************************************)
21
22 theorem seq_trans: ∀f. Transitive … (seq f).
23 /3 width=5 by sex_trans, ceq_ext_trans/ qed-.
24
25 theorem seq_canc_sn: ∀f. left_cancellable … (seq f).
26 /3 width=3 by sex_canc_sn, seq_trans, seq_sym/ qed-.
27
28 theorem seq_canc_dx: ∀f. right_cancellable … (seq f).
29 /3 width=3 by sex_canc_dx, seq_trans, seq_sym/ qed-.
30
31 theorem seq_join: ∀f1,L1,L2. L1 ≡[f1] L2 → ∀f2. L1 ≡[f2] L2 →
32                   ∀f. f1 ⋓ f2 ≘ f → L1 ≡[f] L2.
33 /2 width=5 by sex_join/ qed-.
34
35 theorem seq_meet: ∀f1,L1,L2. L1 ≡[f1] L2 → ∀f2. L1 ≡[f2] L2 →
36                   ∀f. f1 ⋒ f2 ≘ f → L1 ≡[f] L2.
37 /2 width=5 by sex_meet/ qed-.