]> matita.cs.unibo.it Git - helm.git/blob - matita/contribs/CoRN-Decl/tactics/DiffTactics1.ma
tagged 0.5.0-rc1
[helm.git] / matita / contribs / CoRN-Decl / tactics / DiffTactics1.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 set "baseuri" "cic:/matita/CoRN-Decl/tactics/DiffTactics1".
18
19 include "CoRN.ma".
20
21 (* begin hide *)
22
23 (* UNEXPORTED
24 Ltac Contin := auto with continuous included.
25 *)
26
27 (* UNEXPORTED
28 Ltac Deriv := eauto with derivate continuous included.
29 *)
30
31 (* end hide *)
32
33 (*#* *Search tactics for reasoning in Real Analysis
34
35 The following tactics are defined:
36  - [Contin] will solve [(Continuous_I H F)]
37  - [Deriv] will solve [(Derivative_I H F F')].
38
39 All these tactics are defined using [eauto].
40 *)
41