Table value of negation, conjunction, disjunction, exclusive or, conditional, biconditional is too easy to understand, right? 🤪
$$ ⁍ $$
$$ \neg(P\lor Q) = \neg P\wedge \neg Q $$
$$ p\wedge(q\lor r)=(p\wedge q) \lor (p \wedge r) $$
Given an example, "For all x's values which are lower than zero, square of them are always positive". In an equation, it will be:
$$ \forall x<0, P(x)=x^2>0 $$