Let $p$ be a prime number. Let $R$ be the subset of all rational numbers $m / n$ such that $n \neq 0$ and $n$ is not divisible by $p$. Show that $R$ is a ring.
My Proof-trying.
$R1$. Associativity for under addition is clear.
$R2$. $\dfrac {m} {n}+0=0+\dfrac {m} {n}$, so there exist the identitiy element for under addition.
$R3$. $\dfrac {m} {n} + \dfrac {-m} {n}=\dfrac {-m} {n} + \dfrac {m} {n}$, so there exist inverse element.
$R4$. $\dfrac {m} {n} + \dfrac {m'} {n'}=\dfrac {m'} {n'}+\dfrac {m} {n}$, so commutativity.
So $R$ is an additive abelian group.
$R5$. $\dfrac {m} {n} ( \dfrac {r} {s} + \dfrac {t} {v})=\dfrac {mr} {ns} + \dfrac {mt} {nv}$ and $( \dfrac {r} {s} + \dfrac {t} {v})\dfrac {m} {n}=\dfrac {rm} {sn}+\dfrac {r} {s}+\dfrac {tm} {vn}$
$R6.$ $R$ is associativity for under multiplication, clear.
$R7.$ $1 \dfrac {m} {n}=\dfrac {m} {n} 1 = \dfrac {m} {n}$, so there exist identity element for under multiplication.
Can you check my answer? If false, can you write true answer?