Given a sequence defined on the positive integers, how should it be extended to be defined at zero? - MathOverflow most recent 30 from http://mathoverflow.net2013-05-22T22:42:19Zhttp://mathoverflow.net/feeds/question/1176http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/1176/given-a-sequence-defined-on-the-positive-integers-how-should-it-be-extended-to-bGiven a sequence defined on the positive integers, how should it be extended to be defined at zero?Qiaochu Yuan2009-10-19T06:55:07Z2009-10-19T16:44:21Z
<p>This question is inspired by a lecture Bjorn Poonen gave at MIT last year. I have ideas of my own, but I'm interested in what other people have to say, so I'll make this community wiki and post my own thoughts later. Here are some examples of what I'm talking about:</p>
<ul>
<li>Why does a^0 = 1?</li>
<li>Why does 0! = 1?</li>
<li>If the Fibonacci number F<sub>n+1</sub> counts the number of ways to tile a board of length n with tiles of length 1 and 2, why does F<sub>1</sub> = 1?</li>
<li>What is the determinant of a 0x0 matrix?</li>
<li>What is the degree of the zero polynomial?</li>
<li>What is the direct product of zero groups?</li>
<li>What is the zeroth homotopy group of a space?</li>
</ul>
<p>I want to be very precise about exactly what I'm asking for here.</p>
<p><strong>Question 1:</strong> What general principles do you apply in a situation like this? Can they be stated as theorems, or do they only exist at the level of intuition?</p>
<p><strong>Question 2:</strong> Do you know of any examples where there are two <em>different</em> ways to extend a sequence to zero, both of which are reasonable from the perspective of some principle? </p>
<p>Feel free to answer at any level of sophistication.</p>
http://mathoverflow.net/questions/1176/given-a-sequence-defined-on-the-positive-integers-how-should-it-be-extended-to-b/1179#1179Answer by Simon Wadsley for Given a sequence defined on the positive integers, how should it be extended to be defined at zero?Simon Wadsley2009-10-19T07:06:36Z2009-10-19T07:12:31Z<p>By considering a^0 and 0^b, it seems reasonable to me to define 0^0 to be 0 or 1 depending on what you're up to. Of course you could argue that you just shouldn't define 0^0 for this reason.</p>
<p>This might be considered cheating as an answer to question 2 though because I'm really extending a map for N^2 to (0,0) in two different ways.</p>
http://mathoverflow.net/questions/1176/given-a-sequence-defined-on-the-positive-integers-how-should-it-be-extended-to-b/1180#1180Answer by Andrew Critch for Given a sequence defined on the positive integers, how should it be extended to be defined at zero?Andrew Critch2009-10-19T07:16:28Z2009-10-19T07:16:28Z<p>This may sound lame, but I'd say you just look at the properties of the sequence you care about, and if you can define it so those properties still hold (exponent rules, recursion, universal properties...), then you do. At least I can't imagine there being a more general answer than this.</p>
<p>Regarding 0^0, I'd say 0^0=1 works better "algebraically", since then you can still write 0^0=0^(-0)=1/(0^0), and 0^0=0^(0+0)=(0^0)*(0^0).</p>
http://mathoverflow.net/questions/1176/given-a-sequence-defined-on-the-positive-integers-how-should-it-be-extended-to-b/1181#1181Answer by Kevin P. Costello for Given a sequence defined on the positive integers, how should it be extended to be defined at zero?Kevin P. Costello2009-10-19T07:33:22Z2009-10-19T07:39:51Z<p>My own thought tend to revolve around some subset of the following:</p>
<p>--Find a combinatorial definition for the sequence, and see if it makes sense when you extend slightly further.</p>
<p>--If you are trying to perform a vacuous task (e.g. tiling an empty board, or counting functions defined on the empty set), you can do it in exactly one way. Most of your examples fall under this class, including a^0 (functions defined on the empty set), 0! (bijections on the empty set), F_1 (tiling an empty board), and the cardinality of the direct product of no groups (choosing one object from each class, so the direct product should be the identity).</p>
<p>--An empty sum is equal to 0, an empty product is equal to 1. (again the cardinality of the direct product of 0 groups should be 1). </p>
<p>What about the determinant of a 0x0 matrix? Well, it's a sum over all permutations from a 0 element to itself of an empty product. There's one element in the sum (vacuous task), and its an empty product, so should be 1. </p>
<p>I don't really know if there's a rigorous statement of this, or if there's not some way it can come into self-contradiction if there's two combinatorial ways of defining a sequence, but it's what seems natural to go by. </p>
http://mathoverflow.net/questions/1176/given-a-sequence-defined-on-the-positive-integers-how-should-it-be-extended-to-b/1183#1183Answer by Aaron Mazel-Gee for Given a sequence defined on the positive integers, how should it be extended to be defined at zero?Aaron Mazel-Gee2009-10-19T07:56:34Z2009-10-19T07:56:34Z<p>For a pointed space (X,p), the n<sup>th</sup> homotopy group π<sub>n</sub>(X,p) is usually defined as the group of maps of the n-sphere which take (1,0,...,0) to p, modulo homotopy-rel-basepoint. What's potentially weird is that S<sup>0</sup> is disconnected, whereas S<sup>n</sup> is connected for n>0. But then π<sub>0</sub>(X) just counts the number of path components of X. Of course, it doesn't have a group structure because S<sup>0</sup> isn't a cube with its boundary identified; this is anomalous.</p>
<p>On the other hand, this corresponds perfectly with the other characterization of homotopy groups I've seen, where π<sub>0</sub>(X,p) is <i>defined</i> to be the set of path components of X, and then π<sub>n</sub>(X,p) is inductively defined as the "loop space" of π<sub>n-1</sub>(X,p), i.e. the group of homotopy classes of loops starting and ending at the basepoint (rel basepoint, of course), with composition defined simply as composition of loops.</p>
<p>So, while in neither setup is π<sub>0</sub>(X,p) a group, I think this is as well-defined as it's going to get. As far as I know, only in the setting of Lie groups is there a natural way to put a group structure on the path components (just take G/G<sub>0</sub>, where G is the Lie group and G<sub>0</sub> is the path component of the identity).</p>
http://mathoverflow.net/questions/1176/given-a-sequence-defined-on-the-positive-integers-how-should-it-be-extended-to-b/1185#1185Answer by Michael Lugo for Given a sequence defined on the positive integers, how should it be extended to be defined at zero?Michael Lugo2009-10-19T08:19:44Z2009-10-19T08:19:44Z<p>For the first three, you can define a recurrence. Run the recurrences backward.</p>
<p>Also, 0! = Γ(1) = int_0^\infty e^(-t) = 1 ; here there's nothing special about 0. (But Γ isn't defined for nonpositive integers.)</p>
http://mathoverflow.net/questions/1176/given-a-sequence-defined-on-the-positive-integers-how-should-it-be-extended-to-b/1223#1223Answer by S. Carnahan for Given a sequence defined on the positive integers, how should it be extended to be defined at zero?S. Carnahan2009-10-19T15:05:05Z2009-10-19T15:05:05Z<p>Given your examples, you don't seem to be asking for a canonical way to extend arbitrary functions defined on positive integers to zero. Instead, you're taking functions whose inputs are sets and asking if they can be defined when some input is the empty set. As long as your sequence defined on positive integers comes equipped with this extra structure, you shouldn't have too much trouble extending it naturally. If you start with an unstructured sequence, the reasons for favoring one extension over another become rather weak (e.g., Kolmogorov complexity).</p>
<p>Here's the standard example of a sequence that extends to zero in different ways: the sequence that is identically zero on the positive integers. One extension is the zero function. Other extensions interpret the sequence as n -> k 0<sup>n</sup> for some nonzero k.</p>
<p>Incidentally, you need to choose a base point on your space to define pi<sub>0</sub>. Once you have that, it is the set of homotopy classes of pointed maps from S<sup>0</sup> to your space. Equivalently, it is the (pointed) set of path components. It does not have a natural group structure (although it may if your space comes with some kind of composition law).</p>
http://mathoverflow.net/questions/1176/given-a-sequence-defined-on-the-positive-integers-how-should-it-be-extended-to-b/1235#1235Answer by Benoit Jubin for Given a sequence defined on the positive integers, how should it be extended to be defined at zero?Benoit Jubin2009-10-19T16:33:49Z2009-10-19T16:33:49Z<p>The determinant of an endomorphism f of a free R-module of dimension n (R commutative) is the $d \in R$ such that $\bigwedge^n f$ is the homothety of ratio d.
Our case corresponds to $n=0$, and $\bigwedge^0 f$ is the identity of R, so d=1.</p>
<p>The reasons, already given, why 0^0=1 (m^n is the number of functions from a set of cardinality n to a set of cardinality m) and 0!=1 (n! is the number of bijections of a set of cardinality n), are illustrations of Baez's ideas on counting as decategorification.</p>