logo

Conjunction, AND Gate

Conjunction, AND Gate

양자정보이론
[ 펼치기 · 접기 ]

Definition1

The following Boolean function is called the AND\text{AND} gate or logical conjunction and is denoted as follows.

:{0,1}2{0,1} \land : \left\{ 0, 1 \right\}^{2} \to \left\{ 0, 1 \right\}

00=0,01=0,10=0,11=1 0\land 0 = 0,\quad 0\land 1 = 0,\quad 1\land 0 = 0,\quad 1\land 1 = 1

Explanation

The AND\text{AND} gate sends two truth values to one truth value, and returns true only when both truth values are true.

부울 함수기호진리표
AND\text{AND}
aabbaba \land b
000000
001100
110000
111111

This can be expressed with NOT\text{NOT} gate and OR\text{OR} gate.

ab=¬(¬a¬b) a \land b = \lnot(\lnot a \lor \lnot b)


  1. Kim Young-hoon and Heo Jae-sung, Quantum Information Theory (2020), p84 ↩︎