Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2022-06-23 16:23 44d3fc00

View on Github →

chore(data/nat,int): move field-specific lemmas about cast (#14890) I want to refer to the rational numbers in the definition of a field, meaning we can't have algebra.field.basic in the transitive imports of data.rat.basic. This is a step in rearranging those imports: remove the definition of a field from the dependencies of the casts ℕ → α and ℤ → α, where α is a (semi)ring.

Estimated changes

deleted theorem nat.cast_div
deleted theorem nat.cast_div_le
deleted theorem nat.inv_pos_of_nat
deleted theorem nat.one_div_le_one_div
deleted theorem nat.one_div_lt_one_div
deleted theorem nat.one_div_pos_of_nat