1 (**************************************************************************)
4 (* ||A|| A project by Andrea Asperti *)
6 (* ||I|| Developers: *)
7 (* ||T|| The HELM team. *)
8 (* ||A|| http://helm.cs.unibo.it *)
10 (* \ / This file is distributed under the terms of the *)
11 (* v GNU General Public License Version 2 *)
13 (**************************************************************************)
15 include "ground/relocation/tr_pap_pat.ma".
17 (* Main inversions **********************************************************)
20 theorem tr_pap_inj (f):
21 ∀i1,i2,j. f@❨i1❩ = j → f@❨i2❩ = j → i1 = i2.
22 /2 width=4 by pr_pat_inj/ qed-.