Basic results on nonnegative real numbers #
This file contains all results on NNReal
that do not directly follow from its basic structure.
As a consequence, it is a bit of a random collection of results, and is a good target for cleanup.
Notations #
This file uses ℝ≥0
as a localized notation for NNReal
.
Equations
- NNReal.instFloorSemiring = Nonneg.floorSemiring
theorem
NNReal.coe_multiset_prod
(s : Multiset NNReal)
:
↑s.prod = (Multiset.map NNReal.toReal s).prod
Lemmas about subtraction #
In this section we provide a few lemmas about subtraction that do not fit well into any other
typeclass. For lemmas about subtraction and addition see lemmas about OrderedSub
in the file
Mathlib.Algebra.Order.Sub.Basic
. See also mul_tsub
and tsub_mul
.