What do the symbols mean Heureka ?
Symbolic notation in Text notation:
(P⋁¬Q)⋀(¬P⋁Q)⋀(¬P⋁¬Q) = ( P or (not Q) ) and ( (not P) or Q ) and ( (not P) or ( not Q ) )
Symbolic notation in Text notation:
¬P⋀¬Q = ( not P ) and ( not Q )
⋁ = or
⋀ = and
¬ = not
¬P = not P
¬Q = not Q
P ⋁ Q = P or Q
P ⋀ Q = P and Q
see: https://en.wikipedia.org/wiki/Boolean_algebra