Mathlib Map

Theorems · Inductive type · real analysis

BoxIntegral.IntegrationParams.MemBaseSet

{ι : Type u_1} →
  [Fintype ι] →
    BoxIntegral.IntegrationParams →
      (I : BoxIntegral.Box ι) → NNReal → ((ι → ℝ) → ↑(Set.Ioi 0)) → BoxIntegral.TaggedPrepartition I → Prop

The predicate corresponding to a base set of the filter defined by an IntegrationParams. It says that * if l.bHenstock, then π is a Henstock prepartition, i.e. each tag belongs to the corresponding closed box; * π is subordinate to r; * if l.bDistortion, then the distortion of each box in π is less than or equal to c; * if l.bDistortion, then there exists a prepartition π' with distortion ≤ c that covers exactly I \ π.iUnion. The last condition is automatically verified for partitions, and is used in the proof of the Sacks-Henstock inequality to compare two prepartitions covering the same part of the box. It is also automatically satisfied for any c > 1, see TODO section of the module docstring for details.

Defined in
Mathlib.Analysis.BoxIntegral.Partition.Filter
Cited by
34 results in Mathlib
Foundations
Depth 102 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
Fintype

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

BoxIntegral.IntegrationParams.MemBaseSet.isSubordinate · cited by 9MemBaseSet.isSubordinateBoxIntegral.IntegrationParams.MemBaseSet.distortion_le · cited by 6MemBaseSet.distortion_leBoxIntegral.IntegrationParams.MemBaseSet.isHenstock · cited by 6MemBaseSet.isHenstockBoxIntegral.hasIntegral_iff · cited by 5BoxIntegral.hasIntegral_i…BoxIntegral.IntegrationParams.toFilterDistortion · cited by 4IntegrationParams.toFilte…BoxIntegral.IntegrationParams.MemBaseSet.exists_compl · cited by 3MemBaseSet.exists_complBoxIntegral.IntegrationParams.MemBaseSet.mono · cited by 3MemBaseSet.monoBoxIntegral.IntegrationParams.hasBasis_toFilterDistortion · cited by 3IntegrationParams.hasBasi…BoxIntegral.IntegrationParams.hasBasis_toFilteriUnion_top · cited by 3IntegrationParams.hasBasi…BoxIntegral.IntegrationParams.MemBaseSet.mono' · cited by 2MemBaseSet.mono'BoxIntegral.HasIntegral.of_mul · cited by 2HasIntegral.of_mulBoxIntegral.HasIntegral.of_bRiemann_eq_false_of_forall_isLittleO · cited by 2HasIntegral.of_bRiemann_e…BoxIntegral.Integrable.dist_integralSum_integral_le_of_memBaseSet · cited by 2Integrable.dist_integralS…BoxIntegral.Integrable.dist_integralSum_le_of_memBaseSet · cited by 2Integrable.dist_integralS…BoxIntegral.Integrable.dist_integralSum_sum_integral_le_of_memBaseSet_of_iUnion_eq · cited by 2Integrable.dist_integralS…Real · cited by 25697RealFintype · cited by 7736FintypeSet.Elem · cited by 7166Set.ElemNNReal · cited by 4310NNRealSet.Ioi · cited by 1463Set.IoiBoxIntegral.Box · cited by 464BoxIntegral.BoxBoxIntegral.TaggedPrepartition · cited by 126BoxIntegral.TaggedPrepart…BoxIntegral.IntegrationParams · cited by 101BoxIntegral.IntegrationPa…IntegrationParams.MemBaseSetCITED BYCITES

Cites8

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by37

Results whose statement or proof uses this declaration.