Let $S$ be a subset in a commutative ring $R$, such that:
- $1 \in S$
- $\forall x,y \in S \qquad xy\in S$
Define a relation $\sim$ on the Cartesian product $R\times S$ through $(r_{1},s_{1})\sim(r_{2},s_{2})$ if $\exists s\in S$ such that:
$$s(r_{1}s_{2}-r_{2}s_{1})=0$$
How can $R\times S/\sim$ be made into a ring in a natural way?
Can you help me with this question. Thank you for helping!
This is the so called localization of $R$ with respect to the multiplicative subset $S$.
$R \times S / \sim $ inherits a ring structure in the following way: $$\frac{r_{1}}{s_{1}} + \frac{r_{2}}{s_{2}} = \frac{r_{1}s_{2} + r_{2}s_{1}}{s_{1}s_{2}}$$ $$\frac{r_{1}}{s_{1}} \cdot \frac{r_{2}}{s_{2}} = \frac{r_{1}r_{2}}{s_{1}s_{2}}$$ where $\frac{r_{1}}{s_{1}}$ is the equivalence class $(r_{1}, s_{1})$. Of course one has to prove that these operations are well defined, i.e. they don't depend on the equivalence classes' representatives