Content deleted Content added
m →top: http→https for Google Books and Google News using AWB |
m →top: style, punct., fmt. |
||
Line 1:
{{For|the corresponding concept in [[combinational logic]]|XNOR gate}}
[[File:XNOR ANSI Labelled.svg|thumb|118px|XNOR
'''Logical equality''' is a [[logical operator]] that corresponds to [[equality (mathematics)|equality]] in [[Boolean algebra (logic)|Boolean algebra]] and to the [[logical biconditional]] in [[propositional calculus]]. It gives the [[function (mathematics)|functional]] value ''[[Truth|true]]'' if both functional arguments have the same [[logical value]], and ''[[False (logic)|false]]'' if they are different.
Line 6:
It is customary practice in various applications, if not always technically precise, to indicate the operation of '''logical equality''' on the logical operands ''x'' and ''y'' by any of the following forms:
:<math>\begin{
x &\leftrightarrow y
x &\
\end{align}</math><!-- should be "\mathrel{\mathrm{EQ}}", but it is broken [https://phabricator.wikimedia.org/T148304] -->
Some logicians, however, draw a firm distinction between a ''functional form'', like those in the
In [[mathematics]], the plus sign "+" almost invariably indicates an operation that satisfies the axioms assigned to addition in the type of [[algebraic structure]] that is known as a ''[[field (mathematics)|field]]''. For boolean algebra, this means that the logical operation signified by "+" is not the same as the [[inclusive disjunction]] signified by "∨" but is actually equivalent to the logical inequality operator signified by "≠", or what amounts to the same thing, the [[exclusive disjunction]] signified by "XOR" or "⊕". Naturally, these variations in usage have caused some failures to communicate between mathematicians and switching engineers over the years. At any rate, one has the following array of corresponding forms for the symbols associated with logical inequality:
:
x &+ y
x &\
\end{align}</math><!-- should be "\mathrel{\mathrm{XOR}}", but it is broken [https://phabricator.wikimedia.org/T148304] -->
This explains why "EQ" is often called "[[XNOR gate|XNOR]]" in the [[combinational logic]] of circuit engineers, since it is the ''
==Definition==
|