I'm learning the multiplication operation on EC. From most material I can found, the multiplication $nP$ is just:
$$nP=P+P+\cdots +P+P$$ For negative factor, i.e. $(-n)P$, by above definition and the definition of $-P$, we can write $(-n)P$ as:
$$(-n)P = (-P) + (-P) + \cdots (-P)$$
My question is: is it possible to expression $(-n)P$ as $mP$ where $m>0$ under reasonable assumption? For example, we can assume the knowledge of the group order.
I'm asking so because $nP$ on EC is analogous to exponentiation in group $\mathbb{G}$ with order $p$. And in the latter case we have $g^{-n} \equiv g ^{k\phi(q)-n}\pmod q, \forall k\in \mathbb{Z}$ by Fermat's little. So I'm wondering if there is a similar result for EC.