<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/index.php?action=history&amp;feed=atom&amp;title=Circular_coloring</id>
	<title>Circular coloring - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/index.php?action=history&amp;feed=atom&amp;title=Circular_coloring"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Circular_coloring&amp;action=history"/>
	<updated>2026-06-08T21:45:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0-wmf.28</generator>
	<entry>
		<id>https://en.formulasearchengine.com/index.php?title=Circular_coloring&amp;diff=22915&amp;oldid=prev</id>
		<title>en&gt;David Eppstein: clean up and source</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Circular_coloring&amp;diff=22915&amp;oldid=prev"/>
		<updated>2012-08-24T00:49:33Z</updated>

		<summary type="html">&lt;p&gt;clean up and source&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Use dmy dates|date=April 2012}}&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;law of rare events&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;Poisson limit theorem&amp;#039;&amp;#039;&amp;#039; gives a [[Poisson distribution|Poisson]] approximation to the [[binomial distribution]], under certain conditions.&amp;lt;ref&amp;gt;Papoulis, Pillai, &amp;#039;&amp;#039;Probability, Random Variables, and Stochastic Processes&amp;#039;&amp;#039;, 4th Edition&amp;lt;/ref&amp;gt;  The theorem was named after [[Siméon Denis Poisson]] (1781&amp;amp;ndash;1840).&lt;br /&gt;
