What Boolean Law proves the following theorem:
(a && b) || (b && c) || (a && c) = (a || b) && (b || c) && (a || c)
I made a truth table for both of them and they are equal, but I'm not able to prove it.
I'd prefer some hints instead of the full answer.