]> matita.cs.unibo.it Git - helm.git/blob - matita/contribs/PREDICATIVE-TOPOLOGY/class_eq.ma
tagged 0.5.0-rc1
[helm.git] / matita / contribs / PREDICATIVE-TOPOLOGY / class_eq.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 (* STATO: NON COMPILA: dev'essere aggiornato *)
16
17 set "baseuri" "cic:/matita/PREDICATIVE-TOPOLOGY/class_eq".
18
19 include "class_defs.ma".
20
21 theorem ceq_trans: \forall C. \xforall c1,c2. ceq C c1 c2 \to 
22                    \xforall c3. ceq ? c2 c3 \to ceq ? c1 c3.
23 intros.
24
25 (*
26 apply ceq_intro; apply cle_trans; [|auto new timeout=100|auto new timeout=100||auto new timeout=100|auto new timeout=100].
27 qed.
28
29 theorem ceq_sym: \forall C,c1,c2. ceq C c1 c2 \to ceq C c2 c1.
30 intros; elim H; clear H.; auto new timeout=100.
31 qed.
32 *)