Theorems · Theorem · order theory
Set.Finite.biSup_iInf_eq
∀ {α : Type u} {ι : Type v} {κ : ι → Sort w} [Nonempty ((a : ι) → κ a)] [inst : Order.Coframe α] {s : Set ι},
s.Finite → ∀ {f : (a : ι) → κ a → α}, ⨆ a ∈ s, ⨅ b, f a b = ⨅ g, ⨆ a ∈ s, f a (g a)- Defined in
- Mathlib.Data.Set.Finite.Lattice
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NonemptyOrder.Coframe
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- iSupstatement · cited by 2,415
- Set.Finitestatement and proof · cited by 1,814
- iInfstatement · cited by 1,690
- Order.Coframestatement and proof · cited by 38
- Set.Finite.biInf_iSup_eqproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.