Mathlib Map

Theorems · Theorem · field theory

Real.iInf_nonneg

∀ {ι : Sort u_1} {f : ι → ℝ}, (∀ (i : ι), 0 ≤ f i) → 0 ≤ iInf f

As ⨅ i, f i = 0 when the domain of the real-valued function f is empty, it suffices to show that all values of f are nonnegative to show that 0 ≤ ⨅ i, f i.

Defined in
Mathlib.Algebra.Order.Archimedean.Real.Basic
Cited by
3 results in Mathlib
Foundations
Depth 119 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites4

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

  • Realstatement and proof · cited by 25,697
  • iInfstatement · cited by 1,690
  • le_rflproof · cited by 1,558
  • Real.le_iInfproof · cited by 1

Cited by3

Results whose statement or proof uses this declaration.