Let $x,y∈(0,1)$. Prove that if $x \ne y$, then $ \frac{x}{x^2+1} ≠ \frac{y}{y^2+1}$
Contrapositive: $\frac{x}{x^2+1} =\frac{y}{y^2+1} => x=y$
Suppose $¬Q$ happens
$\frac{x}{x^2+1} =\frac{y}{y^2+1}$
$x(y^2+1) = y(x^2+1)$
$xy^2+x = yx^2+y$
$x=y$
How do i conclude my solution?