A order on a set X is a binary relation ≻,defined as:x≻y if x≽y and ¬y≽x. Is that binary relation antisymmetric?
2026-04-18 23:39:14.1776555554
is the binary relation "strictly higher than'' antisymmetric?
43 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Yes, because $$\forall x,\forall y, (x=y\lor \neg(x\succ y\land y\succ x))$$
as it can be seen by the fact that by definition $$\neg(x\succ y\land y\succ x)\equiv \neg(x\succeq y\land \neg y\succeq x\land y\succeq x\land \neg x\succeq y)\equiv \neg\text{FALSE}\equiv \text{TRUE}$$