Day 04 part 04- Discrete mathematics for computer science Negation Operator of Proposition

Day 04 part 04- Discrete mathematics for computer science Negation Operator of Proposition

The Negation Operator (¬) in Propositional Logic is one of the fundamental logical operators in Discrete Mathematics. It is used to reverse the truth value of a given proposition.

Contents

Definition:

If P is a proposition, then the negation of P, denoted as ¬P, is a proposition that is true when P is false and false when P is true.

Truth Table of Negation Operator (¬P):

P ¬P
T F
F T

Example:

  1. Let P = “It is raining.”

    • Then, ¬P = “It is not raining.”
  2. If P = “5 is greater than 3” (which is true),

    • Then, ¬P = “5 is not greater than 3” (which is false).

Properties of Negation Operator:

  • Double Negation: ¬(¬P) = P
  • Involutory Property: Applying negation twice brings the original value back.

Would you like more examples or explanations related to propositional logic?

Day 04 part 04- Discrete mathematics for computer science Negation Operator of Proposition

Discrete Mathematics for Computer Science Prof. Raissa D …

Discrete Mathematics and Its Applications, Eighth Edition

Leave a Reply

Your email address will not be published. Required fields are marked *

error: