<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=Strukturelle_Induktion</id>
	<title>Strukturelle Induktion - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=Strukturelle_Induktion"/>
	<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Strukturelle_Induktion&amp;action=history"/>
	<updated>2026-06-07T06:08:22Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Wikipedia (Deutsch) – Lokale Kopie</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki-de.moshellshocker.dns64.de/index.php?title=Strukturelle_Induktion&amp;diff=193458&amp;oldid=prev</id>
		<title>~2025-29414-59: /* Beispiel für eine Definition durch strukturelle Induktion */</title>
		<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Strukturelle_Induktion&amp;diff=193458&amp;oldid=prev"/>
		<updated>2025-10-20T11:35:23Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Beispiel für eine Definition durch strukturelle Induktion&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Die &amp;#039;&amp;#039;&amp;#039;strukturelle Induktion&amp;#039;&amp;#039;&amp;#039; ist ein [[Beweis (Logik)|Beweisverfahren]], das unter anderem in der [[Logik]], der [[Theoretische Informatik|theoretischen Informatik]] und der [[Graphentheorie]] eingesetzt wird. Es handelt sich um eine allgemeinere Form der [[vollständige Induktion|vollständigen Induktion]].&lt;br /&gt;
Mit dem Verfahren lassen sich Aussagen über die Elemente von [[rekursiv]] aufgebauten [[Menge (Mathematik)|Mengen]] (zum Beispiel Mengen von [[Liste]]n, [[Formel]]n, [[Graph (Graphentheorie)|Graphen]]) beweisen.&lt;br /&gt;
&lt;br /&gt;
Bei der vollständigen Induktion werden Eigenschaften der natürlichen Zahlen bewiesen; bei der strukturellen Induktion werden Eigenschaften für Mengen bewiesen, deren Elemente aus Grundelementen durch eine endliche Anzahl von Konstruktionsschritten (unter Verwendung bereits konstruierter Elemente) bzw. mittels eines [[Erzeugungssystem]]s entstehen.&lt;br /&gt;
Es gibt also minimale (auch: einfachste oder Grund-)Elemente und rekursiv definierte (oder: rekursiv gebildete) Elemente der Menge.&lt;br /&gt;
Bei den natürlichen Zahlen ist das Grundelement &amp;lt;math&amp;gt;0&amp;lt;/math&amp;gt; (oder &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt;, je nach Definition der natürlichen Zahlen) und der Konstruktionsschritt ist der Übergang von einer Zahl &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; zur Zahl &amp;lt;math&amp;gt;n+1&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Um eine Aussage für die Elemente einer Menge zu beweisen, zeigt man im Induktionsanfang die Gültigkeit der Aussage für die einfachsten Elemente und im Induktionsschluss die Gültigkeit der Aussage für die rekursiv gebildeten Elemente unter der Voraussetzung, dass die Aussage für die in der Konstruktion verwendeten Elemente gilt.&lt;br /&gt;
Ist beides erfüllt, so gilt die Aussage für alle Elemente. Man führt die Induktion also über den strukturellen Aufbau der Elemente.&lt;br /&gt;
&lt;br /&gt;
Strukturelle Induktion ist ein Spezialfall der Induktion für Mengen mit einer [[wohlfundierte Relation|wohlfundierten Relation]].&lt;br /&gt;
&lt;br /&gt;
== Beispiel für eine Definition durch strukturelle Rekursion ==&lt;br /&gt;
&lt;br /&gt;
Die Menge der [[Aussagenlogik|aussagenlogischen]] Formeln lässt sich mittels struktureller Rekursion wie folgt definieren:&lt;br /&gt;
:Rekursionsanfang: Falls &amp;lt;math&amp;gt;A\!\,&amp;lt;/math&amp;gt; eine atomare aussagenlogische Formel ist, ist &amp;lt;math&amp;gt;A\!\,&amp;lt;/math&amp;gt; eine aussagenlogische Formel.&lt;br /&gt;
:Rekursionsschritt 1: Falls &amp;lt;math&amp;gt;F\!\,&amp;lt;/math&amp;gt; eine aussagenlogische Formel ist, ist auch &amp;lt;math&amp;gt;\lnot F&amp;lt;/math&amp;gt; eine aussagenlogische Formel.&lt;br /&gt;
:Rekursionsschritt 2: Falls &amp;lt;math&amp;gt;F\!\,&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;G\!\,&amp;lt;/math&amp;gt; aussagenlogische Formeln sind, ist auch &amp;lt;math&amp;gt;(F \land G)&amp;lt;/math&amp;gt; eine aussagenlogische Formel.&lt;br /&gt;
:Rekursionsschritt 3: Falls &amp;lt;math&amp;gt;F\!\,&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;G\!\,&amp;lt;/math&amp;gt; aussagenlogische Formeln sind, ist auch &amp;lt;math&amp;gt;(F \lor G)&amp;lt;/math&amp;gt; eine aussagenlogische Formel.&lt;br /&gt;
:Rekursionsschritt 4: Falls &amp;lt;math&amp;gt;F\!\,&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;G\!\,&amp;lt;/math&amp;gt; aussagenlogische Formeln sind, ist auch &amp;lt;math&amp;gt;\!\,(F \to G)&amp;lt;/math&amp;gt; eine aussagenlogische Formel.&lt;br /&gt;
:Rekursionsschritt 5: Falls &amp;lt;math&amp;gt;F\!\,&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;G\!\,&amp;lt;/math&amp;gt; aussagenlogische Formeln sind, ist auch &amp;lt;math&amp;gt;(F \leftrightarrow G)&amp;lt;/math&amp;gt; eine aussagenlogische Formel.&lt;br /&gt;
&lt;br /&gt;
Nach dieser Definition sind z.&amp;amp;nbsp;B. die folgenden Zeichenketten aussagenlogische Formeln:&lt;br /&gt;
* &amp;lt;math&amp;gt;\lnot (A \land B)&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;(A \to (B \lor \lnot C))&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;((A \lor \lnot B) \land (\lnot A \lor B))&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Weitere Beispiele für Definitionen durch strukturelle Rekursion finden sich in den Artikeln [[Elementare Sprache]] und [[Wort (Theoretische Informatik)]] (Definition der Spiegelung).&lt;br /&gt;
&lt;br /&gt;
== Beispiel für einen Beweis durch strukturelle Induktion ==&lt;br /&gt;
&lt;br /&gt;
Bewiesen wird der Satz:&lt;br /&gt;
:Für jede [[Aussagenlogik|aussagenlogische]] Formel &amp;lt;math&amp;gt;F&amp;lt;/math&amp;gt; gibt es eine äquivalente aussagenlogische Formel &amp;lt;math&amp;gt;[F]&amp;lt;/math&amp;gt;, in der als einzige Operatoren &amp;lt;math&amp;gt;\lnot&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;\land&amp;lt;/math&amp;gt; vorkommen.&lt;br /&gt;
&lt;br /&gt;
Der Beweis:&lt;br /&gt;
:Induktionsanfang: Falls &amp;lt;math&amp;gt;F=A&amp;lt;/math&amp;gt; für eine atomare aussagenlogische Formel &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt; ist, ist &amp;lt;math&amp;gt;[F]=A&amp;lt;/math&amp;gt;.&lt;br /&gt;
:Induktionsschritt 1: Falls &amp;lt;math&amp;gt;F=\lnot G&amp;lt;/math&amp;gt; für eine aussagenlogische Formel &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; gilt, ist &amp;lt;math&amp;gt;[F]=\lnot [G]&amp;lt;/math&amp;gt;.&lt;br /&gt;
:Induktionsschritt 2: Falls &amp;lt;math&amp;gt;F=(G \land H)&amp;lt;/math&amp;gt; für aussagenlogische Formeln &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;H&amp;lt;/math&amp;gt; gilt, ist &amp;lt;math&amp;gt;[F]=([G] \land [H])&amp;lt;/math&amp;gt;.&lt;br /&gt;
:Induktionsschritt 3: Falls &amp;lt;math&amp;gt;F=(G \lor H)&amp;lt;/math&amp;gt; für aussagenlogische Formeln &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;H&amp;lt;/math&amp;gt; gilt, ist &amp;lt;math&amp;gt;[F]= \lnot (\lnot [G] \land \lnot [H])&amp;lt;/math&amp;gt;.&lt;br /&gt;
:Induktionsschritt 4: Falls &amp;lt;math&amp;gt;F=(G \to H)&amp;lt;/math&amp;gt; für aussagenlogische Formeln &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;H&amp;lt;/math&amp;gt; gilt, ist &amp;lt;math&amp;gt;[F]= \lnot ([G] \land \lnot [H])&amp;lt;/math&amp;gt;.&lt;br /&gt;
:Induktionsschritt 5: Falls &amp;lt;math&amp;gt;F=(G \leftrightarrow H)&amp;lt;/math&amp;gt; für aussagenlogische Formeln &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;H&amp;lt;/math&amp;gt; gilt, ist &amp;lt;math&amp;gt;[F]= \lnot (\lnot ([G] \land [H]) \land \lnot (\lnot [G] \land \lnot [H]))&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Das Gleichheitszeichen steht hier für syntaktische Gleichheit, d.&amp;amp;nbsp;h. Gleichheit Zeichen für Zeichen.&lt;br /&gt;
In jedem Induktionsschritt wird vorausgesetzt, dass für &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;H&amp;lt;/math&amp;gt; jeweils&lt;br /&gt;
die äquivalenten Formeln &amp;lt;math&amp;gt;[G]&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;[H]&amp;lt;/math&amp;gt; existieren, die nur &amp;lt;math&amp;gt;\lnot&amp;lt;/math&amp;gt;&lt;br /&gt;
und &amp;lt;math&amp;gt;\land&amp;lt;/math&amp;gt; verwenden (Induktionsvoraussetzung).&lt;br /&gt;
&lt;br /&gt;
In einer konkreten Konstruktion kann man die Beweisschritte auch in der&lt;br /&gt;
umgekehrten Reihenfolge, also „von außen nach innen“, anwenden.&lt;br /&gt;
Für die mittlere der oben angegebenen aussagenlogischen Formeln gelten z.&amp;amp;nbsp;B.&lt;br /&gt;
die folgenden Äquivalenzen:&lt;br /&gt;
:&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  (A \to (B \lor \lnot C))&lt;br /&gt;
  &amp;amp; \equiv [(A \to (B \lor \lnot C))] \\&lt;br /&gt;
  &amp;amp; \stackrel{\mbox{IS 4}}{=} \lnot ([A] \land \lnot [(B \lor \lnot C)]) \\&lt;br /&gt;
  &amp;amp; \stackrel{\mbox{IS 3}}{=} \lnot ([A] \land \lnot \lnot (\lnot [B] \land \lnot [\lnot C])) \\&lt;br /&gt;
  &amp;amp; \stackrel{\mbox{IS 1}}{=} \lnot ([A] \land \lnot \lnot (\lnot [B] \land \lnot \lnot [C])) \\&lt;br /&gt;
  &amp;amp; \stackrel{3\times\mbox{IA}}{=} \lnot (A \land \lnot \lnot (\lnot B \land \lnot \lnot C))\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
