]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/help/C/tac_generalize.html
Ignore *-stamp in matita/help/C
[helm.git] / matita / matita / help / C / tac_generalize.html
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>generalize</title><link rel="stylesheet" type="text/css" href="docbook.css" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="home" href="index.html" title="Matita V0.99.5 User Manual (rev. 0.99.5 )" /><link rel="up" href="sec_tactics.html" title="Chapter 7. Tactics" /><link rel="prev" href="tac_elim.html" title="elim" /><link rel="next" href="tac_inversion.html" title="inversion" /></head><body><a xmlns="" href="../../../"><div class="matita_logo"><img src="figures/matita.png" alt="Tiny Matita logo" /><span>Matita Home</span></div></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">generalize</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="tac_elim.html">Prev</a> </td><th width="60%" align="center">Chapter 7. Tactics</th><td width="20%" align="right"> <a accesskey="n" href="tac_inversion.html">Next</a></td></tr></table><hr /></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="tac_generalize"></a>generalize</h2></div></div></div><p><strong class="userinput"><code>generalize patt</code></strong></p><p>
3       </p><div class="variablelist"><dl class="variablelist"><dt><span class="term">Synopsis:</span></dt><dd><p><span class="bold"><strong>generalize</strong></span> <span class="emphasis"><em><a class="link" href="tacticargs.html#grammar.pattern">pattern</a></em></span></p></dd><dt><span class="term">Pre-conditions:</span></dt><dd><p>All the terms matched by <span class="command"><strong>patt</strong></span> must be
4              convertible and close in the context of the current sequent.</p></dd><dt><span class="term">Action:</span></dt><dd><p>It closes the current sequent by applying a stronger
5              lemma that is proved using the new generated sequent.</p></dd><dt><span class="term">New sequents to prove:</span></dt><dd><p>It opens a new sequent where the current sequent conclusion
6              <span class="command"><strong>G</strong></span> is generalized to
7              <span class="command"><strong>∀x.G{x/t}</strong></span> where <span class="command"><strong>{x/t}</strong></span>
8              is a notation for the replacement with <span class="command"><strong>x</strong></span> of all
9              the occurrences of the term <span class="command"><strong>t</strong></span> matched by
10              <span class="command"><strong>patt</strong></span>. If <span class="command"><strong>patt</strong></span> matches no
11              subterm then <span class="command"><strong>t</strong></span> is defined as the
12              <span class="command"><strong>wanted</strong></span> part of the pattern.</p></dd></dl></div><p>
13     </p></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="tac_elim.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="sec_tactics.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="tac_inversion.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">elim </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> inversion</td></tr></table></div></body></html>