Find the smallest positive integer solution (non-zero) for the following inequalities:
$a_1<c_1,a_2<b_1,d_1<a_3,c_2<a_4,c_3<b_2,c_4<b_3,b_4<d_2$
Under the following constraints
$a_1 \neq a_2 \neq a_3 \neq a_4,b_1 \neq b_2 \neq b_3 \neq b_4,c_1 \neq c_2 \neq c_3 \neq c_4, d_1 \neq d_2 $
Is there any method to solve this type of inequalities.