Mathlib Map

Theorems · Theorem · real analysis

BoxIntegral.BoxAdditiveMap.sum_partition_boxes

∀ {ι : Type u_1} {M : Type u_2} [inst : AddCommMonoid M] {I₀ : WithTop (BoxIntegral.Box ι)} {I : BoxIntegral.Box ι}
  (f : BoxIntegral.BoxAdditiveMap ι M I₀),
  ↑I ≤ I₀ → ∀ {π : BoxIntegral.Prepartition I}, π.IsPartition → ∑ J ∈ π.boxes, f J = f I
Defined in
Mathlib.Analysis.BoxIntegral.Partition.Additive
Cited by
5 results in Mathlib
Foundations
Depth 127 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommMonoid

Around this declaration

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

Cites11

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

Cited by5

Results whose statement or proof uses this declaration.