Let $x=(x_1,\cdots,x_N),y=(y_1,\cdots,y_N)$ be two elements of the Euclidean space $\mathbb{R}^N$. What are the necessary and sufficient conditions on $x$ and $y$ for the following statement to be true:
For all $\lambda\in[0,1]$, $\lambda x+(1-\lambda)y\nleq0$ (i.e. it is not the case $\lambda x_i+(1-\lambda)y_i\leq0$ for all $i=1,\cdots,N$)
For example a sufficient and necessary condition on $x$ and $y$ would be to not have both live in the negative quadrant, more formally...
... For all λ∈[0,1], λx+(1−λ)y≰0 iff $x,y \in \mathbb R^n$ and $\neg(x\le 0)$ and $\neg(y\le 0)$ ....
EDIT: as Kurt G and KBS have pointed out my answer is not correct.