]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/help/C/sec_tactics.xml
garbage collection of dead equalities implemented
[helm.git] / matita / help / C / sec_tactics.xml
index 2e1f6f36565e8a32f32c921e63badaf964e26a36..c10d2bd337aabc49384f3c7984677369e751fce8 100644 (file)
@@ -750,7 +750,7 @@ its constructor takes no arguments.</para>
   <sect1 id="tac_fwd">
     <title>fwd</title>
     <titleabbrev>fwd</titleabbrev>
-    <para><userinput>fwd ...TODO</userinput></para>
+    <para><userinput>fwd H</userinput></para>
     <para>
       <variablelist>
         <varlistentry role="tactic.synopsis">
@@ -762,19 +762,29 @@ its constructor takes no arguments.</para>
         <varlistentry>
           <term>Pre-conditions:</term>
           <listitem>
-            <para>TODO.</para>
+            <para>
+              The type of <command>H</command> must be the premise of a
+               forward simplification theorem.
+           </para>
           </listitem>
         </varlistentry>
         <varlistentry>
           <term>Action:</term>
           <listitem>
-            <para>TODO.</para>
+            <para>
+            This tactic is under development.
+             It simplifies the current context by removing
+            <command>H</command> using the following methods:
+            forward application of a suitable simplification theorem (chosen
+             automatically) of which the type of <command>H</command> is a
+             premise, decomposition, rewriting. 
+           </para>
           </listitem>
         </varlistentry>
         <varlistentry>
           <term>New sequents to prove:</term>
           <listitem>
-            <para>TODO.</para>
+            <para>None.</para>
           </listitem>
         </varlistentry>
       </variablelist>
@@ -857,7 +867,7 @@ its constructor takes no arguments.</para>
   </sect1>
   <sect1 id="tac_injection">
     <title>injection</title>
-    <titleabbrev><emphasis role="bold">injection</emphasis></titleabbrev>
+    <titleabbrev>injection</titleabbrev>
     <para><userinput>injection p</userinput></para>
     <para>
       <variablelist>