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