]> matita.cs.unibo.it Git - helm.git/blob - helm/www/matita/docs/manual-0.5.9/tac_decompose.html
0.5.9 released
[helm.git] / helm / www / matita / docs / manual-0.5.9 / tac_decompose.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>decompose</title><link rel="stylesheet" type="text/css" href="docbook.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /><link rel="home" href="index.html" title="Matita V0.5.9 User Manual (rev. 0.5.9 )" /><link rel="up" href="sec_tactics.html" title="Chapter 7. Tactics" /><link rel="prev" href="tac_cut.html" title="cut" /><link rel="next" href="tac_demodulate.html" title="demodulate" /></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">decompose</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="tac_cut.html">Prev</a> </td><th width="60%" align="center">Chapter 7. Tactics</th><td width="20%" align="right"> <a accesskey="n" href="tac_demodulate.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_decompose"></a>decompose</h2></div></div></div><p><strong class="userinput"><code>
3      decompose as H<sub>1</sub> ... H<sub>m</sub>
4     </code></strong></p><p>
5       </p><div class="variablelist"><dl class="variablelist"><dt><span class="term">Synopsis:</span></dt><dd><p>
6              <span class="bold"><strong>decompose</strong></span>
7              [<span class="bold"><strong>as</strong></span> <span class="emphasis"><em><a class="link" href="sec_terms.html#grammar.id">id</a></em></span>…]
8             </p></dd><dt><span class="term">Pre-conditions:</span></dt><dd><p>None.</p></dd><dt><span class="term">Action:</span></dt><dd><p>
9              For each each premise <span class="command"><strong>H</strong></span> of type 
10              <span class="command"><strong>T</strong></span> in the current context where
11              <span class="command"><strong>T</strong></span> is a non-recursive inductive type without
12              right parameters and of sort Prop or CProp, the tactic runs
13              <span class="command"><strong> 
14               elim H as H<sub>1</sub> ... H<sub>m</sub>
15              </strong></span>, clears <span class="command"><strong>H</strong></span>  and runs itself
16              recursively on each new premise introduced by 
17              <span class="command"><strong>elim</strong></span> in the opened sequents. 
18             </p></dd><dt><span class="term">New sequents to prove:</span></dt><dd><p>
19              The ones generated by all the <span class="command"><strong>elim</strong></span> tactics run.
20             </p></dd></dl></div><p>
21     </p></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="tac_cut.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_demodulate.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">cut </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> demodulate</td></tr></table></div></body></html>