Just for fun, I've accepted a challenge to white in a form of a mathematical expression the expression "Not all is black and white". At first, I thought it will be easy, but now I am stuck. Here are some of the examples I tried:
¬∀xP(x)∈{#000000,#FFFFFF}
or
¬∀xP(x)=#000000∧¬∀xP(x)=#FFFFFF
or ¬∀x(P(x)=1∧P(x)=0)
or above combinations with addition of ∈ R so it would look like:
¬∀x∈R P(x)∈{#000000,#FFFFFF}
Just to break a daily routine :D
Thanks!