Mathlib Map

Theorems · Theorem · order theory

Finset.sup_inf

∀ {α : Type u_1} {ι : Type u_2} [inst : DistribLattice α] [inst_1 : BoundedOrder α] [inst_2 : DecidableEq ι]
  {κ : ι → Type u_3} (s : Finset ι) (t : (i : ι) → Finset (κ i)) (f : (i : ι) → κ i → α),
  (s.sup fun i => (t i).inf (f i)) = (s.pi t).inf fun g => s.attach.sup fun i => f (↑i) (g ↑i ⋯)
Defined in
Mathlib.Data.Finset.Lattice.Pi
Cited by
0 results in Mathlib
Foundations
Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DistribLatticeBoundedOrderDecidableEq

Around this declaration

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

Cites8

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.