I have the following statement in propositional logic:
(¬g v s1 v ¬s2) ^ (¬g v ¬s1 v s2) ^ (¬g v s1 v s2) (1)
I want to show equivalence to this statement:
(¬g v s1) ^ (¬g v s2) (2)
I can use the distributive property on (1) to obtain the following statement:
(¬g v s1 v ¬s2) ^ (¬g v ¬s1 v s2) ^ ((¬g v s1) v (¬g v s2)) (3)
I can see that the last conjunct renders the first two 'redundant', but I do not know that steps to take to show logical equivalence to (2).
Can anyone help?
Thank you
The formula :
is equivalent to [recall that : $p \lor F \equiv p$ and $p \land \lnot p \equiv F$]:
By Distributive property we have :
Removing the repeated term we have :