How Does the Distributive Law Simplify Logical Expressions?

  • Context: Undergrad 
  • Thread starter Thread starter The Subject
  • Start date Start date
  • Tags Tags
    Laws Logic Set theory
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
The Subject
Messages
32
Reaction score
0
Im just reading this one example and i am stumped at this one step.

[tex](R\to C) \land (S \to C) \\<br /> (\neg R\lor C) \land (\neg S \lor C) \ \ \ \ \ \textrm{by conditional law}\\<br /> (\neg R\land \neg S) \lor C \ \ \ \ \textrm{by distributive law}[/tex]

I don't understand how it went from the second step to the third

my attempt from the second step was:
[tex](\neg R \land \neg S) \lor (\neg R \land C) \lor (C \land \neg S) \lor C[/tex]
but don't know where to go from here.

Did I do correctly applied the distributive law?
 
Physics news on Phys.org
The distributive laws in the propositional calculus say that

A ∧ (B ∨ C) = (A ∧ B) ∨ (A ∧ C)​

and also what you get when the symbols ∧ and ∨ are interchanged:

A ∨ (B ∧ C) = (A ∨ B) ∧ (A ∨ C).​

The A, B, C can of course stand for any propositions at all. Now you can probably see how choosing the appropriate A, B, C from your problem will get you from step 2 to step 3.
 
  • Like
Likes   Reactions: The Subject
The Subject said:
Im just reading this one example and i am stumped at this one step.

[tex](R\to C) \land (S \to C) \\<br /> (\neg R\lor C) \land (\neg S \lor C) \ \ \ \ \ \textrm{by conditional law}\\<br /> (\neg R\land \neg S) \lor C \ \ \ \ \textrm{by distributive law}[/tex]

I don't understand how it went from the second step to the third
They could have said "by distributive law used in reverse", but actually there is no "forward" and "reverse" direction to the distributive law. It a human tendency to think what we go from the left hand side of an equivalence to the right right hand side, but you don't have to use equivalences that way. Do you see how to go from the third line back to the second line using the distributive law?

my attempt from the second step was:
[tex](\neg R \land \neg S) \lor (\neg R \land C) \lor (C \land \neg S) \lor C[/tex]
but don't know where to go from here.

I think you tried to do more than apply the distributive law to the second step.
 
  • Like
Likes   Reactions: The Subject and zinq