0

Is (P=>Q) = ((not P) or Q) a definition or a convention or a theorem?

If it's a theorem, how to prove it without the truth table

Can accept the following reasoning?

let's show that from P => Q we can deduce ((not P) or Q)

Suppose P => Q, By the absurd, if not ((not P) or Q). We, therefore, have P and (not Q). Then, because P and (P => Q), implies Q. We get both Q and not Q, ie a contradiction.

Reciprocally,

let's show that from ((not P) or Q) we can deduce P => Q

  • suppose Q. Then P => (P and Q) => Q, so P => Q

  • suppose not P. Then (not Q) => ((not Q) and (not P)) => (not P), and finally P => Q

Finally from ((not P) or Q), we can deduce (P => Q)

Pascal
  • 3,771

0 Answers0