I am trying to show the following inequality: $$2-DBC-AEC-ABF+ABCDEF\geq 0$$ where $A,B,C,D,E,F\in[0,1]$. It seems to be true from desmos and it passes a million random test cases on Mathematica. If it helps, we can also assume that $A>D,B>E,C>F$, but it doesn't seem necessary from the numerical tests.
My current approach is to stumble upon a nice factorization, but this has not been very fruitful. Are there other general methods for proving these sorts of non homogeneous multinomial inequalities?