]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/ground_1/ext/tactics.ma
refactoring of \lambda\delta version 1 in matita
[helm.git] / matita / matita / contribs / lambdadelta / ground_1 / ext / tactics.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 (* This file was automatically generated: do not edit *********************)
16
17 include "Ground-1/preamble.ma".
18
19 theorem insert_eq:
20  \forall (S: Set).(\forall (x: S).(\forall (P: ((S \to Prop))).(\forall (G: 
21 ((S \to Prop))).(((\forall (y: S).((P y) \to ((eq S y x) \to (G y))))) \to 
22 ((P x) \to (G x))))))
23 \def
24  \lambda (S: Set).(\lambda (x: S).(\lambda (P: ((S \to Prop))).(\lambda (G: 
25 ((S \to Prop))).(\lambda (H: ((\forall (y: S).((P y) \to ((eq S y x) \to (G 
26 y)))))).(\lambda (H0: (P x)).(H x H0 (refl_equal S x))))))).
27 (* COMMENTS
28 Initial nodes: 45
29 END *)
30
31 theorem unintro:
32  \forall (A: Set).(\forall (a: A).(\forall (P: ((A \to Prop))).(((\forall (x: 
33 A).(P x))) \to (P a))))
34 \def
35  \lambda (A: Set).(\lambda (a: A).(\lambda (P: ((A \to Prop))).(\lambda (H: 
36 ((\forall (x: A).(P x)))).(H a)))).
37 (* COMMENTS
38 Initial nodes: 17
39 END *)
40
41 theorem xinduction:
42  \forall (A: Set).(\forall (t: A).(\forall (P: ((A \to Prop))).(((\forall (x: 
43 A).((eq A t x) \to (P x)))) \to (P t))))
44 \def
45  \lambda (A: Set).(\lambda (t: A).(\lambda (P: ((A \to Prop))).(\lambda (H: 
46 ((\forall (x: A).((eq A t x) \to (P x))))).(H t (refl_equal A t))))).
47 (* COMMENTS
48 Initial nodes: 31
49 END *)
50