Theorems · Theorem · order theory
Set.iInter_dite
∀ {α : Type u_1} {ι : Sort u_5} (p : ι → Prop) [inst : DecidablePred p] (f : (i : ι) → p i → Set α)
(g : (i : ι) → ¬p i → Set α),
(⋂ 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.Data.Set.Lattice
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidablePred
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
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
- Set.iInterstatement · cited by 1,084
- iInf_diteproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- Set.iInter_iteproof · cited by 3
- Filter.mem_iInf'proof · cited by 1