Consider such boolean function:
$$f(x,y,z) = 1$$
It is easy, but a trifle tedious, to express this function using the sum of products. However, let's say that we are asked to express it using the product of sums.
Is this even possible?
2026-03-27 16:22:02.1774628522
It it possible to express an always-true function using product of sums in boolean algebra?
271 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
A non-empty conjunctive form containing all three variables is $$f(x,y,z)=1=(x+\neg{x})(y+\neg y)(z+\neg z)$$