<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://whystartat.xyz/index.php?action=history&amp;feed=atom&amp;title=Big_O_notation</id>
	<title>Big O notation - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://whystartat.xyz/index.php?action=history&amp;feed=atom&amp;title=Big_O_notation"/>
	<link rel="alternate" type="text/html" href="https://whystartat.xyz/index.php?title=Big_O_notation&amp;action=history"/>
	<updated>2026-05-25T05:05:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.0</generator>
	<entry>
		<id>https://whystartat.xyz/index.php?title=Big_O_notation&amp;diff=71&amp;oldid=prev</id>
		<title>David Eppstein: New article</title>
		<link rel="alternate" type="text/html" href="https://whystartat.xyz/index.php?title=Big_O_notation&amp;diff=71&amp;oldid=prev"/>
		<updated>2021-06-30T18:02:25Z</updated>

		<summary type="html">&lt;p&gt;New article&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Unpleasantness]]&lt;br /&gt;
&lt;br /&gt;
Big \(O\) notation is commonly written as if it were an equality:&lt;br /&gt;
\[ x^2+7x+53=O(x^2). \]&lt;br /&gt;
It is not an equality: the left hand side describes a function of \(x\), but the right hand side is...something else. In an attempt to make this more meaningful, some authors have resorted to treating \(O\)-notation as defining a set of functions, and using set membership instead of equality:&lt;br /&gt;
\[ x^2+7x+53\in O(x^2). \]&lt;br /&gt;
This does not work either, for expressions like&lt;br /&gt;
\[ x^2+7x+53=x^2+O(x). \]&lt;br /&gt;
&lt;br /&gt;
The real meaning of this type of expression appears to be as a proxy for wrapping the entire expression in quantifiers and replacing the equality by an inequality:&lt;br /&gt;
\[ \exists X\in\mathbb{R}^+\ \exists C\in\mathbb{R}^+\ \forall x\in\mathbb{R}^+\ (x&amp;gt;X \Rightarrow x^2+7x+53\le Cx^2). \]&lt;br /&gt;
&lt;br /&gt;
But even with this interpretation you still have to know, from information beyond the expression, what kind of limiting behavior you are studying: the quantification above describes the limiting behavior as \(x\to\infty\), not as \(x\to 0\).&lt;br /&gt;
&lt;br /&gt;
Maybe the simplest solution is to tell students that &amp;quot;=O&amp;quot; is a special combination of symbols, meaningful only as a combination.&lt;/div&gt;</summary>
		<author><name>David Eppstein</name></author>
	</entry>
</feed>