]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/basic_2/etc/fid/fid.etc
update in ground_2 and basic_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / etc / fid / fid.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/notation/relations/isidentity_2.ma".
16 include "basic_2/static/frees.ma".
17
18 (* FREE VARIABLES IDENTITY FOR RESTRICTED CLOSURES **************************)
19
20 definition fid: relation2 … ≝ λL,T.
21                 ∀f. L ⊢ 𝐅*⦃T⦄ ≡ f →  𝐈⦃f⦄.
22
23 interpretation "free variables identity (restricted closure)"
24    'IsIdentity L T = (fid L T).
25
26 (* Basic properties *********************************************************)
27
28 lemma fid_sort: ∀L,s. 𝐈⦃L, ⋆s⦄.
29 /2 width=3 by frees_inv_sort/ qed.
30
31 lemma fid_gref: ∀L,l. 𝐈⦃L, §l⦄.
32 /2 width=3 by frees_inv_gref/ qed.