Theorems · Theorem · order theory
iInf_dite
∀ {α : Type u_1} {ι : Sort u_4} [inst : CompleteLattice α] (p : ι → Prop) [inst_1 : DecidablePred p]
(f : (i : ι) → p i → α) (g : (i : ι) → ¬p i → α),
(⨅ i, if h : p i then f i h else g i h) = (⨅ i, ⨅ (h : p i), f i h) ⊓ ⨅ i, ⨅ (h : ¬p i), g i h- Defined in
- Mathlib.Order.CompleteLattice.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses propext, Quot.sound
- Assumes
- CompleteLatticeDecidablePred
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- le_topproof · cited by 411
- iInf_congr_Propproof · cited by 218
- inf_of_le_leftproof · cited by 186
- InfSetproof · cited by 145
- inf_of_le_rightproof · cited by 128
- iInf_posproof · cited by 31
- iInf_negproof · cited by 27
- iInf_inf_eqproof · cited by 12
Cited by2
Results whose statement or proof uses this declaration.
- Set.iInter_diteproof · cited by 2
- iInf_iteproof · cited by 0