Commit 2025-01-23 12:20 5eb97b6c
View on Github →chore(CondExp): golf (#20981)
- Remove useless
@
- Remove useless
haveI
/letI
- Make
m
explicit incondExp_add
,condExp_sub
, etc... for use insidefilter_upwards
. Currently, using one of those lemmas infilter_upwards
results in metavariables. - Reorder the file according to typeclass assumptions
- Rename the base σ-algebra to
m₀
and the normed space toE
From my PhD (LeanCamCombi)