Double inversion: (A′)′ — NOT gate
coretwo inverters cancel
Answer
verified equivalent (both sides → A)
Why this example is worth doing
Two inverters in series restore the original signal, which is involution and looks like a waste of two gates. It is not: a pair of inverters is a standard buffer used to restore signal edges and drive a heavy load, so the logically redundant circuit is electrically essential. The page uses this to draw the line between logical function and physical implementation clearly, a distinction the buffer page then develops.
Try your own input in the NOT gate. Truth table, symbol and algebraic form for the inverter, Ā.
How the answer is reached
The law
A′′A— Both sides have the same truth table over the union of their variables.
Truth table
| # | A | F |
|---|---|---|
| 0 | 0 | 0 |
| 1 | 1 | 1 |