∀[a:ℕ]. ∀[n:ℕ+].  (a rem n) = a ∈ ℤ supposing a < n
{ Auto }
1. a : ℕ
2. n : ℕ+
3. a < n
⊢ (a rem n) = a ∈ ℤ