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 (* This file was automatically generated: do not edit *********************)
22 Ltac Contin := auto with continuous included.
26 Ltac Deriv := eauto with derivate continuous included.
31 (*#* *Search tactics for reasoning in Real Analysis
33 The following tactics are defined:
34 - [Contin] will solve [(Continuous_I H F)]
35 - [Deriv] will solve [(Derivative_I H F F')].
37 All these tactics are defined using [eauto].