&lt;br /&gt;
== The theorem ==&lt;br /&gt;
If&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;n \rightarrow \infty, p \rightarrow 0&amp;lt;/math&amp;gt;, such that &amp;lt;math&amp;gt;np \rightarrow \lambda&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
then&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\frac{n!}{(n-k)!k!} p^k (1-p)^{n-k} \rightarrow e^{-\lambda}\frac{\lambda^k}{k!}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
Suppose that in an interval [0, 1000], 500 points are placed randomly. Now what is the number of points that will be placed in [0, 10]? &lt;br /&gt;
&lt;br /&gt;
The probabilistically precise way of describing the number of points in the sub-interval would be to describe it as a binomial distribution &amp;lt;math&amp;gt;p_n(k)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
If we look here, the probability (that a random point will be placed in the sub-interval) is &amp;lt;math&amp;gt;p = 10/1000 = 0.01&amp;lt;/math&amp;gt;. Here &amp;lt;math&amp;gt;n=500&amp;lt;/math&amp;gt; so that &amp;lt;math&amp;gt;np=5&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
That is, the probability that &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt; points lie in the sub-interval is&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;p_n(k)=\frac{n!}{(n-k)!k!} p^k (1-p)^{n-k}. &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But using the Poisson Theorem we can approximate it as&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;e^{-\lambda}\frac{\lambda^k}{k!} = e^{-5}\frac{5^k}{k!}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Proofs==&lt;br /&gt;
Accordingly to [[factorial]]&amp;#039;s [[Stirling&amp;#039;s approximation|rate of growth]], we replace factorials of large numbers with approximations:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\frac{n!}{(n-k)!k!} p^k (1-p)^{n-k} \rightarrow \frac{ \sqrt{2\pi n}\left(\frac{n}{e}\right)^n}{ \sqrt{2\pi \left(n-k\right)}\left(\frac{n-k}{e}\right)^{n-k}k!} p^k (1-p)^{n-k}.&amp;lt;/math&amp;gt;&lt;br /&gt;
After simplifying the fraction:&lt;br /&gt;
:&amp;lt;math&amp;gt;\frac{ \sqrt{2\pi n}\left(\frac{n}{e}\right)^n}{ \sqrt{2\pi \left(n-k\right)}\left(\frac{n-k}{e}\right)^{n-k}k!} p^k (1-p)^{n-k}\rightarrow \frac{ \sqrt{n}n^np^k (1-p)^{n-k}}{ \sqrt{n-k}\left(n-k\right)^{n-k}e^kk!}\rightarrow \frac{n^np^k (1-p)^{n-k}}{\left(n-k\right)^{n-k}e^kk!}.&amp;lt;/math&amp;gt;&lt;br /&gt;
After using the condition &amp;lt;math&amp;gt;np \rightarrow \lambda&amp;lt;/math&amp;gt;:&lt;br /&gt;
:&amp;lt;math&amp;gt; \frac{n^np^k (1-p)^{n-k}}{\left(n-k\right)^{n-k}e^kk!} \rightarrow \frac{n^k\left(\frac{\lambda}{n}\right)^k (1-\frac{\lambda}{n})^{n-k}}{\left(1-\frac{k}{n}\right)^{n-k}e^kk!}=\frac{\lambda^k \left(1-\frac{\lambda}{n}\right)^{n-k}}{\left(1-\frac{k}{n}\right)^{n-k}e^kk!}\rightarrow\frac{\lambda^k \left(1-\frac{\lambda}{n}\right)^{n}}{\left(1-\frac{k}{n}\right)^{n}e^kk!}&amp;lt;/math&amp;gt;&lt;br /&gt;
Apply, that due to &amp;lt;math&amp;gt;n\rightarrow \infty&amp;lt;/math&amp;gt; we get &amp;lt;math&amp;gt;\left(1+\frac{x}{n}\right)^n \rightarrow e^x&amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{\lambda^k \left(1-\frac{\lambda}{n}\right)^{n}}{\left(1-\frac{k}{n}\right)^{n}e^kk!}\rightarrow\frac{\lambda^k e^{-\lambda}}{e^{-k}e^kk!}=\frac{\lambda^k e^{-\lambda}}{k!}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Q.E.D.]]&lt;br /&gt;
&lt;br /&gt;
===Alternative Proof ===&lt;br /&gt;
Another proof is possible without needing approximations for the factorials. Since &amp;lt;math&amp;gt;np=\lambda&amp;lt;/math&amp;gt;, we can rewrite &amp;lt;math&amp;gt;p=\lambda / n&amp;lt;/math&amp;gt;. We now have:&lt;br /&gt;
: &amp;lt;math&amp;gt;\lim_{n\to\infty}\frac{n!}{(n-k)!k!} \left(\frac{\lambda}{n}\right)^k  \left(1- \frac{\lambda}{n}\right)^{n-k}&lt;br /&gt;
= \lim_{n\to\infty}\frac{n(n-1)(n-2)\dots(n-k+1)}{k!} \frac{\lambda^k}{n^k}  \left(1- \frac{\lambda}{n}\right)^{n-k} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Taking each of these terms in sequence, &amp;lt;math&amp;gt;n(n-1)(n-2)\dots(n-k+1)=n^k+O\left(n^{k-1}\right)&amp;lt;/math&amp;gt;, meaning that &amp;lt;math&amp;gt;\lim_{n\to\infty} \frac{n(n-1)(n-2)\dots(n-k+1)}{n^k k!}= \frac{1}{k!}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Now &amp;lt;math&amp;gt;\left(1- \frac{\lambda}{n}\right)^{n-k}=\left(1- \frac{\lambda}{n}\right)^{n}\left(1- \frac{\lambda}{n}\right)^{-k}&amp;lt;/math&amp;gt;. The first portion of this converges to &amp;lt;math&amp;gt;e^{-\lambda}&amp;lt;/math&amp;gt;, and the second portion goes to 1, as &amp;lt;math&amp;gt;\lim_{n\to\infty}\left(1- \frac{\lambda}{n}\right)^{-k}=\lim_{n\to\infty}\left(1- 0\right)^{-k}=1&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This leaves us with &amp;lt;math&amp;gt;\frac{1}{k!}\lambda^k e^{-\lambda}&amp;lt;/math&amp;gt;. [[Q.E.D.]]&lt;br /&gt;
&lt;br /&gt;
===Proof using Ordinary Generating Functions===&lt;br /&gt;
It is also possible to demonstrate the theorem through the use of Ordinary [[Generating Function]]s (OGF). Indeed, the OGF of the binomial distribution is&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
  G_\mathrm{bin}(x;p,N) &lt;br /&gt;
    \equiv \sum_{k=0}^{N} \left[ \binom{N}{k} p^k (1-p)^{N-k} \right] x^k&lt;br /&gt;
    = \Big[ 1 + (x-1)p \Big]^{N}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
by virtue of the [[Binomial Theorem]]. Taking the limit &amp;lt;math&amp;gt;N \rightarrow \infty&amp;lt;/math&amp;gt; while keeping the product &amp;lt;math&amp;gt;pN\equiv\lambda&amp;lt;/math&amp;gt; constant, we find&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
  \lim_{N\rightarrow\infty} G_\mathrm{bin}(x;p,N)&lt;br /&gt;
    = \lim_{N\rightarrow\infty} \Big[ 1 + \frac{\lambda(x-1)}{N} \Big]^{N} &lt;br /&gt;
    = \mathrm{e}^{\lambda(x-1)}&lt;br /&gt;
    = \sum_{k=0}^{\infty} \left[ \frac{\mathrm{e}^{-\lambda}\lambda^k}{k!} \right] x^k&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which is simply the OGF for the Poisson distribution (the second equality holds due to the definition of the [[Exponential function]]).&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[De Moivre–Laplace theorem]]&lt;br /&gt;
* [[Le Cam&amp;#039;s theorem]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Articles containing proofs]]&lt;br /&gt;
[[Category:Probability theorems]]&lt;/div&gt;</summary>
		<author><name>en&gt;David Eppstein</name></author>
	</entry>
</feed>