How can I prove that the following two statements are equivalent, using Formula Equivalence laws?
f(x) and (g(x) and h(x))
(f(x) and g(x)) and (f(x) and h(x))
I know that by associativity, f(x) and (g(x) and h(x)) is equal to (f(x) and g(x)) and h(x). I am also thinking to use distributive laws to prove this, but they state that A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C) or A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C) (the law uses a union and intersection, rather than two intersections).
Any help to get me in the right direction would be greatly appreciated.