]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/basic_2/etc_new/ceq_ceq.etc
- degree-based equivalene for terms
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / etc_new / ceq_ceq.etc
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 "basic_2/syntax/ceq.ma".
16
17 (* CONTEXT-SENSITIVE EQUIVALENCES FOR TERMS *********************************)
18
19 (* Main properties **********************************************************)
20
21 theorem ceq_trans (L): Transitive … (ceq L).
22 // qed-.
23
24 lemma ceq_canc_sn (L): left_cancellable … (ceq L).
25 // qed-.
26
27 lemma ceq_canc_dx (L): right_cancellable … (ceq L).
28 // qed-.
29
30 theorem cfull_trans (L): Transitive … (cfull L).
31 // qed-.
32
33 lemma cfull_canc_sn (L): left_cancellable … (cfull L).
34 // qed-.
35
36 lemma cfull_canc_dx (L): right_cancellable … (cfull L).
37 // qed-.