Skip to content

Commit 854dbcd

Browse files
author
Joris van Winden
committed
fix parentheses
1 parent 603325b commit 854dbcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/MeasureTheory/Function/AEEqOfLIntegral.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ theorem ae_const_le_iff_forall_lt_measure_zero {β} [LinearOrder β] [Topologica
7373
exact hc _ (u_lt n)
7474

7575
lemma ae_le_const_iff_forall_gt_measure_zero {β} [LinearOrder β] [TopologicalSpace β]
76-
[OrderTopology β] [FirstCountableTopology β] {μ : Measure α} {f : α → β} (c : β) :
76+
[OrderTopology β] [FirstCountableTopology β] {μ : Measure α} (f : α → β) (c : β) :
7777
(∀ᵐ x ∂μ, f x ≤ c) ↔ ∀ b, c < b → μ {x | b ≤ f x} = 0 :=
7878
ae_const_le_iff_forall_lt_measure_zero (β := βᵒᵈ) _ _
7979

0 commit comments

Comments
 (0)