Skip to content

Commit f85c91c

Browse files
authored
Update Basic.lean
1 parent abb7548 commit f85c91c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • Mathlib/MeasureTheory/Integral/RieszMarkovKakutani

Mathlib/MeasureTheory/Integral/RieszMarkovKakutani/Basic.lean

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ lemma CompactlySupportedContinuousMap.monotone_of_nnreal : Monotone Λ := by
4747
rw [← hg]
4848
simp
4949

50+
/-- The positivity of a linear functional `Λ` implies that `Λ` is monotone. -/
51+
@[deprecated PositiveLinearMap.mk₀ (since := "2025-08-08")]
52+
lemma CompactlySupportedContinuousMap.monotone_of_nonneg {Λ : C_c(X, ℝ) →ₗ[ℝ] ℝ}
53+
(hΛ : ∀ f, 0 ≤ f → 0 ≤ Λ f) : Monotone Λ :=
54+
(PositiveLinearMap.mk₀ Λ hΛ).monotone
55+
5056
end Monotone
5157

5258
/-- Given a positive linear functional `Λ` on continuous compactly supported functions on `X`

0 commit comments

Comments
 (0)