Theorems · Theorem · order theory
biInf_inf
∀ {α : Type u_1} {ι : Sort u_4} [inst : CompleteLattice α] {p : ι → Prop} {f : (i : ι) → p i → α} {a : α},
(∃ i, p i) → (⨅ i, ⨅ (h : p i), f i h) ⊓ a = ⨅ i, ⨅ (h : p i), f i h ⊓ a- Defined in
- Mathlib.Order.CompleteLattice.Basic
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Quot.sound
- Assumes
- CompleteLattice
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- iInfstatement and proof · cited by 1,690
- CompleteLatticestatement and proof · cited by 1,048
- iInf_subtype'proof · cited by 34
- iInf_infproof · cited by 3
Cited by4
Results whose statement or proof uses this declaration.
- nhdsGE_eq_iInf_principalproof · cited by 1
- nhdsLE_eq_iInf_principalproof · cited by 1
- Filter.limsup_sdiffproof · cited by 0
- inf_biInfproof · cited by 0