If a generator point G is used to create a prime point and this generated point is then divided by any integer, the result gives a non-integer multiple of G.
Example: 2G / 4 = 0.5G
Does this point lie on the curve?
If it does not lie on the curve, what would be the most appropriate way to represent a point such as 0.5G on the elliptic curve graph?
Edit: Assume secp256k1 parameters.