is true if and only if at most one of $p_1$, $p_2$, $\ldots$, $p_n$
is true ” Solving this task requires understanding the
notation, so let’s unwrap the thing.
First step of unwinding $(1)$ is just making the order of
operations obvious by explicitly writing out the enclosing
parentheses as
This makes it easier to see what is happening: In order to unroll
$(1)$, the expression inside the square brackets is to be evaluated
first.
It’s possible that the person reading this is familiar with the
sum notation used throughout mathematics. The idea in the
uppercase boolean ands of $(1)$ or $(2)$ is similar, that is, the
$\bigwedge$ operator translates to multiple sequential applications
of the logical and ($\land$) operations of some logical
propositions.
In other words, if one assumes $k$ long sequence of logical
propositions $q_k$, the sequence of logical operations
Now, let $l$ $=$ $j$ $=$ $i + 1$ for some $i$, $k$ $=$ $n$, and
$q_l$ $=$ $(\lnot p_i$ $\land$ $\lnot p_j)$ in this equation.
Then, substituting these values to $(2)$ it can be seen that
Unrolling the outer uppercase boolean follows the same idea as the
inner uppercase boolean, but with the outer uppercase boolean there
is only one running variable $i$ spanning from $1$ to $n - 1$ to
consider. That is
from where it can be seen that if all propositions $p_k$ are true,
the expression evaluates to $\lnot(\text{T}$ $\lor$ $\text{T}$
$\lor$ $\cdots$ $\lor$ $\text{T})$ $=$ $\lnot \text{T}$ $=$
$\text{F}$, and if all propositions $p_k$ are false, the right
hand-side evaluates to $\text{T}$. Finally, because of the
definition of logical and, if just one of the propositions $p_1$,
$\ldots$, $p_n$ are true and others false, a proposition of the form
$p_{k-1}$ $\land$ $p_k$ always evaluates to false, which then again
leads to $\lnot($ $\text{F}$ $\lor$ $\text{F}$ $\lor$ $\cdots$
$\text{F})$ $=$ $\lnot \text{F}$ $=$ $\text{T}$. So no matter if
just one proposition $p_k$ is true, the expression $(1)$ still
evaluates to $\text{T}$.
References
Rosen, K. H. (2019). Discrete mathematics & applications. McGraw-Hill.