DIZNR INTERNATIONAL

Day 04Part 06- Discrete mathematics for computer science – Dis-junction Operator of proposition.

Day 04Part 06- Discrete mathematics for computer science – Dis-junction Operator of proposition.

https://www.gyanodhan.com/video/7B4.%20GATE%20CSEIT/Discrete%20Mathematics%201/482.%20Day%2004Part%2006-%20Discrete%20mathematics%20for%20computer%20science%20-%20Disjunction%20Operator%20of%20proposition.mp4

Disjunction Operator (∨) in Propositional Logic – Discrete Mathematics for Computer Science

In propositional logic, the disjunction operator (∨) represents the logical “OR” operation. It is used to form compound statements that are true if at least one of the given propositions is true.

1. Definition of Disjunction (∨)

Truth Table for Disjunction (P ∨ Q):

P Q P ∨ Q
T T T
T F T
F T T
F F F

2. Symbolic Representation

3. Key Properties of Disjunction (∨)

(A) Commutative Property:

P∨Q=Q∨PP ∨ Q = Q ∨ P

 Example: “It is raining OR it is cloudy” is the same as “It is cloudy OR it is raining.”

(B) Associative Property:

(P∨Q)∨R=P∨(Q∨R)(P ∨ Q) ∨ R = P ∨ (Q ∨ R)

 Example: If P = “Hot”, Q = “Cold”, and R = “Windy”, the order in which we group them doesn’t change the truth.

(C) Identity Law:

P∨False=PP ∨ \text{False} = P

 Example: “It is sunny OR False” → The truth value remains that of “It is sunny.”

(D) Domination Law:

P∨True=TrueP ∨ \text{True} = \text{True}

 Example: “It is sunny OR True” → Always True.

(E) Idempotent Law:

P∨P=PP ∨ P = P

 Example: “It is raining OR it is raining” → No change in truth value.

(F) Distributive Law:

P∨(Q∧R)=(P∨Q)∧(P∨R)P ∨ (Q ∧ R) = (P ∨ Q) ∧ (P ∨ R)

4. Application in Computer Science

5. Disjunction in Logic Gates

A B A OR B
0 0 0
0 1 1
1 0 1
1 1 1

Conclusion

Would you like more examples or practice problems on this topic?

Day 04Part 06- Discrete mathematics for computer science – Dis-junction Operator of proposition.

Discrete Mathematics for Computer Science Prof. Raissa D …

Propositional Logic Discrete Mathematics