<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Combinatorial approach to e</title>
	<atom:link href="http://concretenonsense.wordpress.com/2009/02/26/combinatorial-approach-to-e/feed/" rel="self" type="application/rss+xml" />
	<link>http://concretenonsense.wordpress.com/2009/02/26/combinatorial-approach-to-e/</link>
	<description>A group blog about mathematics</description>
	<lastBuildDate>Tue, 01 Dec 2009 16:53:01 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Simon Spicer</title>
		<link>http://concretenonsense.wordpress.com/2009/02/26/combinatorial-approach-to-e/#comment-142</link>
		<dc:creator>Simon Spicer</dc:creator>
		<pubDate>Fri, 27 Feb 2009 10:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://concretenonsense.wordpress.com/?p=340#comment-142</guid>
		<description>This is a rather cool way of extracting e from the uniform [0,1] distribution. Of course, we can obtain pi by considering a related problem: what is the probability that the sum of the squares two U[0,1] random variables is less than one? (Answer: pi/4)

My question is thus: is it possible to do something similar to extract the Euler-Mascheroni constant from the uniform [0,1] distribution?</description>
		<content:encoded><![CDATA[<p>This is a rather cool way of extracting e from the uniform [0,1] distribution. Of course, we can obtain pi by considering a related problem: what is the probability that the sum of the squares two U[0,1] random variables is less than one? (Answer: pi/4)</p>
<p>My question is thus: is it possible to do something similar to extract the Euler-Mascheroni constant from the uniform [0,1] distribution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top Posts &#171; WordPress.com</title>
		<link>http://concretenonsense.wordpress.com/2009/02/26/combinatorial-approach-to-e/#comment-141</link>
		<dc:creator>Top Posts &#171; WordPress.com</dc:creator>
		<pubDate>Fri, 27 Feb 2009 00:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://concretenonsense.wordpress.com/?p=340#comment-141</guid>
		<description>[...]  Combinatorial approach to e I plan to continue my discussion of Boij–Söderberg theory from last time, but I&#8217;d like to make a quick detour [...] [...]</description>
		<content:encoded><![CDATA[<p>[...]  Combinatorial approach to e I plan to continue my discussion of Boij–Söderberg theory from last time, but I&#8217;d like to make a quick detour [...] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Speyer</title>
		<link>http://concretenonsense.wordpress.com/2009/02/26/combinatorial-approach-to-e/#comment-140</link>
		<dc:creator>David Speyer</dc:creator>
		<pubDate>Thu, 26 Feb 2009 16:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://concretenonsense.wordpress.com/?p=340#comment-140</guid>
		<description>Solution 3: Let p(k) be the probability that, after choosing k numbers, the sum is still less than 1. So the probability that we will pick exactly k numbers is p(k)-p(k+1) and the expected number of picks is

sum k (p(k)-p(k+1)) = sum p(k)

Now, p(k) is just the volume of the pyramid 

{(x_1, ..., x_k) : 0 \leq x_1, .., x_k, x_1+x_2+...+x_k \leq 1}

This is 1/k!.So the expected number of picks is 
sum 1/k!</description>
		<content:encoded><![CDATA[<p>Solution 3: Let p(k) be the probability that, after choosing k numbers, the sum is still less than 1. So the probability that we will pick exactly k numbers is p(k)-p(k+1) and the expected number of picks is</p>
<p>sum k (p(k)-p(k+1)) = sum p(k)</p>
<p>Now, p(k) is just the volume of the pyramid </p>
<p>{(x_1, &#8230;, x_k) : 0 \leq x_1, .., x_k, x_1+x_2+&#8230;+x_k \leq 1}</p>
<p>This is 1/k!.So the expected number of picks is<br />
sum 1/k!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: remyoudompheng</title>
		<link>http://concretenonsense.wordpress.com/2009/02/26/combinatorial-approach-to-e/#comment-139</link>
		<dc:creator>remyoudompheng</dc:creator>
		<pubDate>Thu, 26 Feb 2009 15:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://concretenonsense.wordpress.com/?p=340#comment-139</guid>
		<description>I propose the following proof : let $latex (X_i)$ be a sequence of i.i.d. uniformly distributed random variables, and $latex S_k = X_1 + \cdots + X_k$. We need the expected value of the minimal k such that $latex S_k \geq 1$, and this is easily proved to equal the sum over all positive n of the probability P(n) that k is greater than or equal to n.

For each n, P(n) is the probability that the sum of n numbers in [0,1] is less than 1. Then P(n) is the volume of the simplex $latex \sum x_i \leq 1$, which is easily proved to be 1/n! (by induction on n for example).

You thus obtain another equivalent definition of e, the one with power series.</description>
		<content:encoded><![CDATA[<p>I propose the following proof : let <img src='http://l.wordpress.com/latex.php?latex=%28X_i%29&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='(X_i)' title='(X_i)' class='latex' /> be a sequence of i.i.d. uniformly distributed random variables, and <img src='http://l.wordpress.com/latex.php?latex=S_k+%3D+X_1+%2B+%5Ccdots+%2B+X_k&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='S_k = X_1 + \cdots + X_k' title='S_k = X_1 + \cdots + X_k' class='latex' />. We need the expected value of the minimal k such that <img src='http://l.wordpress.com/latex.php?latex=S_k+%5Cgeq+1&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='S_k \geq 1' title='S_k \geq 1' class='latex' />, and this is easily proved to equal the sum over all positive n of the probability P(n) that k is greater than or equal to n.</p>
<p>For each n, P(n) is the probability that the sum of n numbers in [0,1] is less than 1. Then P(n) is the volume of the simplex <img src='http://l.wordpress.com/latex.php?latex=%5Csum+x_i+%5Cleq+1&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='\sum x_i \leq 1' title='\sum x_i \leq 1' class='latex' />, which is easily proved to be 1/n! (by induction on n for example).</p>
<p>You thus obtain another equivalent definition of e, the one with power series.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Bevin</title>
		<link>http://concretenonsense.wordpress.com/2009/02/26/combinatorial-approach-to-e/#comment-138</link>
		<dc:creator>Pete Bevin</dc:creator>
		<pubDate>Thu, 26 Feb 2009 15:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://concretenonsense.wordpress.com/?p=340#comment-138</guid>
		<description>Nice article!  BTW, isn&#039;t the second inequality actually an equality?</description>
		<content:encoded><![CDATA[<p>Nice article!  BTW, isn&#8217;t the second inequality actually an equality?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: d</title>
		<link>http://concretenonsense.wordpress.com/2009/02/26/combinatorial-approach-to-e/#comment-137</link>
		<dc:creator>d</dc:creator>
		<pubDate>Thu, 26 Feb 2009 06:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://concretenonsense.wordpress.com/?p=340#comment-137</guid>
		<description>Let $latex X_j$ be iid uniform in $latex [0,1]$ random variables and $latex S_n = X_1 + ... + X_n$.  Then

For $latex s &lt; 1$, assume $latex P(S_n &lt; s) = s^{n} / n!$

Then
$latex P(S_{n+1} &lt; s) = P(S_n + X_{n+1} &lt; s) = \int_{0}^{1} P(S_n &lt; s - t) dt = \int_{0}^{s} P(S_n &lt; s - t) dt = \int_{0}^{s} P(S_n = 1$.  Then $latex P(N &gt; n) = P(S_n  n) = \sum_{1}^{\infty} 1/n! = e$</description>
		<content:encoded><![CDATA[<p>Let <img src='http://l.wordpress.com/latex.php?latex=X_j&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='X_j' title='X_j' class='latex' /> be iid uniform in <img src='http://l.wordpress.com/latex.php?latex=%5B0%2C1%5D&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='[0,1]' title='[0,1]' class='latex' /> random variables and <img src='http://l.wordpress.com/latex.php?latex=S_n+%3D+X_1+%2B+...+%2B+X_n&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='S_n = X_1 + ... + X_n' title='S_n = X_1 + ... + X_n' class='latex' />.  Then</p>
<p>For <img src='http://l.wordpress.com/latex.php?latex=s+%3C+1&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='s &lt; 1' title='s &lt; 1' class='latex' />, assume <img src='http://l.wordpress.com/latex.php?latex=P%28S_n+%3C+s%29+%3D+s%5E%7Bn%7D+%2F+n%21&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='P(S_n &lt; s) = s^{n} / n!' title='P(S_n &lt; s) = s^{n} / n!' class='latex' /></p>
<p>Then<br />
<img src='http://l.wordpress.com/latex.php?latex=P%28S_%7Bn%2B1%7D+%3C+s%29+%3D+P%28S_n+%2B+X_%7Bn%2B1%7D+%3C+s%29+%3D+%5Cint_%7B0%7D%5E%7B1%7D+P%28S_n+%3C+s+-+t%29+dt+%3D+%5Cint_%7B0%7D%5E%7Bs%7D+P%28S_n+%3C+s+-+t%29+dt+%3D+%5Cint_%7B0%7D%5E%7Bs%7D+P%28S_n+%3D+1&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='P(S_{n+1} &lt; s) = P(S_n + X_{n+1} &lt; s) = \int_{0}^{1} P(S_n &lt; s - t) dt = \int_{0}^{s} P(S_n &lt; s - t) dt = \int_{0}^{s} P(S_n = 1' title='P(S_{n+1} &lt; s) = P(S_n + X_{n+1} &lt; s) = \int_{0}^{1} P(S_n &lt; s - t) dt = \int_{0}^{s} P(S_n &lt; s - t) dt = \int_{0}^{s} P(S_n = 1' class='latex' />.  Then <img src='http://l.wordpress.com/latex.php?latex=P%28N+%3E+n%29+%3D+P%28S_n++n%29+%3D+%5Csum_%7B1%7D%5E%7B%5Cinfty%7D+1%2Fn%21+%3D+e&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='P(N &gt; n) = P(S_n  n) = \sum_{1}^{\infty} 1/n! = e' title='P(N &gt; n) = P(S_n  n) = \sum_{1}^{\infty} 1/n! = e' class='latex' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
