<?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=Ringsummennormalform</id>
	<title>Ringsummennormalform - 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=Ringsummennormalform"/>
	<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Ringsummennormalform&amp;action=history"/>
	<updated>2026-06-06T09:10:20Z</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=Ringsummennormalform&amp;diff=1455947&amp;oldid=prev</id>
		<title>imported&gt;Neutronstar2 am 16. Oktober 2020 um 21:24 Uhr</title>
		<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Ringsummennormalform&amp;diff=1455947&amp;oldid=prev"/>
		<updated>2020-10-16T21:24:49Z</updated>

		<summary type="html">&lt;p&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;Ringsummennormalform&amp;#039;&amp;#039;&amp;#039; (kurz RSNF oder RNF) (auch: &amp;#039;&amp;#039;&amp;#039;Algebraische Normalform&amp;#039;&amp;#039;&amp;#039; (kurz ANF), &amp;#039;&amp;#039;&amp;#039;Reed-Muller-Entwicklung&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;Ringsummenexpansion&amp;#039;&amp;#039;&amp;#039; oder [[Iwan Iwanowitsch Schegalkin|Schegalkinsches]] Polynom) ist eine Darstellungsform einer [[Boolesche Funktion|Booleschen Funktion]]. Diese [[Klausel-Normalform|Normalform]] verwendet ausschließlich die Operatoren [[Kontravalenz|XOR (Kontravalenz)]] und [[Konjunktion_(Logik)|UND (Konjunktion)]].&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
&lt;br /&gt;
Die beiden Operatoren Kontravalenz und Konjunktion &amp;lt;math&amp;gt;\{\oplus,\wedge,1\}&amp;lt;/math&amp;gt; bilden eine vollständige Basis der [[Boolesche Funktion|booleschen Funktionen]]. Damit wird die folgende Definition möglich.&lt;br /&gt;
&lt;br /&gt;
Eine Formel ist in Ringsummennormalform, wenn sie eine [[Kontravalenz]] (&amp;lt;math&amp;gt;\oplus&amp;lt;/math&amp;gt;) von [[Konjunktion_(Logik)|Konjunktionen]] (&amp;lt;math&amp;gt;\wedge&amp;lt;/math&amp;gt;) der Eingabevariablen &amp;lt;math&amp;gt;x_1, \dots, x_n&amp;lt;/math&amp;gt; und der Konstanten &amp;lt;math&amp;gt;0,1&amp;lt;/math&amp;gt; ist. Eine Formel in RSNF hat folgende Form:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\bigoplus_{T\subseteq\{1, \dots, n\}} ( a_T \wedge \bigwedge_{i\in T} x_i )&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
wobei &amp;lt;math&amp;gt;a_T\in\{0,1\}&amp;lt;/math&amp;gt; für jede Teilmenge &amp;lt;math&amp;gt;T&amp;lt;/math&amp;gt; ist.&lt;br /&gt;
&lt;br /&gt;
== Berechnung der RSNF ==&lt;br /&gt;
Man geht von einer [[orthogonalen disjunktiven Normalform]] (also einer [[disjunktive Normalform|disjunktiven Normalform]], deren Konjunktionen alle gegenseitig disjunkt sind, d.&amp;amp;nbsp;h. 0 ergeben) aus. Das kann z.&amp;amp;nbsp;B. auch die [[Disjunktive Normalform#Kanonische disjunktive Normalform|kanonisch disjunktive Normalform]] sein. In dieser ersetzt man den [[Disjunktion]]soperator durch den [[Kontravalenz|Antivalenzoperator]] (Ringsumme), was aufgrund der Orthogonalität möglich ist. Danach schreibt man die [[Negation]]en in die (geklammerte) Antivalenz mit 1 um. Anschließend „multipliziert“ man unter besonderer Beachtung der Rechenregel für die Antivalenz &amp;lt;math&amp;gt;x \oplus x = 0&amp;lt;/math&amp;gt; aus.&lt;br /&gt;
&lt;br /&gt;
=== Beispiel ===&lt;br /&gt;
Die disjunktive Normalform &amp;lt;math&amp;gt;AB \vee \bar{A} \bar{B} \vee A \bar{C}&amp;lt;/math&amp;gt; kann wie folgt in ihre RSNF umgeformt werden:&lt;br /&gt;
&lt;br /&gt;
Orthogonalisierung (z.&amp;amp;nbsp;B. mit Hilfe eines [[Karnaugh-Veitch-Diagramm|Karnaugh-Planes]]): &amp;lt;math&amp;gt;AB \vee \bar{A} \bar{B} \vee A \bar{B}\bar{C}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ersetzen der Disjunktion durch die Antivalenz: &amp;lt;math&amp;gt;AB \oplus \bar{A} \bar{B} \oplus A \bar{B}\bar{C}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Umschreiben der Negation: &amp;lt;math&amp;gt;AB \oplus (A \oplus 1) (B \oplus 1) \oplus A (B \oplus 1) (C \oplus 1)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ausmultiplizieren: &amp;lt;math&amp;gt;AB \oplus AB \oplus A \oplus B \oplus 1 \oplus ABC \oplus AC \oplus AB \oplus A&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Durch „Wegstreichen“ von jeweils zwei gleichen Termen erhält man nach dem Umsortieren schließlich:&lt;br /&gt;
:&amp;lt;math&amp;gt;1 \oplus B \oplus A B \oplus A C \oplus A B C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Folgerungen ==&lt;br /&gt;
&lt;br /&gt;
* Jede beliebige [[boolesche Funktion]] kann in Ringsummennormalform überführt werden.&lt;br /&gt;
* Die Ringsummennormalform einer booleschen Funktion ist (bis auf die Reihenfolge) eindeutig.&lt;br /&gt;
&lt;br /&gt;
== Literatur ==&lt;br /&gt;
* Ingo Wegener: The complexity of Boolean functions. Wiley-Teubner, 1987, ISBN 3-519-02107-2, S. 6 ([http://ls2-www.cs.uni-dortmund.de/monographs/bluebook Online-Ausgabe])&lt;br /&gt;
* [http://www.is.informatik.uni-duisburg.de/courses/infoa_ss03/slides/02-slides.pdf#page=34 Präsentation der Uni Duisburg]&lt;br /&gt;
[[Kategorie:Logik]]&lt;br /&gt;
[[Kategorie:Normalform]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Neutronstar2</name></author>
	</entry>
</feed>