<?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=Pseudo-zero_set</id>
	<title>Pseudo-zero set - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/index.php?action=history&amp;feed=atom&amp;title=Pseudo-zero_set"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Pseudo-zero_set&amp;action=history"/>
	<updated>2026-06-05T06:44:35Z</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=Pseudo-zero_set&amp;diff=259446&amp;oldid=prev</id>
		<title>en&gt;Monkbot: /* References */Task 5: Fix CS1 deprecated coauthor parameter errors</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Pseudo-zero_set&amp;diff=259446&amp;oldid=prev"/>
		<updated>2014-07-23T22:48:45Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;References: &lt;/span&gt;Task 5: Fix &lt;a href=&quot;/index.php?title=Help:CS1_errors&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Help:CS1 errors (page does not exist)&quot;&gt;CS1 deprecated coauthor parameter errors&lt;/a&gt;&lt;/p&gt;
&lt;a href=&quot;https://en.formulasearchengine.com/index.php?title=Pseudo-zero_set&amp;amp;diff=259446&amp;amp;oldid=21400&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>en&gt;Monkbot</name></author>
	</entry>
	<entry>
		<id>https://en.formulasearchengine.com/index.php?title=Pseudo-zero_set&amp;diff=21400&amp;oldid=prev</id>
		<title>en&gt;AnomieBOT: Dating maintenance tags: {{Context}}</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Pseudo-zero_set&amp;diff=21400&amp;oldid=prev"/>
		<updated>2011-01-01T06:33:30Z</updated>

		<summary type="html">&lt;p&gt;Dating maintenance tags: {{Context}}&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;An &amp;#039;&amp;#039;&amp;#039;abstract family of acceptors (AFA)&amp;#039;&amp;#039;&amp;#039; is a grouping of generalized [[Finite state machine#Acceptors_and_recognizers|acceptors]]. Informally, an acceptor is a device with a finite state control, a finite number of input symbols, and an internal store with a read and write function. Each acceptor has a start state and a set of accepting states. The device reads a sequence of symbols, transitioning from state to state for each input symbol. If the device ends in an accepting state, the device is said to accept the sequence of symbols. A family of acceptors is a set of acceptors with the same type of internal store. The study of AFA is part of AFL ([[abstract family of languages|abstract families of languages]]) theory. &amp;lt;ref name=&amp;quot;Seymour&amp;quot;&amp;gt;[[Seymour Ginsburg]], &amp;#039;&amp;#039;Algebraic and automata theoretic properties of formal languages&amp;#039;&amp;#039;, North-Holland, 1975, ISBN 0-7204-2506-9.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Formal definitions==&lt;br /&gt;