Die Anwendungen des Induktionsschritts&amp;amp;nbsp;1 und des Induktionsanfangs&lt;br /&gt;
sind hier leer, d.&amp;amp;nbsp;h., sie verändern den Term nicht.&lt;br /&gt;
(Bei der ersten oben angegebenen Formel wären alle Induktionsschritte&lt;br /&gt;
und der Induktionsanfang leer.)&lt;br /&gt;
Dass sich die letzte Formel noch zu &amp;lt;math&amp;gt;\lnot (A \land (\lnot B \land C))&amp;lt;/math&amp;gt; vereinfachen lässt, ist hier übrigens unerheblich.&lt;br /&gt;
&lt;br /&gt;
== Literatur ==&lt;br /&gt;
* Hartmut Ehrig, Bernd Mahr, F. Cornelius, Martin Große-Rhode, P. Zeitz: &amp;#039;&amp;#039;Mathematisch-strukturelle Grundlagen der Informatik&amp;#039;&amp;#039;. Springer, 2013, S. 162–168&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* François Bry: [https://www.en.pms.ifi.lmu.de/publications/projektarbeiten/Claudia.Plant_Alije.Ristemi/node6.html &amp;#039;&amp;#039;Satz 2.1.4 (strukturelle Induktion)&amp;#039;&amp;#039;]. Skript, LMU&lt;br /&gt;
* Christoph Walter: [https://www.inferenzsysteme.informatik.tu-darmstadt.de/media/is/pm_fgdi3/material/vorlesung/fgdi3_ws-0910_kapitel-7-v2_09-12-10_4auf1.pdf &amp;#039;&amp;#039;Strukturelle Induktion und Induktion nach Rekursion von Prozeduren&amp;#039;&amp;#039;]. Skript, Uni Darmstadt&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Theoretische Informatik]]&lt;br /&gt;
[[Kategorie:Mathematische Logik]]&lt;br /&gt;
[[Kategorie:Graphentheorie]]&lt;/div&gt;</summary>
		<author><name>~2025-29414-59</name></author>
	</entry>
</feed>