Question:

Which of the following is idempotent law of propositional logic?

Show Hint

Idempotent laws show that duplication in logical expressions doesn't change their value.
Updated On: May 26, 2025
  • \(p \lor p = p\)
  • \(p \land t = p\)
  • \(p \lor t = t\)
  • \(p \lor (\neg p) = t\)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

The idempotent laws in propositional logic state that: \[ p \lor p = p \quad \text{and} \quad p \land p = p \] These express that repeating the same proposition using OR or AND results in the same proposition.
Was this answer helpful?
0
0