&lt;br /&gt;
===AFA Schema===&lt;br /&gt;
An &amp;#039;&amp;#039;AFA Schema&amp;#039;&amp;#039; is an ordered 4-tuple &amp;lt;math&amp;gt;(\Gamma, I, f, g)&amp;lt;/math&amp;gt;, where&lt;br /&gt;
# &amp;lt;math&amp;gt;\Gamma&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt; are nonempty abstract sets.&lt;br /&gt;
# &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; is the &amp;#039;&amp;#039;write&amp;#039;&amp;#039; function: &amp;lt;math&amp;gt;f : \Gamma^* \times I \rightarrow \Gamma^* \cup \{\empty\}&amp;lt;/math&amp;gt; (N.B. * is the [[Kleene star]] operation).&lt;br /&gt;
# &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; is the &amp;#039;&amp;#039;read&amp;#039;&amp;#039; function, a mapping from &amp;lt;math&amp;gt;\Gamma^*&amp;lt;/math&amp;gt; into the finite subsets of &amp;lt;math&amp;gt;\Gamma^*&amp;lt;/math&amp;gt;, such that &amp;lt;math&amp;gt;g (\epsilon) = \{ \epsilon \}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt; is in &amp;lt;math&amp;gt;g(\gamma)&amp;lt;/math&amp;gt; if and only if &amp;lt;math&amp;gt;\gamma = \epsilon&amp;lt;/math&amp;gt;. (N.B. &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt; is the empty word).&lt;br /&gt;
# For each &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;g(\Gamma^*)&amp;lt;/math&amp;gt;, there is an element &amp;lt;math&amp;gt;1_\gamma&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt; satisfying &amp;lt;math&amp;gt;f(\gamma&amp;#039;, 1_\gamma) = \gamma&amp;#039;&amp;lt;/math&amp;gt; for all &amp;lt;math&amp;gt;\gamma&amp;#039;&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; is in &amp;lt;math&amp;gt;g(\gamma&amp;#039;)&amp;lt;/math&amp;gt;.&lt;br /&gt;
# For each &amp;#039;&amp;#039;u&amp;#039;&amp;#039; in &amp;#039;&amp;#039;I&amp;#039;&amp;#039;, there exists a finite set &amp;lt;math&amp;gt;\Gamma_u&amp;lt;/math&amp;gt;  ⊆ &amp;lt;math&amp;gt;\Gamma&amp;lt;/math&amp;gt;, such that if &amp;lt;math&amp;gt;\Gamma_1&amp;lt;/math&amp;gt;  ⊆ &amp;lt;math&amp;gt;\Gamma&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; is in &amp;lt;math&amp;gt;\Gamma_1^*&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;f(\gamma,u) \ne \empty&amp;lt;/math&amp;gt;, then &amp;lt;math&amp;gt;f(\gamma,u)&amp;lt;/math&amp;gt; is in &amp;lt;math&amp;gt;(\Gamma_1 \cup \Gamma_u)^*&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Abstract family of acceptors===&lt;br /&gt;
An &amp;#039;&amp;#039;abstract family of acceptors (AFA)&amp;#039;&amp;#039; is an ordered pair &amp;lt;math&amp;gt;(\Omega, \mathcal{D})&amp;lt;/math&amp;gt; such that:&lt;br /&gt;
#&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; is an ordered 6-tuple (&amp;lt;math&amp;gt;K&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\Gamma&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt;), where&lt;br /&gt;
## (&amp;lt;math&amp;gt;\Gamma&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt;) is an AFA schema; and&lt;br /&gt;
## &amp;lt;math&amp;gt;K&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt; are infinite abstract sets&lt;br /&gt;
#&amp;lt;math&amp;gt;\mathcal{D}&amp;lt;/math&amp;gt; is the family of all acceptors &amp;lt;math&amp;gt;D&amp;lt;/math&amp;gt; = (&amp;lt;math&amp;gt;K_1&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\Sigma_1&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\delta&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;q_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;F&amp;lt;/math&amp;gt;), where&lt;br /&gt;
##&amp;lt;math&amp;gt;K_1&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\Sigma_1&amp;lt;/math&amp;gt;  are finite subsets of &amp;lt;math&amp;gt;K&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt; respectively, &amp;lt;math&amp;gt;F&amp;lt;/math&amp;gt; ⊆ &amp;lt;math&amp;gt;K_1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;q_0&amp;lt;/math&amp;gt; is in &amp;lt;math&amp;gt;K_1&amp;lt;/math&amp;gt;; and&lt;br /&gt;
##&amp;lt;math&amp;gt;\delta&amp;lt;/math&amp;gt; (called the &amp;#039;&amp;#039;transition&amp;#039;&amp;#039; function) is a mapping from &amp;lt;math&amp;gt;K_1 \times  (\Sigma_1 \cup \{ \epsilon \}) \times g(\Gamma^*)&amp;lt;/math&amp;gt; into the finite subsets of &amp;lt;math&amp;gt;K_1 \times I&amp;lt;/math&amp;gt; such that the set &amp;lt;math&amp;gt;G_D = \{ \gamma &amp;lt;/math&amp;gt; | &amp;lt;math&amp;gt;\delta(q,a,\gamma) &amp;lt;/math&amp;gt; ≠ ø for some &amp;lt;math&amp;gt;q&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;a \}&amp;lt;/math&amp;gt; is finite.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For a given acceptor, let &amp;lt;math&amp;gt;\vdash&amp;lt;/math&amp;gt; be the relation on &amp;lt;math&amp;gt;K_1 \times  \Sigma_1^* \times \Gamma^*&amp;lt;/math&amp;gt; defined by: For &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;\Sigma_1 \cup \{ \epsilon \}&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;(p,aw,\gamma) \vdash (p&amp;#039;,w,\gamma&amp;#039;)&amp;lt;/math&amp;gt; if there exists a &amp;lt;math&amp;gt;\overline{\gamma}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;u&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;\overline{\gamma}&amp;lt;/math&amp;gt; is in &amp;lt;math&amp;gt;g(\gamma)&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;(p&amp;#039;,u)&amp;lt;/math&amp;gt; is in &amp;lt;math&amp;gt;\delta(p,a,\overline{\gamma})&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;f(\gamma,u)=\gamma&amp;#039;&amp;lt;/math&amp;gt;. Let &amp;lt;math&amp;gt;\vdash^*&amp;lt;/math&amp;gt; denote the [[transitive closure]] of &amp;lt;math&amp;gt;\vdash&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Let &amp;lt;math&amp;gt;(\Omega, \mathcal{D})&amp;lt;/math&amp;gt; be an AFA and &amp;lt;math&amp;gt;D&amp;lt;/math&amp;gt; = (&amp;lt;math&amp;gt;K_1&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\Sigma_1&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\delta&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;q_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;F&amp;lt;/math&amp;gt;) be in &amp;lt;math&amp;gt;D&amp;lt;/math&amp;gt;. Define &amp;lt;math&amp;gt;L(D)&amp;lt;/math&amp;gt; to be the set &amp;lt;math&amp;gt;\{ w \in \Sigma_1^* | \exists q \in F . (q_0,w,\epsilon) \vdash^* (q,\epsilon,\epsilon)\}&amp;lt;/math&amp;gt;. For each subset &amp;lt;math&amp;gt;\mathcal{E}&amp;lt;/math&amp;gt; of &amp;lt;math&amp;gt;\mathcal{D}&amp;lt;/math&amp;gt;, let &amp;lt;math&amp;gt;\mathcal{L}(\mathcal{E}) = \{L(D) | D \in \mathcal{E} \}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Define &amp;lt;math&amp;gt;L_f(D)&amp;lt;/math&amp;gt; to be the set &amp;lt;math&amp;gt;\{ w \in \Sigma_1^* | \exists(q \in F)\exists(\gamma \in \Gamma^*) . (q_0,w,\epsilon) \vdash^* (q,\epsilon,\gamma)\}&amp;lt;/math&amp;gt;. For each subset &amp;lt;math&amp;gt;\mathcal{E}&amp;lt;/math&amp;gt; of &amp;lt;math&amp;gt;\mathcal{D}&amp;lt;/math&amp;gt;, let &amp;lt;math&amp;gt;\mathcal{L}_f(\mathcal{E}) = \{L_f(D) | D \in \mathcal{E} \}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Informal discussion==&lt;br /&gt;
&lt;br /&gt;
===AFA Schema===&lt;br /&gt;
An AFA schema defines a store or memory with read and write function. The symbols in &amp;lt;math&amp;gt;\Gamma&amp;lt;/math&amp;gt; are called &amp;#039;&amp;#039;storage symbols&amp;#039;&amp;#039; and the symbols in &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt; are called &amp;#039;&amp;#039;instructions&amp;#039;&amp;#039;. The write function &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; returns a new storage state given the current storage state and an instruction. The read function &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; returns the current state of memory. Condition (3) insures the empty storage configuration is distinct from other configurations. Condition (4)  requires there be an identity instruction that allows the state of memory to remain unchanged while the acceptor changes state or advances the input. Condition (5) assures that the set of storage symbols for any given acceptor is finite.&lt;br /&gt;
&lt;br /&gt;
===Abstract family of acceptors===&lt;br /&gt;
An AFA is the set of all acceptors over a given pair of state and input alphabets which have the same storage mechanism defined by a given AFA schema. The &amp;lt;math&amp;gt;\vdash&amp;lt;/math&amp;gt; relation defines one step in the operation of an acceptor.  &amp;lt;math&amp;gt;L_f(D)&amp;lt;/math&amp;gt; is the set of words accepted by acceptor &amp;lt;math&amp;gt;D&amp;lt;/math&amp;gt; by having the acceptor enter an accepting state. &amp;lt;math&amp;gt;L(D)&amp;lt;/math&amp;gt; is the set of words accepted by acceptor &amp;lt;math&amp;gt;D&amp;lt;/math&amp;gt; by having the acceptor simultaneously enter an accepting state and having an empty storage.&lt;br /&gt;
&lt;br /&gt;
The abstract acceptors defined by AFA are generalizations of other types of acceptors (e.g. [[finite state automata]], [[pushdown automata]], etc.). They have a finite state control like other automata, but their internal storage may vary widely from the stacks and tapes used in classical automata.&lt;br /&gt;
&lt;br /&gt;
==Results from AFL theory==&lt;br /&gt;
The main result from AFL theory is that a family of languages &amp;lt;math&amp;gt;\mathcal{L}&amp;lt;/math&amp;gt; is a full AFL if and only if &amp;lt;math&amp;gt;\mathcal{L} = \mathcal{L}(\mathcal{D})&amp;lt;/math&amp;gt; for some AFA &amp;lt;math&amp;gt;(\Omega, \mathcal{D})&amp;lt;/math&amp;gt;.  Equally important is the result that &amp;lt;math&amp;gt;\mathcal{L}&amp;lt;/math&amp;gt; is a full semi-AFL if and only if &amp;lt;math&amp;gt;\mathcal{L} = \mathcal{L}_f(\mathcal{D})&amp;lt;/math&amp;gt; for some AFA &amp;lt;math&amp;gt;(\Omega, \mathcal{D})&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Origins==&lt;br /&gt;
&lt;br /&gt;
[[Seymour Ginsburg]] of the [[University of Southern California]] and [[Sheila Greibach]] of [[Harvard University]] first presented their AFL theory paper at the [[IEEE]] Eighth Annual Symposium on Switching and Automata Theory in 1967.&amp;lt;ref&amp;gt; [http://www.worldcat.org/oclc/2891921 IEEE conference record of 1967 Eighth Annual Symposium on Switching and Automata Theory] : papers presented at the Eighth Annual Symposium, University of Texas, October 18-20, 1967.&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Formal languages]]&lt;br /&gt;
[[Category:Applied mathematics]]&lt;/div&gt;</summary>
		<author><name>en&gt;AnomieBOT</name></author>
	</entry>
</feed>