Consider a relation $R = \{(x,y) \in (\mathbb{N}\times\mathbb{N}): 2y\leq x \leq 3y\}$
Is this relation antisymmetric? I can't even find any $(x,y)$ such that $(x,y)\in R \land (y,x)\in R$ , (note -$0\notin \mathbb{N}$)
or the relation
$R = \{(x,y) \in (\mathbb{N}\times\mathbb{N}): 2x \mid y\}$
In this case also there isn't any $(x,y)$ such that $(x,y)\in R \land (y,x)\in R$
does that make the relation antisymmetric?
By definition a relation $R$ on a set $X$ is antisymmetric if $$(x,y),(y,x)\in R\ \Rightarrow\ x=y.$$ So both the relations you give are antisymmetric; I believe you are able prove the implication for both relations.
I'm not sure what you mean by your question title; what does it mean for a relation 'not to apply'? If there are no $x,y\in X$ such that $(x,y),(y,x)\in R$ then the implication above is (voidly) valid.