In
Boolean algebra, the algebraic normal form (ANF), ring sum normal form (RSNF or RNF), ''
Zhegalkin normal form
Zhegalkin (also Žegalkin, Gégalkine or Shegalkin) polynomials (russian: полиномы Жегалкина), also known as algebraic normal form, are a representation of functions in Boolean algebra. Introduced by the Russian mathematician Iva ...
'', or ''
Reed–Muller expansion'' is a way of writing logical formulas in one of three subforms:
* The entire formula is purely true or false:
*:
*:
* One or more variables are combined into a term by
AND (
), then one or more terms are combined by
XOR
Exclusive or or exclusive disjunction is a logical operation that is true if and only if its arguments differ (one is true, the other is false).
It is symbolized by the prefix operator J and by the infix operators XOR ( or ), EOR, EXOR, , ...
(
) together into ANF.
Negation
In logic, negation, also called the logical complement, is an operation that takes a proposition P to another proposition "not P", written \neg P, \mathord P or \overline. It is interpreted intuitively as being true when P is false, and false ...
s are not permitted:
:
* The previous subform with a purely true term:
:
Formulas written in ANF are also known as
Zhegalkin polynomial
Zhegalkin (also Žegalkin, Gégalkine or Shegalkin) polynomials (russian: полиномы Жегалкина), also known as algebraic normal form, are a representation of functions in Boolean algebra. Introduced by the Russian mathematician Iva ...
s and Positive Polarity (or Parity)
Reed–Muller expressions (PPRM).
Common uses
ANF is a
normal form, which means that two equivalent formulas will convert to the same ANF, easily showing whether two formulas are equivalent for
automated theorem proving. Unlike other normal forms, it can be represented as a simple list of lists of variable names;
conjunctive
The subjunctive (also known as conjunctive in some languages) is a grammatical mood, a feature of the utterance that indicates the speaker's attitude towards it. Subjunctive forms of verbs are typically used to express various states of unreality s ...
and
disjunctive normal forms also require recording whether each variable is negated or not.
Negation normal form is unsuitable for that purpose, since it doesn't use equality as its equivalence relation: a ∨ ¬a isn't reduced to the same thing as 1, even though they're equal.
Putting a formula into ANF also makes it easy to identify
linear functions (used, for example, in
linear-feedback shift registers): a linear function is one that is a sum of single literals. Properties of nonlinear-feedback
shift registers can also be deduced from certain properties of the feedback function in ANF.
Performing operations within algebraic normal form
There are straightforward ways to perform the standard boolean operations on ANF inputs in order to get ANF results.
XOR (logical exclusive disjunction) is performed directly:
: () ⊕ ()
: ⊕
: 1 ⊕ 1 ⊕ x ⊕ x ⊕ y
: y
NOT (logical negation) is XORing 1:
[WolframAlpha NOT-equivalence demonstration: ¬a = 1 ⊕ a](_blank)
/ref>
:
:
: 1 ⊕ 1 ⊕ x ⊕ y
: x ⊕ y
AND (logical conjunction) is distributed algebraically[WolframAlpha AND-equivalence demonstration: (a ⊕ b)(c ⊕ d) = ac ⊕ ad ⊕ bc ⊕ bd](_blank)
/ref>
: ( ⊕ )
: ⊕
: (1 ⊕ x ⊕ y) ⊕ (x ⊕ x ⊕ xy)
: 1 ⊕ x ⊕ x ⊕ x ⊕ y ⊕ xy
: 1 ⊕ x ⊕ y ⊕ xy
OR (logical disjunction) uses either 1 ⊕ (1 ⊕ a)(1 ⊕ b)[From De Morgan's laws] (easier when both operands have purely true terms) or a ⊕ b ⊕ ab[WolframAlpha OR-equivalence demonstration: a + b = a ⊕ b ⊕ ab](_blank)
/ref> (easier otherwise):
: () + ()
: 1 ⊕ (1 ⊕ )(1 ⊕ )
: 1 ⊕ x(x ⊕ y)
: 1 ⊕ x ⊕ xy
Converting to algebraic normal form
Each variable in a formula is already in pure ANF, so you only need to perform the formula's boolean operations as shown above to get the entire formula into ANF. For example:
: x + (y ⋅ ¬z)
: x + (y(1 ⊕ z))
: x + (y ⊕ yz)
: x ⊕ (y ⊕ yz) ⊕ x(y ⊕ yz)
: x ⊕ y ⊕ xy ⊕ yz ⊕ xyz
Formal representation
ANF is sometimes described in an equivalent way:
:
:where fully describes .
Recursively deriving multiargument Boolean functions
There are only four functions with one argument:
*
*
*
*
To represent a function with multiple arguments one can use the following equality:
: , where
:*
:*
Indeed,
* if then and so
* if then and so
Since both and have fewer arguments than it follows that using this process recursively we will finish with functions with one variable. For example, let us construct ANF of (logical or):
*
* since and
* it follows that
* by distribution, we get the final ANF:
See also
* Reed–Muller expansion
* Zhegalkin normal form
Zhegalkin (also Žegalkin, Gégalkine or Shegalkin) polynomials (russian: полиномы Жегалкина), also known as algebraic normal form, are a representation of functions in Boolean algebra. Introduced by the Russian mathematician Iva ...
* Boolean function
* Logical graph
* Zhegalkin polynomial
Zhegalkin (also Žegalkin, Gégalkine or Shegalkin) polynomials (russian: полиномы Жегалкина), also known as algebraic normal form, are a representation of functions in Boolean algebra. Introduced by the Russian mathematician Iva ...
* Negation normal form
* Conjunctive normal form
* Disjunctive normal form
* Karnaugh map
* Boolean ring
References
Further reading
*
*
* {{cite web , title=Reed-Muller Logic , work=Logic 101 , at=Part 3 , author-first=Clive "Max" , author-last=Maxfield , date=2006-11-29 , publisher=EETimes
''EE Times'' (''Electronic Engineering Times'') is an electronics industry magazine published in the United States since 1972. EE Times is currently owned by AspenCore, a division of Arrow Electronics since August 2016.
Since its acquisition ...
, url=http://www.eetimes.com/author.asp?section_id=216&doc_id=1274545 , access-date=2017-04-19 , url-status=live , archive-url=https://web.archive.org/web/20170419235904/http://www.eetimes.com/author.asp?section_id=216&doc_id=1274545 , archive-date=2017-04-19
Boolean algebra
Normal forms (logic)
ru:Полином Жегалкина