Trena M. answered 06/04/25
All things Philosophy and Excellent Essay writing
Hello, To apply the “Dist” (Distribution) rule in logic, you’re distributing a shared element across a disjunction or conjunction. This is often used with statements like:
- A \cdot (B \vee C) \equiv (A \cdot B) \vee (A \cdot C)
- A \vee (B \cdot C) \equiv (A \vee B) \cdot (A \vee C)
In your case, line 2 is the one eligible for Distribution:
2. (H \cdot Z) \vee (H \cdot W)
This fits the pattern (A \cdot B) \vee (A \cdot C), which can be factored as:
H \cdot (Z \vee W)
So applying the Dist rule to line 2, the fourth line would be:
4. H \cdot (Z \vee W) (from 2 by Dist)