Skip to content

Commit

Permalink
Update lean4/src/putnam_1989_b6.lean
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Wieser <[email protected]>
  • Loading branch information
GeorgeTsoukalas and eric-wieser authored Dec 6, 2024
1 parent dda4b9d commit 2d9fd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lean4/src/putnam_1989_b6.lean
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ theorem putnam_1989_b6
(∀ t ∈ Icc 0 1, P.eval t ∈ Icc 0 1) ∧
(∀ f : ℝ → ℝ,
f 1 = 0 ∧ ContinuousOn f (Icc 0 1) →
𝔼[(↑) ∘ (S f)] = ∫ t in (0)..1, (f t) * (P.eval t)) :=
𝔼[fun x => S f x] = ∫ t in (0)..1, f t * P.eval t) :=
sorry

0 comments on commit 2d9fd2c

Please sign in to comment.