@@ -135,7 +135,6 @@ doc ///
135135 TO (min , Complex ),
136136 TO (length , Complex ),
137137 TO (regularity , Complex ),
138- TO (weightedRegularity, Complex ),
139138 TO (betti , Complex ),
140139 TO (poincare , Complex ),
141140 TO (poincareN , Complex ),
@@ -4330,7 +4329,7 @@ doc ///
43304329 :ZZ
43314330 Description
43324331 Text
4333- Given a free complex $C$ over a singly graded polynomial ring ,
4332+ Given a free complex $C$ over a standard graded polynomial ring ,
43344333 the regularity $r$ of $C$ is the smallest integer such that
43354334 each basis element of $C_i$ has degree at most $i + r$.
43364335 Example
@@ -4357,112 +4356,18 @@ doc ///
43574356 regularity FJ
43584357 Text
43594358 Although Castelnuovo-Mumford regularity is defined
4360- in more general settings (e.g., toric varieties with multi-degrees ),
4359+ in more general settings (e.g. toric varieties with multi-degrees )
43614360 this method does not currently handle these
43624361 extensions. Similarly, Castelnuovo-Mumford
43634362 regularity can be defined for non-free complexes,
43644363 but this method doesn't handle that case either.
43654364 SeeAlso
4366- (weightedRegularity, Complex )
43674365 " Basic invariants and properties"
43684366 regularity
43694367 betti
43704368 freeResolution
43714369///
43724370
4373- doc ///
4374- Node
4375- Key
4376- weightedRegularity
4377- (weightedRegularity, Ideal )
4378- (weightedRegularity, Module )
4379- Headline
4380- compute the weighted Castelnuovo-Mumford regularity
4381- Usage
4382- r = weightedRegularity C
4383- Inputs
4384- C: -- an Ideal, a Module, or a ChainComplex
4385- Outputs
4386- r:ZZ
4387- Description
4388- Text
4389- Let @TT " R" @ be a graded polynomial algebra over a field, with generators $x_0,\ldots,x_{n-1}$
4390- in positive integer weights $a_0,...,a_{n-1}$,
4391- and let $\mathfrak{m}$ be the maximal ideal $(x_0,\ldots,x_{n-1})$.
4392- For a graded module @TT " R" @-module @TT " M" @, the weighted regularity of @TT " M" @ is defined
4393- in terms of local cohomology , as
4394- $$\sup_{i\geq 0 } (i + \text{maximum degree of }H^i_{\mathfrak{m}}(R, M)).$$
4395- For example, if @TT " M" @ is bounded above, then the weighted regularity of @TT " M" @
4396- is the maximum degree of @TT " M" @, and this should be a fast way to compute the maximum degree .
4397- Text
4398- If the weights are equal to 1 , this is the same as @TO2 {(regularity ,Module )," regularity(M)" }@.
4399- In general, the weighted regularity is equal to the regularity minus $\sum_i (a_i-1)$.
4400- What we call weighted regularity was proposed by Peter Symonds as the definition of regularity .
4401- Text
4402- In the following example, the module @TT " M" @ is bounded above, with top -degree element $xy$ in degree 12 .
4403- Example
4404- R = QQ [x,y,Degrees =>{5,7}];
4405- M = R^1/(x^2,y^2);
4406- regularity M
4407- weightedRegularity M
4408- SeeAlso
4409- (regularity , Module )
4410- " OldChainComplexes :: resolution"
4411- betti
4412- comodule
4413- " VirtualResolutions :: multigradedRegularity"
4414- ///
4415-
4416- doc ///
4417- Key
4418- (weightedRegularity, Complex )
4419- Headline
4420- compute the weighted Castelnuovo-Mumford regularity
4421- Usage
4422- weightedRegularity C
4423- Inputs
4424- C:Complex
4425- Outputs
4426- :ZZ
4427- Description
4428- Text
4429- Given a complex @TT " C" @ of free modules over a singly graded polynomial ring $R$,
4430- the @TO2 {(regularity ,Complex )," regularity" }@ of $C$ is the smallest integer $r$ such that
4431- each basis element of $C_i$ has degree at most $i + r$. Let the generators of $R$
4432- have weights $a_0,\ldots,a_{n-1}$. Then @TT " weightedRegularity C" @ is defined
4433- as the regularity of @TT " C" @ minus $\sum_i (a_i-1)$. (Thus the two notions
4434- are the same when the weights are equal to 1 .)
4435- Text
4436- This is motivated by the case where @TT " C" @ is the minimal free resolution of a graded $R$-module @TT " M" @.
4437- In that case, @TT " weightedRegularity C" @ is equal to the weighted regularity of @TT " M" @, defined
4438- in terms of local cohomology as
4439- $$\sup_{i\geq 0 } (i+ \text{maximum degree of }H^i_{\m}(R, M)).$$
4440- For example, if @TT " M" @ is bounded above, then this is the maximum degree of @TT " M" @.
4441- Text
4442- In the following example, the module @TT " M" @ is bounded above, with top -degree element $xy$ in degree 7 .
4443- Example
4444- R = ZZ/101 [x,y,Degrees =>{2,5}];
4445- M = R^1/(x^2,y^2);
4446- C = freeResolution M
4447- betti C
4448- regularity C
4449- weightedRegularity C
4450- weightedRegularity M
4451- Text
4452- Although Castelnuovo-Mumford regularity is defined
4453- in more general settings (e.g., toric varieties with multi-degrees ),
4454- this method does not currently handle these
4455- extensions. Similarly, Castelnuovo-Mumford
4456- regularity can be defined for non-free complexes,
4457- but this method doesn't handle that case either.
4458- SeeAlso
4459- " Basic invariants and properties"
4460- (regularity , Complex )
4461- regularity
4462- betti
4463- freeResolution
4464- ///
4465-
44664371doc ///
44674372 Key
44684373 (Ext ,Module ,Module )
0 commit comments