Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 7ebd25ac536d248d499a3ce2acda963a > files > 2176

Macaulay2-1.3.1-8.fc15.i686.rpm

<?xml version="1.0" encoding="utf-8" ?>  <!-- for emacs: -*- coding: utf-8 -*- -->
<!-- Apache may like this line in the file .htaccess: AddCharset utf-8 .html -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"	 "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg-flat.dtd" >
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head><title>multBounds -- determine whether an ideal satisfies the upper and lower bounds of the multiplicity conjecture</title>
<link rel="stylesheet" type="text/css" href="../../../../Macaulay2/Style/doc.css"/>
</head>
<body>
<table class="buttons">
  <tr>
    <td><div><a href="_mult__Lower__Bound.html">next</a> | <a href="___Max__Degree.html">previous</a> | <a href="_mult__Lower__Bound.html">forward</a> | <a href="___Max__Degree.html">backward</a> | up | <a href="index.html">top</a> | <a href="master.html">index</a> | <a href="toc.html">toc</a> | <a href="http://www.math.uiuc.edu/Macaulay2/">Macaulay2 web site</a></div>

    </td>
  </tr>
</table>
<hr/>
<div><h1>multBounds -- determine whether an ideal satisfies the upper and lower bounds of the multiplicity conjecture</h1>
<div class="single"><h2>Synopsis</h2>
<ul><li><div class="list"><dl class="element"><dt class="heading">Usage: </dt><dd class="value"><div><tt>B=multBounds I</tt></div>
</dd></dl>
</div>
</li>
<li><div class="single">Inputs:<ul><li><span><tt>I</tt>, <span>an <a href="../../Macaulay2Doc/html/___Ideal.html">ideal</a></span>, a homogeneous ideal in a polynomial ring</span></li>
</ul>
</div>
</li>
<li><div class="single">Outputs:<ul><li><span><tt>B</tt>, <span>a <a href="../../Macaulay2Doc/html/___Boolean.html">Boolean value</a></span>, <tt>true</tt> if both the upper and lower bounds hold and <tt>false</tt> otherwise</span></li>
</ul>
</div>
</li>
</ul>
</div>
<div class="single"><h2>Description</h2>
<div><p>Let <tt>I</tt> be a homogeneous ideal of codimension <tt>c</tt> in a polynomial ring <tt>R</tt> such that <tt>R/I</tt> is Cohen-Macaulay. Herzog, Huneke, and Srinivasan conjectured that if <tt>R/I</tt> is Cohen-Macaulay, then</p>
<p><tt>m<sub>1</sub> ... m<sub>c</sub> / c! &lt;= e(R/I) &lt;= M<sub>1</sub> ... M<sub>c</sub> / c!</tt>,</p>
<p>where <tt>m<sub>i</sub></tt> is the minimum shift in the minimal graded free resolution of <tt>R/I</tt> at step <tt>i</tt>, <tt>M<sub>i</sub></tt> is the maximum shift in the minimal graded free resolution of <tt>R/I</tt> at step <tt>i</tt>, and <tt>e(R/I)</tt> is the multiplicity of <tt>R/I</tt>. If <tt>R/I</tt> is not Cohen-Macaulay, the upper bound is still conjectured to hold. <tt>multBounds</tt> tests the inequalities for the given ideal, returning <tt>true</tt> if both inequalities hold and <tt>false</tt> otherwise. <tt>multBounds</tt> prints the bounds and the multiplicity (called the degree), and it calls <a href="_mult__Upper__Bound.html" title="determine whether an ideal satisfies the upper bound of the multiplicity conjecture">multUpperBound</a> and <a href="_mult__Lower__Bound.html" title="determine whether an ideal satisfies the lower bound of the multiplicity conjecture">multLowerBound</a>.</p>
<div>This conjecture was proven in 2008 work of Eisenbud-Schreyer and Boij-Soderberg.</div>
<table class="examples"><tr><td><pre>i1 : S=ZZ/32003[a..c];</pre>
</td></tr>
<tr><td><pre>i2 : multBounds ideal(a^4,b^4,c^4)

lower bound = 64 degree = 64 upper bound = 64

o2 = true</pre>
</td></tr>
<tr><td><pre>i3 : multBounds ideal(a^3,b^4,c^5,a*b^3,b*c^2,a^2*c^3)

              35                           140
lower bound = -- degree = 27 upper bound = ---
               2                            3

o3 = true</pre>
</td></tr>
</table>
</div>
</div>
<div class="single"><h2>Caveat</h2>
<div><div>Note that <tt>multBounds</tt> makes no attempt to check to see whether <tt>R/I</tt> is Cohen-Macaulay.</div>
</div>
</div>
<div class="single"><h2>See also</h2>
<ul><li><span><a href="_cancel__All.html" title="make all potentially possible cancellations in the graded free resolution of an ideal">cancelAll</a> -- make all potentially possible cancellations in the graded free resolution of an ideal</span></li>
<li><span><a href="_mult__Upper__H__F.html" title="test a sufficient condition for the upper bound of the multiplicity conjecture">multUpperHF</a> -- test a sufficient condition for the upper bound of the multiplicity conjecture</span></li>
<li><span><a href="_mult__Upper__Bound.html" title="determine whether an ideal satisfies the upper bound of the multiplicity conjecture">multUpperBound</a> -- determine whether an ideal satisfies the upper bound of the multiplicity conjecture</span></li>
<li><span><a href="_mult__Lower__Bound.html" title="determine whether an ideal satisfies the lower bound of the multiplicity conjecture">multLowerBound</a> -- determine whether an ideal satisfies the lower bound of the multiplicity conjecture</span></li>
</ul>
</div>
<div class="waystouse"><h2>Ways to use <tt>multBounds</tt> :</h2>
<ul><li>multBounds(Ideal)</li>
</ul>
</div>
</div>
</body>
</html>