Commit 2026-05-26 07:57 31748419

View on Github →

chore: drop completeness from the definition of conditional expectation (#39862) This is not interesting from a mathematical point of view (in all reasonable applications, the spaces are complete), but it is a direct byproduct of the change to setToFun in #39615, and it means that whenever we write conditional expectations the job of Lean is easier (as it doesn't have to look for completeness) and the resulting term is simpler.

Estimated changes