I'd like there to be certain properties of the quotient of a proof of divisibility, for example: ```agda foo : ∀ {m n} → (m∣n : m ∣ n) → quotient m∣n ∣ n bar : ∀ {m n} (m∣n : m ∣ n) → m > 1 → quotient m∣n < n ``` I can't think of good names for these though