$\beta\subset A^2$ is reflexive and transitive relation.$\alpha$ is an equivalence relation defined on A by $x\alpha y \iff x\beta y$ and $y\beta x$. A factor set (no idea what the english term is for this) $A/_\alpha$ is defined such that it contains all the classes of set A. Prove that the relation $\le$ defined by $x^\alpha \le y^\alpha \iff x\beta y$ is ordering on $A/_\alpha$.
Here is my solution so far. Obviously we need to prove that $\le$ is antisymmetric,reflexive and transitive.
Reflexive :
Since $\beta$ is reflexive if $x\in\beta$ then $x\beta x \implies x^\alpha\le x^\alpha$
Antisymmetry:
Here is where my problem occurs. We have no information whether $\beta$ is symmetric or not. Perhaps I don't even need it.
Transitivity:
Since $\beta$ is transitive then there exist $x,y,z\in A$ such that $x\beta y$ and $y\beta z \implies x\beta z$. By the definition of $\le$ from $x\beta y \implies x^\alpha \le y^\alpha $, $y\beta z \implies y^\alpha \le z^\alpha $ and , $x\beta z \implies x^\alpha \le z^\alpha$.
Are my proofs about reflexivity and transitivity enough. How would you approach proving antisymmetry?
What you need to prove is not asymmetry (i.e., the fact that a relation is not symmetric) but antisymmetry.
You need to prove that if $x^\alpha\leq y^\alpha$ and $y^\alpha\leq x^\alpha$, then $x^\alpha=y^\alpha$.
To do that:
Can you conclude, from (2) and (3), that $x^\alpha=y^\alpha$?
(Remember $x^\alpha=y^\alpha$ if and only if $x\alpha y$, so you need to prove that).