<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=75.156.164.124</id>
	<title>formulasearchengine - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=75.156.164.124"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/75.156.164.124"/>
	<updated>2026-09-23T17:37:22Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.47.0-wmf.7</generator>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Multiplicity_of_infection&amp;diff=13261</id>
		<title>Multiplicity of infection</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Multiplicity_of_infection&amp;diff=13261"/>
		<updated>2013-08-18T15:18:56Z</updated>

		<summary type="html">&lt;p&gt;75.156.164.124: No MOI can guarantee an infection of ALL cells by at least one virion. Therefore, stating that an MOI of 8 would infect 100% of cells is false; I changed it to approximately 100%.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In [[mathematical logic]], an &#039;&#039;&#039;atomic formula&#039;&#039;&#039; (also known simply as an &#039;&#039;&#039;atom&#039;&#039;&#039;) is a [[formula (mathematical logic)|formula]] with no deeper [[proposition]]al structure, that is, a formula that contains no [[logical connective]]s or equivalently a formula that has no strict [[subformula]]s. Atoms are thus the simplest [[well-formed formula]]s of the logic. Compound formulas are formed by combining the atomic formulas using the logical connectives.&lt;br /&gt;
&lt;br /&gt;
The precise form of atomic formulas depends on the logic under consideration; for [[propositional logic]], for example, the atomic formulas are the [[propositional variable]]s. For [[predicate logic]], the atoms are predicate symbols together with their arguments, each argument being a [[first-order logic#Formation rules|term]].  In [[model theory]], atomic formula are merely [[string (computer science)|strings]] of symbols with a given [[signature (logic)|signature]], which may or may not be [[satisfiable]] with respect to a given model.&amp;lt;ref&amp;gt;{{cite book|author1=Wilfrid Hodges|title=A Shorter Model Theory|year=1997|publisher=Cambridge University Press|isbn=0-521-58713-1|pages=11–14}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Atomic formula in first-order logic==&lt;br /&gt;
The well-formed terms and propositions of ordinary [[first-order logic]] have the following [[syntax]]:&lt;br /&gt;
&lt;br /&gt;
[[Term algebra|Terms]]:&lt;br /&gt;
*  &amp;lt;math&amp;gt;t \equiv c \ | \  x \ | \  f (t_{1}, ..., t_{n})&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
that is, a term is [[recursive definition|recursively defined]] to be a constant &#039;&#039;c&#039;&#039; (a named object from the [[domain of discourse]]), or a variable &#039;&#039;x&#039;&#039; (ranging over the objects in the domain of discourse), or an &#039;&#039;n&#039;&#039;-ary function &#039;&#039;f&#039;&#039; whose arguments are terms &#039;&#039;t&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;k&#039;&#039;&amp;lt;/sub&amp;gt;. Functions map [[tuple]]s of objects to objects.&lt;br /&gt;
&lt;br /&gt;
Propositions:&lt;br /&gt;
* &amp;lt;math&amp;gt;A, B, ... \equiv P (t_{1}, ..., t_{n}) \ | \  A \wedge B \ | \top | \ A \vee B \  | \perp | \ A \supset B \ | \ \forall x. A \ | \ \exists x. \ A &amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
that is, a proposition is recursively defined to be an &#039;&#039;n&#039;&#039;-ary [[predicate (mathematics)|predicate]] &#039;&#039;P&#039;&#039; whose arguments are terms &#039;&#039;t&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;k&#039;&#039;&amp;lt;/sub&amp;gt;, or an expression composed of [[logical connective]]s (and, or) and [[quantifier]]s (for-all, there-exists) used with other propositions.&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;atomic formula&#039;&#039;&#039; or &#039;&#039;&#039;atom&#039;&#039;&#039; is simply a predicate applied to a tuple of terms; that is, an atomic formula is a formula of the form &#039;&#039;P&#039;&#039; (&#039;&#039;t&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;, …, &#039;&#039;t&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt;) for &#039;&#039;P&#039;&#039; a predicate, and the &#039;&#039;t&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;k&#039;&#039;&amp;lt;/sub&amp;gt; terms.&lt;br /&gt;
&lt;br /&gt;
All other well-formed formulae are obtained by composing atoms with logical connectives and quantifiers.&lt;br /&gt;
&lt;br /&gt;
For example, the formula ∀&#039;&#039;x. P&#039;&#039; (&#039;&#039;x&#039;&#039;) ∧ ∃&#039;&#039;y. Q&#039;&#039; (&#039;&#039;y&#039;&#039;, &#039;&#039;f&#039;&#039; (&#039;&#039;x&#039;&#039;)) ∨ ∃&#039;&#039;z. R&#039;&#039; (&#039;&#039;z&#039;&#039;) contains the atoms&lt;br /&gt;
* &amp;lt;math&amp;gt; P (x) &amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;Q (y, f (x))&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;R (z)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When all of the terms in an atom are [[ground term]]s, then the atom is called a [[ground atom]] or &#039;&#039;ground predicate&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* In [[model theory]], [[Structure (mathematical logic)|structures]] assign an interpretation to the atomic formulas.&lt;br /&gt;
* In [[proof theory]], [[Polarity (proof theory)|polarity]] assignment for atomic formulas is an essential component of [[focusing (proof theory)|focusing]].&lt;br /&gt;
* [[Atomic sentence]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
* {{cite book | author = Hinman, P. | title = Fundamentals of Mathematical Logic | publisher = A K Peters | year = 2005 | isbn = 1-56881-262-0}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Predicate logic]]&lt;br /&gt;
[[Category:Logical expressions]]&lt;br /&gt;
&lt;br /&gt;
[[de:Aussage (Logik)#einfache Aussagen - zusammengesetzte Aussagen]]&lt;/div&gt;</summary>
		<author><name>75.156.164.124</name></author>
	</entry>
</feed>