Cast of naturals into fields #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
This file concerns the canonical homomorphism ℕ → F
, where F
is a field.
Main results #
nat.cast_div
: ifn
dividesm
, then↑(m / n) = ↑m / ↑n
nat.cast_div_le
: in all cases,↑(m / n) ≤ ↑m / ↑ n