English
divNat(n,d) represents the same NRat as the explicit construction ⟨divInt n d, proof⟩.
Русский
DivNat(n,d) представляет тот же NRat, что и явная конструкция ⟨divInt n d, доказательство⟩.
LaTeX
$$$ \mathrm{divNat}(n,d) = \langle \operatorname{divInt}(n,d), \text{proof} \rangle $$$
Lean4
theorem mk_divInt (n d : ℕ) :
⟨.divInt n d, Rat.divInt_nonneg (Int.ofNat_zero_le n) (Int.ofNat_zero_le d)⟩ = divNat n d :=
rfl