Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
IMPLY gate
Digital logic gate
InputA   BOutput A → B
001
011
100
111

The IMPLY gate is a digital logic gate that implements a logical conditional.

We don't have any images related to IMPLY gate yet.
We don't have any YouTube videos related to IMPLY gate yet.
We don't have any PDF documents related to IMPLY gate yet.
We don't have any Books related to IMPLY gate yet.
We don't have any archived web articles related to IMPLY gate yet.

Symbols

IMPLY can be denoted in algebraic expressions with the logic symbol right-facing arrow (→). Logically, it is equivalent to material implication, and the logical expression ¬A v B.

There are two symbols for IMPLY gates: the traditional symbol and the IEEE symbol. For more information see Logic gate symbols.

Traditional IMPLY SymbolIEEE IMPLY Symbol

Functional completeness

While the Implication gate is not functionally complete by itself, it is in conjunction with the constant 0 source. This can be shown via the following:

A → 0 := ¬ A ( A → 0 ) → B = ¬ ( ¬ A ) ∨ B = A ∨ B . {\displaystyle {\begin{aligned}A\rightarrow 0&:=\neg A\\(A\rightarrow 0)\rightarrow B&=\neg (\neg A)\lor B\\&=A\lor B.\end{aligned}}}

Thus as the implication gate with the addition of the constant 0 source can create both the NOT gate and the OR gate, it can create the NOR gate, which is a universal gate.

See also

Wikimedia Commons has media related to IMPLY_gates.