I have two boolean functions:
$$f(a, b, c, d) = \bar{a}cd + a\bar{c}d + ab\bar{d} + abc$$ and $$g(a, b, c, d) = d(a \oplus c) + ab$$
I know these two functions are equivalent because I tried every combination by using a truth table.
Now, can somebody help me show the equivalence of these two expressions by using basic boolean algebra laws?