Cast of naturals into fields #
This file concerns the canonical homomorphism ℕ → F
, where F
is a field.
Main results #
Nat.cast_div
: ifn
dividesm
, then↑(m / n) = ↑m / ↑n
This file concerns the canonical homomorphism ℕ → F
, where F
is a field.
Nat.cast_div
: if n
divides m
, then ↑(m / n) = ↑m / ↑n