Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2022-08-30 13:54 d003c550

View on Github →

chore(analysis, measure_theory): Fix lint (#16216) Satisfy the fintype_finite and to_additive_doc linters. Further, perform the similar weakening from encodable to countable, even though that's not yet linted for. The advantage of this is that finite α → countable α in known to TC inference, while fintype α → encodable α is not (because it's noncanonical data). As a result, some lemmas that were proved for both fintype and encodable are now deduplicated.

Estimated changes

modified theorem ae_measurable.ennreal_tsum
modified theorem ae_measurable.is_glb
modified theorem ae_measurable.is_lub
modified theorem ae_measurable_infi
modified theorem ae_measurable_supr
deleted theorem borel_eq_top_of_encodable
modified theorem measurable.ennreal_tsum'
modified theorem measurable.ennreal_tsum
modified theorem measurable.is_glb
modified theorem measurable.is_lub
modified theorem measurable.nnreal_tsum
modified theorem measurable_infi
modified theorem measurable_supr