Commit 2025-06-07 14:10 c9603c6e
View on Github →chore(Nat): deprecate lemmas which are now in core (#25494) Each of these lemmas has been upstreamed to core, and the deprecations are in favour of exactly identical statements. Renames:
Nat.mul_right_eq_self_iff->Nat.mul_eq_leftNat.mul_left_eq_self_iff->Nat.mul_eq_rightNat.eq_zero_of_double_le->Nat.eq_zero_of_two_mul_leNat.eq_zero_of_le_half->Nat.eq_zero_of_le_div_twoNat.le_half_of_half_lt_sub->Nat.le_div_two_of_div_two_lt_subNat.half_le_of_sub_le_half->Nat.div_two_le_of_sub_le_div_twoNat.div_le_of_le_mul'->Nat.div_le_of_le_mulNat.div_le_self'->Nat.div_le_selfBest reviewed commit-by-commit.