Given n variables representing numeric values, a minimal invalid (infeasible) set of inequalities has the form:
a_1 ≥ a_2 ≥ ... ≥ a_n ≥ a_1
with any one of these n weak inequalities changed to a strong inequality >
. [NB: It's not clear from the font used if you are allowing a nonequality (slash-equals), but adding that to a cycle of weak inequalities would also create an infeasible set of conditions.]
Such infeasible sets can be elaborated in several ways. The variables can be arbitrarily permuted (besides changing the position of the strong inequality), and additional inequalities can be added to the minimal set (further restrictions preserve infeasibility). As a special case of the latter, more than one of the weak inequalities can be changed to strong inequality.
Also note that any invalid set of inequalities on n-1 variables can be extended (passively) to an invalid set on n variables.