]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/ground/relocation/gr_ist_isi.ma
90e8f4852ed5a0cd321126b7840f82a79d14ada6
[helm.git] / matita / matita / contribs / lambdadelta / ground / relocation / gr_ist_isi.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 "ground/relocation/gr_isi_pat.ma".
16 include "ground/relocation/gr_ist.ma".
17
18 (* TOTALITY CONDITION FOR GENERIC RELOCATION MAPS ***************************)
19
20 (* Advanced constructions with gr_isi ***************************************)
21
22 (*** isid_at_total *)
23 lemma gr_isi_pat_total: ∀f. 𝐓❪f❫ → (∀i1,i2. @❪i1,f❫ ≘ i2 → i1 = i2) → 𝐈❪f❫.
24 #f #H1f #H2f @gr_isi_pat
25 #i lapply (H1f i) -H1f *
26 #j #Hf >(H2f … Hf) in ⊢ (???%); -H2f //
27 qed.