Mathlib Map

Theorems · Theorem · order theory

Real.smul_iSup_of_nonneg

∀ {ι : Sort u_1} {α : Type u_2} [inst : Field α] [inst_1 : LinearOrder α] [IsStrictOrderedRing α]
  [inst_3 : MulActionWithZero α ℝ] [IsOrderedModule α ℝ] {a : α}, 0 ≤ a → ∀ (f : ι → ℝ), a • ⨆ i, f i = ⨆ i, a • f i
Defined in
Mathlib.Data.Real.Pointwise
Cited by
1 results in Mathlib
Foundations
Depth 118 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldLinearOrderIsStrictOrderedRingMulActionWithZeroIsOrderedModule

Around this declaration

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

Cites11

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

Cited by1

Results whose statement or proof uses this declaration.