<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki-de.moshellshocker.dns64.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=178.24.74.113</id>
	<title>Wikipedia (Deutsch) – Lokale Kopie - Benutzerbeiträge [de]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki-de.moshellshocker.dns64.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=178.24.74.113"/>
	<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php/Spezial:Beitr%C3%A4ge/178.24.74.113"/>
	<updated>2026-06-11T15:20:04Z</updated>
	<subtitle>Benutzerbeiträge</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki-de.moshellshocker.dns64.de/index.php?title=Ogdens_Lemma&amp;diff=640811</id>
		<title>Ogdens Lemma</title>
		<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Ogdens_Lemma&amp;diff=640811"/>
		<updated>2015-09-24T10:10:03Z</updated>

		<summary type="html">&lt;p&gt;178.24.74.113: Die Bedingung, dass vw mindestens einen markierten Buchstaben enthielte war wohl ein Tippfehler, richtig ist, wie auch im unterem Abschnitt erwähnt, dass dies für vx gilt.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Ogdens Lemma,&#039;&#039;&#039; benannt nach [[William Ogden]], ist eine Methode der [[theoretische Informatik|theoretischen Informatik]], mit der gezeigt werden kann, dass eine [[formale Sprache]] keine [[kontextfreie Sprache]] ist, da sie Eigenschaften beschreibt, die für alle kontextfreien Sprachen gelten müssen. Es liefert somit nur eine notwendige (keine hinreichende) Bedingung für die Klassifikation als kontextfreie Sprache. Ogdens Lemma ist also nicht geeignet um Kontextfreiheit zu beweisen.&lt;br /&gt;
