We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb7548 commit f85c91cCopy full SHA for f85c91c
1 file changed
Mathlib/MeasureTheory/Integral/RieszMarkovKakutani/Basic.lean
@@ -47,6 +47,12 @@ lemma CompactlySupportedContinuousMap.monotone_of_nnreal : Monotone Λ := by
47
rw [← hg]
48
simp
49
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
+
56
end Monotone
57
58
/-- Given a positive linear functional `Λ` on continuous compactly supported functions on `X`
0 commit comments