In which cases checking whether boolean function is monotone is obvious?

106 Views Asked by At

There are tasks, homeworks, where a student should determine if the boolean function is monotone.

My question is simple: Do I understand correctly , that, when the boolean function is given by truth table or it’s vector of values it is pretty easy to determine wether it monotone or not? — you just need if there is no zero after 1 (function is decreasing).