Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-12-07 18:28 a803e21d

View on Github →

feat(measure_theory/lattice): define typeclasses for measurability of lattice operations, define a lattice on ae_eq_fun (#10591) As was previously done for measurability of arithmetic operations, I define typeclasses for the measurability of sup and inf in a lattice. In the borel_space file, instances of these are provided when the lattice operations are continuous. Finally I've put a lattice structure on ae_eq_fun.

Estimated changes

added theorem ae_measurable.inf'
added theorem ae_measurable.inf
added theorem ae_measurable.sup'
added theorem ae_measurable.sup
added theorem measurable.const_inf
added theorem measurable.const_sup
added theorem measurable.inf'
added theorem measurable.inf
added theorem measurable.inf_const
added theorem measurable.sup'
added theorem measurable.sup
added theorem measurable.sup_const