Cast of natural numbers: lemmas about bundled ordered semirings #
@[simp]
Specialisation of Nat.cast_nonneg', which seems to be easier for Lean to use.
@[simp]
Specialisation of Nat.ofNat_nonneg', which seems to be easier for Lean to use.
@[simp]
@[simp]
@[simp]
Specialisation of Nat.cast_pos', which seems to be easier for Lean to use.
@[simp]
theorem
Nat.ofNat_pos'
{α : Type u_2}
[AddMonoidWithOne α]
[PartialOrder α]
[AddLeftMono α]
[ZeroLEOneClass α]
[NeZero 1]
{n : ℕ}
[n.AtLeastTwo]
:
See also Nat.ofNat_pos, specialised for an OrderedSemiring.
@[simp]
Specialisation of Nat.ofNat_pos', which seems to be easier for Lean to use.
@[simp]
theorem
Nat.cast_tsub
{α : Type u_2}
[OrderedCommSemiring α]
[CanonicallyOrderedAdd α]
[Sub α]
[OrderedSub α]
[AddLeftReflectLE α]
(m n : ℕ)
:
A version of Nat.cast_sub that works for ℝ≥0 and ℚ≥0. Note that this proof doesn't work
for ℕ∞ and ℝ≥0∞, so we use type-specific lemmas for these types.
@[simp]