&lt;br /&gt;
Das [[Pumping-Lemma]] ist ein Spezialfall von Ogdens Lemma.&lt;br /&gt;
&lt;br /&gt;
== Aussage ==&lt;br /&gt;
&lt;br /&gt;
Sei &amp;lt;math&amp;gt;\mathcal{L}_2&amp;lt;/math&amp;gt; die Klasse aller Sprachen, die sich von [[Chomsky-Hierarchie]]-Typ-2-Grammatiken erzeugen lassen, also die Klasse der kontextfreien Sprachen.&lt;br /&gt;
&lt;br /&gt;
Für &amp;lt;math&amp;gt;L \in \mathcal{L}_2&amp;lt;/math&amp;gt; gibt es eine natürliche Zahl &amp;lt;math&amp;gt;n \in \mathbb{N}&amp;lt;/math&amp;gt;, so dass für alle Wörter &amp;lt;math&amp;gt;z \in L&amp;lt;/math&amp;gt;  folgendes gilt: Wenn in &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; mindestens &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; Buchstaben markiert werden, so lässt sich &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; als &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; in fünf Teile &amp;lt;math&amp;gt; u,v,w,x,y &amp;lt;/math&amp;gt; zerlegen, so dass&lt;br /&gt;
&lt;br /&gt;
# &amp;lt;math&amp;gt;vx&amp;lt;/math&amp;gt;  mindestens einen markierten Buchstaben enthält,&lt;br /&gt;
# &amp;lt;math&amp;gt;vwx&amp;lt;/math&amp;gt; maximal &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; markierte Buchstaben enthält,&lt;br /&gt;
# &amp;lt;math&amp;gt;\forall i \ge 0: uv^iwx^iy \in L&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Beispiel ==&lt;br /&gt;
&lt;br /&gt;
Die Sprache &amp;lt;math&amp;gt;L = \{a^ib^jc^kd^{\ell}\ |\ i\neq 0\ \Rightarrow\ j=k=\ell\}&amp;lt;/math&amp;gt; ist nicht kontextfrei.&lt;br /&gt;
&lt;br /&gt;
Der Nachweis, dass diese Sprache nicht kontextfrei ist, kann nicht mit dem Pumping-Lemma für kontextfreie Sprachen geführt werden, aber mit Ogdens Lemma.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[Reductio ad absurdum|Beweis durch Widerspruch]]:&#039;&#039;&#039; Wir nehmen an, &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt; sei kontextfrei. Dann existiert nach Ogdens Lemma eine Konstante &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;, so dass für jedes Wort &amp;lt;math&amp;gt;z\in L&amp;lt;/math&amp;gt; und jede Markierung, die mindestens &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; Zeichen in &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; markiert, eine Zerlegung existiert, die die Eigenschaften 1., 2. und 3. erfüllt.&lt;br /&gt;
&lt;br /&gt;
Die Konstante sei also &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; und insbesondere für das Wort &amp;lt;math&amp;gt;z=ab^nc^nd^n\in L&amp;lt;/math&amp;gt; mit Markierung auf dem Teil &amp;lt;math&amp;gt;b^n&amp;lt;/math&amp;gt; muss es eine Zerlegung &amp;lt;math&amp;gt;z=uvwxy&amp;lt;/math&amp;gt; geben, die 1., 2. und 3. erfüllt.&lt;br /&gt;
&lt;br /&gt;
Eigenschaft 1. bedeutet, dass &amp;lt;math&amp;gt;vx&amp;lt;/math&amp;gt; mindestens ein &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; enthält. Eigenschaft 2. ist stets erfüllt, da es nur &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; markierte Buchstaben in &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; gibt. Wir betrachten alle möglichen (nicht notwendig disjunkten) Fälle der Zerlegung mit &#039;&#039;&#039;mindestens einem &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;vx&amp;lt;/math&amp;gt;&#039;&#039;&#039; und finden stets einen Widerspruch zu Eigenschaft 3.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;math&amp;gt;vx\in\{a,b,c\}^*&amp;lt;/math&amp;gt;, dann folgt, dass &amp;lt;math&amp;gt;uv^2wx^2y&amp;lt;/math&amp;gt; mehr &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt;s als &amp;lt;math&amp;gt;d&amp;lt;/math&amp;gt;s hat (und mindestens ein &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; steht am Anfang des aufgepumpten Worts)&lt;br /&gt;
* &amp;lt;math&amp;gt;vx\in\{a,b,d\}^*&amp;lt;/math&amp;gt;, dann enthält &amp;lt;math&amp;gt;uv^2wx^2y&amp;lt;/math&amp;gt; mehr &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt;s als &amp;lt;math&amp;gt;c&amp;lt;/math&amp;gt;s (und mindestens ein &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; steht am Anfang des aufgepumpten Worts)&lt;br /&gt;
* &amp;lt;math&amp;gt;vx&amp;lt;/math&amp;gt; enthält sowohl &amp;lt;math&amp;gt;c&amp;lt;/math&amp;gt;s als auch &amp;lt;math&amp;gt;d&amp;lt;/math&amp;gt;s, dann müssen in &amp;lt;math&amp;gt;v&amp;lt;/math&amp;gt; oder in &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; zwei Sorten Buchstaben vorkommen. Dann entspricht aber die Struktur von &amp;lt;math&amp;gt;uv^2wx^2y&amp;lt;/math&amp;gt; nicht mehr der Form &amp;lt;math&amp;gt;a^*b^*c^*d^*&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Wir führen also Eigenschaft 3. stets mit &amp;lt;math&amp;gt;i=2&amp;lt;/math&amp;gt; zum Widerspruch, da das Wort &amp;lt;math&amp;gt;uv^2wx^2y&amp;lt;/math&amp;gt; nicht in &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt; liegt.&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* William Ogden: &#039;&#039;A helpful result for proving inherent ambiguity&#039;&#039;. In: &#039;&#039;Mathematical Systems Theory&#039;&#039;. 2, Springer Science &amp;amp; Business Media, Dordrecht 1968. {{ISSN|0025-5661}}. S. 191–194.&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Theorie formaler Sprachen]]&lt;/div&gt;</summary>
		<author><name>178.24.74.113</name></author>
	</entry>
</feed>