Skip to content

Commit 2d9fd2c

Browse files
Update lean4/src/putnam_1989_b6.lean
Co-authored-by: Eric Wieser <[email protected]>
1 parent dda4b9d commit 2d9fd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lean4/src/putnam_1989_b6.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ theorem putnam_1989_b6
1515
(∀ t ∈ Icc 0 1, P.eval t ∈ Icc 0 1) ∧
1616
(∀ f : ℝ → ℝ,
1717
f 1 = 0 ∧ ContinuousOn f (Icc 0 1) →
18-
𝔼[(↑) ∘ (S f)] = ∫ t in (0)..1, (f t) * (P.eval t)) :=
18+
𝔼[fun x => S f x] = ∫ t in (0)..1, f t * P.eval t) :=
1919
sorry

0 commit comments

Comments
 (0)