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 "static_2/syntax/term_simple.ma".
16 include "static_2/syntax/teqo.ma".
18 (* SORT-IRRELEVANT OUTER EQUIVALENCE FOR TERMS ******************************)
20 (* Properies with simple (neutral) terms ************************************)
22 (* Basic_2A1: was: simple_tsts_repl_dx *)
23 lemma simple_teqo_repl_dx: âT1,T2. T1 ~ T2 â đâšT1â© â đâšT2â©.
26 elim (simple_inv_pair ⊠H) -H #J #H destruct //
29 (* Basic_2A1: was: simple_tsts_repl_sn *)
30 lemma simple_teqo_repl_sn: âT1,T2. T1 ~ T2 â đâšT2â© â đâšT1â©.
31 /3 width=3 by simple_teqo_repl_dx, teqo_sym/ qed-.