User adam boocher - MathOverflow most recent 30 from http://mathoverflow.net 2013-05-24T19:40:54Z http://mathoverflow.net/feeds/user/14098 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://mathoverflow.net/questions/98912/what-happens-to-factors-of-the-resultant-upon-specialization What happens to factors of the resultant upon specialization? Adam Boocher 2012-06-05T22:05:29Z 2012-07-04T07:22:00Z <p>Let $f, g$ be two polynomials in $S[t]$ where the coefficient ring is $S = \mathbb{C}[a_1..a_n]$. The resultant of $R(f,g)$ gives some measure as to whether or not $f$ and $g$ share a common factor.</p> <p>My question is what happens once we set a factor of the resultant equal to zero.</p> <p>For example, suppose that for some nonconstant polynomials $c, p, q$ (with $p$ and $q$ relatively prime) $f = cp + a_1F$</p> <p>$g = cq + a_1G$.</p> <p>Clearly, if we set $a_1 = 0$, then $f$ and $g$ contain a common factor $c$. So $a_1$ divides the resultant. But now if we set $a_1 = 0$, and then cancel the common factor, it is reasonable to next study the resultant of $p$ and $q.$</p> <p>Question: What is the relationship between $R(p,q)$ and $R(f,g)$?</p> <p>We first thought that an irreducible factor of $R(p,q)$ must be [(some factor of $R(f,g)$) modulo $a_1$]. This is not true (see example below), however I hope some version of it will be true. The biggest difficulty, is that once we set $a_1$ to zero, we have to divide our polynomials by a common factor, and it's very difficult to say what happens to either the roots of the polynomials, or to the Sylvester matrix - the main tools we have to study resultants.</p> <p>In even the simplest case: If $R(f,g)$ is a monomial in $S$, is $R(p,q)$ a monomial?</p> <p>Thanks for your help!</p> <p>Example:<br> $f = t*t + at^3;$</p> <p>$g = t*(t+b) + a(t^2 + 1);$</p> <p>Then $R(f,g) = a^2(a^3-ba+a+1)$, but upon setting $a=0$, these factors become $0$ and $1$ respectively, whereas the resultant $R(p,q) = R(t,t+b) = b$.</p> http://mathoverflow.net/questions/88946/readings-for-an-honors-liberal-art-math-course/88975#88975 Answer by Adam Boocher for Readings for an honors liberal art math course Adam Boocher 2012-02-19T22:49:10Z 2012-02-19T22:49:10Z <p>I recommend <a href="http://www.amazon.com/Journey-through-Genius-Theorems-Mathematics/dp/014014739X" rel="nofollow">Journey Through Genius</a>. It runs through many different topics, and is focused on proving theorems that were major (but whose proofs are still elementary). For example, it starts with the infinitude of primes, the quadrature of the lune, eventually discussing uncountable sets. I like it because not only does it cover many time periods, but it also conveys well the idea of proof in mathematics - which is a part of math which often is foreign to non-math majors. </p> <p>The chapters make it quite suitable to skip around as well. </p> http://mathoverflow.net/questions/60412/generic-liftings-of-a-regular-sequence-on-the-initial-ideal Generic liftings of a regular sequence on the initial ideal Adam Boocher 2011-04-03T06:18:22Z 2011-05-05T18:30:21Z <p>Hi everyone, </p> <p>I've got a question about explicitly lifting regular sequences. Let $I$ be an ideal in a polynomial ring $S$ with some term order. We'll denote the initial ideal by $in(I)$. It is false in general that a regular sequence on $S/in(I)$ is regular on $S/I$. For example consider $I=(x+y)$, with $x>y$ Then $x+y$ is a regular element on $S/in(I)$ but is not regular on $S/I$. However, $3x-y$ IS a regular element mod $I$. </p> <p>My question is: Can we can do this in general? i.e. Given a regular sequence on $S/in(I)$, can we obtain a regular sequence on $S/I$ by just replacing all the coefficients in all the elements with generic coefficients? </p> <p>We know that the depth of $S/in(I)$ is at most the depth of $S/I$, but I haven't actually seen too many proofs of this written down. The ones I've seen first show a bound on Betti numbers and then use the Auslander-Buchsbaum formula. I was wondering if one could prove this fact by answering the question above, and if anyone has a reference. I think one might be able to use a flat family argument. In general it would be nice to have an explicit way of going back and form between regular sequences on $I$ and $in(I)$. Any reference or suggestions would be greatly appreciated. </p> <p>Thanks so much for your help!</p> <p>-Adam </p> http://mathoverflow.net/questions/101799/why-are-minimal-resolutions-of-polynomial-ideals-important Comment by Adam Boocher Adam Boocher 2012-07-12T03:22:27Z 2012-07-12T03:22:27Z I second Thomas' point about the uniqueness. The minimal free resolution of a module is an important invariant of a module and is a finer invariant than say the Hilbert function. Although you can retrieve most numerical information (say codimension or degree) from a nonminimal resolution, it's often easier to compute these from a minimal resolution. For example, the rank of $F_i$ in a minimal free resolution is equal to the dimension of the $k$ vector space $Tor_i(P/I,k)$. Equivalently, if you tensor a minimal free resolution with $k$ all the maps become $0$. http://mathoverflow.net/questions/99261/software-for-computations-with-complexes Comment by Adam Boocher Adam Boocher 2012-06-11T07:07:53Z 2012-06-11T07:07:53Z Fernando, have you tried the DGAlgebras package for Macaulay2? Also as an aside - I'm working on &quot;cleaning up&quot; and adding new bits to the homological algebra packages in M2 this summer, and I'd be interested if you have any particular suggestions. http://mathoverflow.net/questions/60412/generic-liftings-of-a-regular-sequence-on-the-initial-ideal Comment by Adam Boocher Adam Boocher 2011-04-03T15:44:26Z 2011-04-03T15:44:26Z in(I) denotes the initial ideal with respect to the term order. I'll update my post to indicate. Thanks!