# Logical and
Last edited: 2026-02-05
Logical and
This is a boolean function regularly expressed as $\land: \{T, F\}^2 \rightarrow \{T, F\}$ which is only true if both its inputs are.
This can be generalised to more inputs where all inputs must be true for it to be true.