Metamath Proof Explorer


Definition df-nor

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)

Ref Expression
Assertion df-nor φ ψ ¬ φ ψ

Detailed syntax breakdown

Step Hyp Ref Expression
0 wph wff φ
1 wps wff ψ
2 0 1 wnor wff φ ψ
3 0 1 wo wff φ ψ
4 3 wn wff ¬ φ ψ
5 2 4 wb wff φ ψ ¬ φ ψ