Documentation

Mathlib.Data.Nat.Cast.Order.Field

Cast of naturals into ordered fields #

This file concerns the canonical homomorphism ℕ → F, where F is a LinearOrderedSemifield.

Main results #

theorem Nat.cast_div_le {α : Type u_1} [LinearOrderedSemifield α] {m n : } :

Natural division is always less than division in the field.

theorem Nat.one_div_lt_one_div {α : Type u_1} [LinearOrderedSemifield α] {n m : } (h : n < m) :
theorem Nat.one_div_cast_pos {α : Type u_1} [LinearOrderedSemifield α] {n : } (hn : n 0) :
0 < 1 / n
theorem Nat.one_div_cast_ne_zero {α : Type u_1} [LinearOrderedSemifield α] {n : } (hn : n 0) :
1 / n 0