We use the notation $\mathbb N^{\gt 0} = \{1,2,\dots,n,\dots\}$.
If $m,n \in \mathbb N^{\gt 0}$ we can always apply Euclidean division to get a quotient - if $m \ge n$ we can call $m$ the dividend and $n$ the divisor, and if $m \lt n$ we can call $n$ the dividend and $m$ the divisor. This is a commutative binary operation, $\mathsf {EC}(m,n)$.
Examples: $\mathsf {EC}(3,5) = 1$,$\;\mathsf {EC}(11,11) = 1$ and $\mathsf {EC}(2,7) = 3$.
A mapping $f: \mathbb N^{\gt 0} \to \mathbb N^{\gt 0} $ is said to have $+\infty$ as a limit if for every $M \in \mathbb N^{\gt 0}$ there exist $N \in \mathbb N^{\gt 0}$ such that for every $n \ge N$ the image $f(n)$ is greater than or equal to $M$.
Let $f$ and $g$ both have $+\infty$ as a limit. We can define other mappings for each $k \in \mathbb N^{\gt 0}$,
$\tag 1 k \times \mathsf {EC}(f,g): \; n \mapsto \text{Max}[\;\mathsf {EC}(kf(n),g(n)),\,\mathsf {EC}(f(n),kg(n))\;]$
Definition: Two mappings $f$ and $g$ are said to approach $+\infty$ at the same rate if for every $k \in \mathbb N^{\gt 0}$, $k \times \mathsf {EC}(f,g)$ is eventually constant and equal to $k$.
Example: $f(n) = n^2 + 100n + 10000$ and $g(n) = n^2$ approach $+\infty$ at the same rate.
Question 1: Did this concept appear in Greek_mathematics or, for that matter, have these definitions ever been used in the mathematical literature?
I find it interesting that we can get the concept of a limit at a foundational level - our universe of discourse is restricted to only the natural numbers.
Question 2: Are there known results in mathematics that can be developed and expressed (perhaps in a watered down fashion) from this primitive platform?