Description: Define joint denial ("not-or" or "nor"). After we define the constant
true T. ( df-tru ) and the constant false F. ( df-fal ), we
will be able to prove these truth table values:
( ( T. -\/ T. ) <-> F. ) ( trunortru ), ( ( T. -\/ F. ) <-> F. )
( trunorfal ), ( ( F. -\/ T. ) <-> F. ) ( falnortru ), and
( ( F. -\/ F. ) <-> T. ) ( falnorfal ). Contrast with /\
( df-an ), \/ ( df-or ), -> ( wi ), -/\ ( df-nan ),
and \/_ ( df-xor ). (Contributed by Remi, 25-Oct-2023)