The [[Conjunction]] is a [[Logical Operator]] between two [[Proposition|Propositions]] $p$ and $q$ which is denoted by: $\huge p \wedge q $ This operation is often read as "$p$ *and* $qquot;. #### Truth Table | $p$ | $q$ | $p \wedge q$ | | ----- | ----- | ------------ | | **F** | **F** | **F** | | **F** | *T* | **F** | | *T* | **F** | **F** | | *T* | *T* | *T* |