Theorems · Theorem · field theory
Real.iSup_le
∀ {ι : Sort u_1} {f : ι → ℝ} {a : ℝ}, (∀ (i : ι), f i ≤ a) → 0 ≤ a → ⨆ i, f i ≤ aAs ⨆ 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 at most some nonnegative number a to show that ⨆ i, f i ≤ a.
See also ciSup_le.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 118 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
- iSupstatement · cited by 2,415
- Set.forall_mem_rangeproof · cited by 135
- Real.sSup_leproof · cited by 2
Cited by4
Results whose statement or proof uses this declaration.
- Height.mulHeight_eval_leproof · cited by 3
- MvPowerSeries.gaussNorm_add_le_maxproof · cited by 1
- MvPowerSeries.gaussNorm_mul_leproof · cited by 1
- Real.iSup_nonposproof · cited by 0