]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/static_2/static/fdeq_fqup.ma
syntactic components detached from basic_2 become static_2
[helm.git] / matita / matita / contribs / lambdadelta / static_2 / static / fdeq_fqup.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/static/rdeq_fqup.ma".
16 include "static_2/static/fdeq.ma".
17
18 (* DEGREE-BASED EQUIVALENCE FOR CLOSURES ON REFERRED ENTRIES ****************)
19
20 (* Properties with degree-based equivalence for terms ***********************)
21
22 lemma tdeq_fdeq: ∀h,o,T1,T2. T1 ≛[h, o] T2 →
23                  ∀G,L. ⦃G, L, T1⦄ ≛[h, o] ⦃G, L, T2⦄.
24 /2 width=1 by fdeq_intro_sn/ qed.
25
26 (* Advanced properties ******************************************************)
27
28 lemma fdeq_refl: ∀h,o. tri_reflexive … (fdeq h o).
29 /2 width=1 by fdeq_intro_sn/ qed.