Is division allowed in ring and field?
The definition of ring I am using here does not require the presence of multiplicative inverse.
I think in general, division is not a well-defined operation in rings because division can only occur if multiplicative inverse exists (not sure about this though). For field, since multiplicative inverse exists for all elements in the field, if we want to perform the operation $x/y$ whereby $x$ and $y$ belongs to the field, we multiply $x$ by $1/y$.
Is my understanding correct?
This is my first abstract algebra class, so I am still quite confused.
The simplest example of a ring is that of the integers $\mathbb Z$, and this is in some sense the motivating example of a ring.
Division in $\mathbb Z$ is highly restrictive - we can only divide $m$ by $n$ if $m$ is a multiple of $n$. As such, division is not defined as a binary operation - there is no function that gives a multiplicative inverse.
The definition of a field is a ring such that every non-zero element has a multiplicative inverse. Be careful though - we still cannot define a multiplicative inverse on the whole field, since $0$ has no inverse!
However, if $\mathbb F$ is a field, then $\mathbb F^*=\mathbb F\setminus \{0\}$ is a group under multiplication, so does have a multiplicative inverse. As such, if $y$ is a non-zero element of a field, it has an inverse which is usually denoted $y^{-1}$.