Loogle!
Result
Found 831 declarations mentioning Set.iInter. Of these, only the first 200 are shown.
- Set.iInter 📋 Mathlib.Order.SetNotation
{α : Type u} {ι : Sort v} (s : ι → Set α) : Set α - Set.iInf_eq_iInter 📋 Mathlib.Order.SetNotation
{α : Type u} {ι : Sort v} (s : ι → Set α) : iInf s = Set.iInter s - Set.mem_iInter 📋 Mathlib.Order.SetNotation
{α : Type u} {ι : Sort v} {x : α} {s : ι → Set α} : x ∈ ⋂ i, s i ↔ ∀ (i : ι), x ∈ s i - biSup_iInter_of_pairwise_disjoint 📋 Mathlib.Order.CompleteBooleanAlgebra
{α : Type u} [CompletelyDistribLattice α] {ι : Type u_1} {κ : Type u_2} [hκ : Nonempty κ] {f : ι → α} (h : Pairwise (Function.onFun Disjoint f)) (s : κ → Set ι) : ⨆ i ∈ ⋂ j, s j, f i = ⨅ j, ⨆ i ∈ s j, f i - Set.iInter_false 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {s : False → Set α} : Set.iInter s = Set.univ - Set.iInter_true 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {s : True → Set α} : Set.iInter s = s trivial - Set.iInter_univ 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} : ⋂ x, Set.univ = Set.univ - Set.iInter_const 📋 Mathlib.Data.Set.Lattice.Indexed
{β : Type u_2} {ι : Sort u_4} [Nonempty ι] (s : Set β) : ⋂ x, s = s - Set.iInter_subset 📋 Mathlib.Data.Set.Lattice.Indexed
{β : Type u_2} {ι : Sort u_4} (s : ι → Set β) (i : ι) : ⋂ i, s i ⊆ s i - Set.iInter_eq_if 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {p : Prop} [Decidable p] (s : Set α) : ⋂ (_ : p), s = if p then s else Set.univ - Set.iInter_plift_down 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} (f : ι → Set α) : ⋂ i, f i.down = ⋂ i, f i - Set.iInter_subset_iUnion 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} [Nonempty ι] {s : ι → Set α} : ⋂ i, s i ⊆ ⋃ i, s i - Set.iInter_eq_univ 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} {s : ι → Set α} : ⋂ i, s i = Set.univ ↔ ∀ (i : ι), s i = Set.univ - Set.iInter_ofPred 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} (P : ι → α → Prop) : ⋂ i, {x | P i x} = {x | ∀ (i : ι), P i x} - Set.iInter_plift_up 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} (f : PLift ι → Set α) : ⋂ i, f { down := i } = ⋂ i, f i - Set.iInter_setOf 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} (P : ι → α → Prop) : ⋂ i, {x | P i x} = {x | ∀ (i : ι), P i x} - Set.ofPred_forall 📋 Mathlib.Data.Set.Lattice.Indexed
{β : Type u_2} {ι : Sort u_4} (p : ι → β → Prop) : {x | ∀ (i : ι), p i x} = ⋂ i, {x | p i x} - Set.setOf_forall 📋 Mathlib.Data.Set.Lattice.Indexed
{β : Type u_2} {ι : Sort u_4} (p : ι → β → Prop) : {x | ∀ (i : ι), p i x} = ⋂ i, {x | p i x} - Set.iInter_eq_const 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} [Nonempty ι] {f : ι → Set α} {s : Set α} (hf : ∀ (i : ι), f i = s) : ⋂ i, f i = s - Set.iInf_eq_dif 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {p : Prop} [Decidable p] (s : p → Set α) : ⋂ (h : p), s h = if h : p then s h else Set.univ - Set.iInter_subset_of_subset 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} {s : ι → Set α} {t : Set α} (i : ι) (h : s i ⊆ t) : ⋂ i, s i ⊆ t - Set.subset_iInter 📋 Mathlib.Data.Set.Lattice.Indexed
{β : Type u_2} {ι : Sort u_4} {t : Set β} {s : ι → Set β} (h : ∀ (i : ι), t ⊆ s i) : t ⊆ ⋂ i, s i - Set.mem_iInter_of_mem 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} {s : ι → Set α} {a : α} (h : ∀ (i : ι), a ∈ s i) : a ∈ ⋂ i, s i - Set.subset_iInter_iff 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} {s : Set α} {t : ι → Set α} : s ⊆ ⋂ i, t i ↔ ∀ (i : ι), s ⊆ t i - Set.compl_iInter 📋 Mathlib.Data.Set.Lattice.Indexed
{β : Type u_2} {ι : Sort u_4} (s : ι → Set β) : (⋂ i, s i)ᶜ = ⋃ i, (s i)ᶜ - Set.compl_iUnion 📋 Mathlib.Data.Set.Lattice.Indexed
{β : Type u_2} {ι : Sort u_4} (s : ι → Set β) : (⋃ i, s i)ᶜ = ⋂ i, (s i)ᶜ - Set.iInter_eq_compl_iUnion_compl 📋 Mathlib.Data.Set.Lattice.Indexed
{β : Type u_2} {ι : Sort u_4} (s : ι → Set β) : ⋂ i, s i = (⋃ i, (s i)ᶜ)ᶜ - Set.iInter_subset_iInter₂ 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} (κ : ι → Sort u_9) (s : ι → Set α) : ⋂ i, s i ⊆ ⋂ i, ⋂ x, s i - Set.iUnion_eq_compl_iInter_compl 📋 Mathlib.Data.Set.Lattice.Indexed
{β : Type u_2} {ι : Sort u_4} (s : ι → Set β) : ⋃ i, s i = (⋂ i, (s i)ᶜ)ᶜ - Set.iInter_congr 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} {s t : ι → Set α} (h : ∀ (i : ι), s i = t i) : ⋂ i, s i = ⋂ i, t i - Set.iInter_mono'' 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} {s t : ι → Set α} (h : ∀ (i : ι), s i ⊆ t i) : Set.iInter s ⊆ Set.iInter t - Set.iInter_comm 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} {ι' : Sort u_5} (s : ι → ι' → Set α) : ⋂ i, ⋂ i', s i i' = ⋂ i', ⋂ i, s i i' - Set.iInter_option 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Type u_9} (s : Option ι → Set α) : ⋂ o, s o = s none ∩ ⋂ i, s (some i) - Set.iInter₂_subset 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} {κ : ι → Sort u_7} {s : (i : ι) → κ i → Set α} (i : ι) (j : κ i) : ⋂ i, ⋂ j, s i j ⊆ s i j - Set.diff_iInter 📋 Mathlib.Data.Set.Lattice.Indexed
{β : Type u_2} {ι : Sort u_4} (s : Set β) (t : ι → Set β) : s \ ⋂ i, t i = ⋃ i, s \ t i - Set.iInter_union 📋 Mathlib.Data.Set.Lattice.Indexed
{β : Type u_2} {ι : Sort u_4} (s : ι → Set β) (t : Set β) : (⋂ i, s i) ∪ t = ⋂ i, s i ∪ t - Set.iUnion_iInter_subset 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} {ι' : Sort u_5} {s : ι → ι' → Set α} : ⋃ j, ⋂ i, s i j ⊆ ⋂ i, ⋃ j, s i j - Set.sdiff_iInter 📋 Mathlib.Data.Set.Lattice.Indexed
{β : Type u_2} {ι : Sort u_4} (s : Set β) (t : ι → Set β) : s \ ⋂ i, t i = ⋃ i, s \ t i - Set.union_iInter 📋 Mathlib.Data.Set.Lattice.Indexed
{β : Type u_2} {ι : Sort u_4} (s : Set β) (t : ι → Set β) : s ∪ ⋂ i, t i = ⋂ i, s ∪ t i - Set.iInter_and 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {p q : Prop} (s : p ∧ q → Set α) : ⋂ (h : p ∧ q), s h = ⋂ (hp : p), ⋂ (hq : q), s ⋯ - Set.iInter_congr_Prop 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {p q : Prop} {f₁ : p → Set α} {f₂ : q → Set α} (pq : p ↔ q) (f : ∀ (x : q), f₁ ⋯ = f₂ x) : Set.iInter f₁ = Set.iInter f₂ - Set.iInter_iInter_eq_left 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {β : Type u_2} {b : β} {s : (x : β) → x = b → Set α} : ⋂ x, ⋂ (h : x = b), s x h = s b ⋯ - Set.iInter_iInter_eq_right 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {β : Type u_2} {b : β} {s : (x : β) → b = x → Set α} : ⋂ x, ⋂ (h : b = x), s x h = s b ⋯ - Set.iInter_mono 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} {s t : ι → Set α} (h : ∀ (i : ι), s i ⊆ t i) : ⋂ i, s i ⊆ ⋂ i, t i - Set.insert_iInter 📋 Mathlib.Data.Set.Lattice.Indexed
{β : Type u_2} {ι : Sort u_4} (x : β) (t : ι → Set β) : insert x (⋂ i, t i) = ⋂ i, insert x (t i) - Set.diff_iUnion 📋 Mathlib.Data.Set.Lattice.Indexed
{β : Type u_2} {ι : Sort u_4} [Nonempty ι] (s : Set β) (t : ι → Set β) : s \ ⋃ i, t i = ⋂ i, s \ t i - Set.iInter_inter 📋 Mathlib.Data.Set.Lattice.Indexed
{β : Type u_2} {ι : Sort u_4} [Nonempty ι] (s : Set β) (t : ι → Set β) : (⋂ i, t i) ∩ s = ⋂ i, t i ∩ s - Set.inter_iInter 📋 Mathlib.Data.Set.Lattice.Indexed
{β : Type u_2} {ι : Sort u_4} [Nonempty ι] (s : Set β) (t : ι → Set β) : s ∩ ⋂ i, t i = ⋂ i, s ∩ t i - Set.sdiff_iUnion 📋 Mathlib.Data.Set.Lattice.Indexed
{β : Type u_2} {ι : Sort u_4} [Nonempty ι] (s : Set β) (t : ι → Set β) : s \ ⋃ i, t i = ⋂ i, s \ t i - Set.iInter_exists 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} {p : ι → Prop} {f : Exists p → Set α} : ⋂ (x : Exists p), f x = ⋂ i, ⋂ (h : p i), f ⋯ - Set.iInter_psigma 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {β : Type u_2} {γ : α → Type u_9} (s : PSigma γ → Set β) : ⋂ ia, s ia = ⋂ i, ⋂ a, s ⟨i, a⟩ - Set.iInter_sigma 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {β : Type u_2} {γ : α → Type u_9} (s : Sigma γ → Set β) : ⋂ ia, s ia = ⋂ i, ⋂ a, s ⟨i, a⟩ - Set.iInter_congr_of_surjective 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} {ι₂ : Sort u_6} {f : ι → Set α} {g : ι₂ → Set α} (h : ι → ι₂) (h1 : Function.Surjective h) (h2 : ∀ (x : ι), g (h x) = f x) : ⋂ x, f x = ⋂ y, g y - Set.iInter_mono' 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} {ι' : Sort u_5} {s : ι → Set α} {t : ι' → Set α} (h : ∀ (j : ι'), ∃ i, s i ⊆ t j) : ⋂ i, s i ⊆ ⋂ j, t j - Set.iInter_inter_distrib 📋 Mathlib.Data.Set.Lattice.Indexed
{β : Type u_2} {ι : Sort u_4} (s t : ι → Set β) : ⋂ i, s i ∩ t i = (⋂ i, s i) ∩ ⋂ i, t i - Set.iInter_psigma' 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {β : Type u_2} {γ : α → Type u_9} (s : (i : α) → γ i → Set β) : ⋂ i, ⋂ a, s i a = ⋂ ia, s ia.fst ia.snd - Set.iInter_sigma' 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {β : Type u_2} {γ : α → Type u_9} (s : (i : α) → γ i → Set β) : ⋂ i, ⋂ a, s i a = ⋂ ia, s ia.fst ia.snd - Set.iInter₂_subset_of_subset 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} {κ : ι → Sort u_7} {s : (i : ι) → κ i → Set α} {t : Set α} (i : ι) (j : κ i) (h : s i j ⊆ t) : ⋂ i, ⋂ j, s i j ⊆ t - Set.subset_iInter₂ 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} {κ : ι → Sort u_7} {s : Set α} {t : (i : ι) → κ i → Set α} (h : ∀ (i : ι) (j : κ i), s ⊆ t i j) : s ⊆ ⋂ i, ⋂ j, t i j - Set.mem_iInter₂_of_mem 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} {κ : ι → Sort u_7} {s : (i : ι) → κ i → Set α} {a : α} (h : ∀ (i : ι) (j : κ i), a ∈ s i j) : a ∈ ⋂ i, ⋂ j, s i j - Set.subset_iInter₂_iff 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} {κ : ι → Sort u_7} {s : Set α} {t : (i : ι) → κ i → Set α} : s ⊆ ⋂ i, ⋂ j, t i j ↔ ∀ (i : ι) (j : κ i), s ⊆ t i j - Set.iInter_or 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {p q : Prop} (s : p ∨ q → Set α) : ⋂ (h : p ∨ q), s h = (⋂ (h : p), s ⋯) ∩ ⋂ (h : q), s ⋯ - Set.iInter_sum 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {β : Type u_2} {γ : Type u_3} {s : α ⊕ β → Set γ} : ⋂ x, s x = (⋂ x, s (Sum.inl x)) ∩ ⋂ x, s (Sum.inr x) - Set.mem_iInter₂ 📋 Mathlib.Data.Set.Lattice.Indexed
{γ : Type u_3} {ι : Sort u_4} {κ : ι → Sort u_7} {x : γ} {s : (i : ι) → κ i → Set γ} : x ∈ ⋂ i, ⋂ j, s i j ↔ ∀ (i : ι) (j : κ i), x ∈ s i j - Set.compl_iInter₂ 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} {κ : ι → Sort u_7} (s : (i : ι) → κ i → Set α) : (⋂ i, ⋂ j, s i j)ᶜ = ⋃ i, ⋃ j, (s i j)ᶜ - Set.compl_iUnion₂ 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} {κ : ι → Sort u_7} (s : (i : ι) → κ i → Set α) : (⋃ i, ⋃ j, s i j)ᶜ = ⋂ i, ⋂ j, (s i j)ᶜ - Set.iInter₂_congr 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} {κ : ι → Sort u_7} {s t : (i : ι) → κ i → Set α} (h : ∀ (i : ι) (j : κ i), s i j = t i j) : ⋂ i, ⋂ j, s i j = ⋂ i, ⋂ j, t i j - Set.iInter₂_mono 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} {κ : ι → Sort u_7} {s t : (i : ι) → κ i → Set α} (h : ∀ (i : ι) (j : κ i), s i j ⊆ t i j) : ⋂ i, ⋂ j, s i j ⊆ ⋂ i, ⋂ j, t i j - Set.iInter_ite 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} (p : ι → Prop) [DecidablePred p] (f g : ι → Set α) : (⋂ i, if p i then f i else g i) = (⋂ i, ⋂ (_ : p i), f i) ∩ ⋂ i, ⋂ (_ : ¬p i), g i - Set.iInter₂_comm 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} {ι' : Sort u_5} {κ : ι → Sort u_7} {κ' : ι' → Sort u_8} (s : (i : ι) → κ i → (i' : ι') → κ' i' → Set α) : ⋂ i, ⋂ j, ⋂ i', ⋂ j', s i j i' j' = ⋂ i', ⋂ j', ⋂ i, ⋂ j, s i j i' j' - Set.iInter₂_mono' 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} {ι' : Sort u_5} {κ : ι → Sort u_7} {κ' : ι' → Sort u_8} {s : (i : ι) → κ i → Set α} {t : (i' : ι') → κ' i' → Set α} (h : ∀ (i' : ι') (j' : κ' i'), ∃ i j, s i j ⊆ t i' j') : ⋂ i, ⋂ j, s i j ⊆ ⋂ i', ⋂ j', t i' j' - Set.BijOn.iInter_comp 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {β : Type u_2} {γ : Type u_3} {s : Set β} {t : Set γ} {f : β → γ} (g : γ → Set α) (hf : Set.BijOn f s t) : ⋂ x ∈ s, g (f x) = ⋂ y ∈ t, g y - Set.iInter_dite 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} (p : ι → Prop) [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 - Set.iInter_iInter_eq_or_left 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {β : Type u_2} {b : β} {p : β → Prop} {s : (x : β) → x = b ∨ p x → Set α} : ⋂ x, ⋂ (h : x = b ∨ p x), s x h = s b ⋯ ∩ ⋂ x, ⋂ (h : p x), s x ⋯ - Set.biInter_and 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} {ι' : Sort u_5} (p : ι → Prop) (q : ι → ι' → Prop) (s : (x : ι) → (y : ι') → p x ∧ q x y → Set α) : ⋂ x, ⋂ y, ⋂ (h : p x ∧ q x y), s x y h = ⋂ x, ⋂ (hx : p x), ⋂ y, ⋂ (hy : q x y), s x y ⋯ - Set.biInter_and' 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {ι : Sort u_4} {ι' : Sort u_5} (p : ι' → Prop) (q : ι → ι' → Prop) (s : (x : ι) → (y : ι') → p y ∧ q x y → Set α) : ⋂ x, ⋂ y, ⋂ (h : p y ∧ q x y), s x y h = ⋂ y, ⋂ (hy : p y), ⋂ x, ⋂ (hx : q x y), s x y ⋯ - Set.BijOn.iInter_congr 📋 Mathlib.Data.Set.Lattice.Indexed
{α : Type u_1} {β : Type u_2} {γ : Type u_3} {s : Set β} {t : Set γ} (f : β → Set α) (g : γ → Set α) {h : β → γ} (h1 : Set.BijOn h s t) (h2 : ∀ (x : β), g (h x) = f x) : ⋂ x ∈ s, f x = ⋂ y ∈ t, g y - Set.iInter_union_of_antitone 📋 Mathlib.Data.Set.Lattice.Indexed
{ι : Type u_9} {α : Type u_10} [Preorder ι] [IsDirectedOrder ι] {s t : ι → Set α} (hs : Antitone s) (ht : Antitone t) : ⋂ i, s i ∪ t i = (⋂ i, s i) ∪ ⋂ i, t i - Set.iInter_union_of_monotone 📋 Mathlib.Data.Set.Lattice.Indexed
{ι : Type u_9} {α : Type u_10} [Preorder ι] [IsCodirectedOrder ι] {s t : ι → Set α} (hs : Monotone s) (ht : Monotone t) : ⋂ i, s i ∪ t i = (⋂ i, s i) ∪ ⋂ i, t i - Set.ordConnected_iInter 📋 Mathlib.Order.Interval.Set.OrdConnected
{α : Type u_1} [Preorder α] {ι : Sort u_3} {s : ι → Set α} (hs : ∀ (i : ι), (s i).OrdConnected) : (⋂ i, s i).OrdConnected - Set.ordConnected_iInter' 📋 Mathlib.Order.Interval.Set.OrdConnected
{α : Type u_1} [Preorder α] {ι : Sort u_3} {s : ι → Set α} [∀ (i : ι), (s i).OrdConnected] : (⋂ i, s i).OrdConnected - Set.ordConnected_biInter 📋 Mathlib.Order.Interval.Set.OrdConnected
{α : Type u_1} [Preorder α] {ι : Sort u_3} {p : ι → Prop} {s : (i : ι) → p i → Set α} (hs : ∀ (i : ι) (hi : p i), (s i hi).OrdConnected) : (⋂ i, ⋂ (hi : p i), s i hi).OrdConnected - Set.iInter_of_empty 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {ι : Sort u_4} [IsEmpty ι] (s : ι → Set α) : ⋂ i, s i = Set.univ - Set.sInter_range 📋 Mathlib.Data.Set.Lattice.Bounded
{β : Type u_2} {ι : Sort u_4} (f : ι → Set β) : ⋂₀ Set.range f = ⋂ x, f x - Set.iInter_ne_univ_self 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} (s : Set α) : ⋂ (_ : s ≠ Set.univ), s = s - Set.inter_eq_iInter 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {s₁ s₂ : Set α} : s₁ ∩ s₂ = ⋂ b, bif b then s₁ else s₂ - Set.sInter_iUnion 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {ι : Sort u_4} (s : ι → Set (Set α)) : ⋂₀ ⋃ i, s i = ⋂ i, ⋂₀ s i - Set.nonempty_iInter 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {ι : Sort u_4} {f : ι → Set α} : (⋂ i, f i).Nonempty ↔ ∃ x, ∀ (i : ι), x ∈ f i - Function.Surjective.iInter_comp 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {ι : Sort u_4} {ι₂ : Sort u_5} {f : ι → ι₂} (hf : Function.Surjective f) (g : ι₂ → Set α) : ⋂ x, g (f x) = ⋂ y, g y - Set.iInter_eq_empty_of_eq_empty 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {ι : Sort u_4} {i : ι} {f : ι → Set α} (h : f i = ∅) : ⋂ j, f j = ∅ - Set.iInter_eq_empty_iff 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {ι : Sort u_4} {f : ι → Set α} : ⋂ i, f i = ∅ ↔ ∀ (x : α), ∃ i, x ∉ f i - Set.union_distrib_iInter_left 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {ι : Sort u_4} (s : ι → Set α) (t : Set α) : t ∪ ⋂ i, s i = ⋂ i, t ∪ s i - Set.union_distrib_iInter_right 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {ι : Sort u_4} (s : ι → Set α) (t : Set α) : (⋂ i, s i) ∪ t = ⋂ i, s i ∪ t - Set.biInter_const 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {β : Type u_2} {s : Set α} (hs : s.Nonempty) (t : Set β) : ⋂ a ∈ s, t = t - Set.univ_pi_eq_iInter 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {π : α → Type u_7} (t : (i : α) → Set (π i)) : Set.univ.pi t = ⋂ i, Function.eval i ⁻¹' t i - Set.sInter_eq_iInter 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {s : Set (Set α)} : ⋂₀ s = ⋂ i, ↑i - Set.pi_iUnion_eq_iInter_pi 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {π : α → Type u_7} {α' : Type u_8} (s : α' → Set α) (t : (a : α) → Set (π a)) : (⋃ i, s i).pi t = ⋂ i, (s i).pi t - Set.biInter_univ 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {β : Type u_2} (u : α → Set β) : ⋂ x ∈ Set.univ, u x = ⋂ x, u x - Set.biInter_gt_eq_iInf 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {β : Type u_2} [LT α] [NoMinOrder α] {s : α → Set β} : ⋂ n, ⋂ m, ⋂ (_ : m > n), s m = ⋂ n, s n - Set.biInter_lt_eq_iInter 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {β : Type u_2} [LT α] [NoMaxOrder α] {s : α → Set β} : ⋂ n, ⋂ m, ⋂ (_ : m < n), s m = ⋂ n, s n - Set.nonempty_iInter₂ 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {ι : Sort u_4} {κ : ι → Sort u_6} {s : (i : ι) → κ i → Set α} : (⋂ i, ⋂ j, s i j).Nonempty ↔ ∃ a, ∀ (i : ι) (j : κ i), a ∈ s i j - Set.sInter_eq_biInter 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {s : Set (Set α)} : ⋂₀ s = ⋂ i ∈ s, i - Set.biInter_empty 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {β : Type u_2} (u : α → Set β) : ⋂ x ∈ ∅, u x = Set.univ - Set.biInter_ge_eq_iInf 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {β : Type u_2} [Preorder α] {s : α → Set β} : ⋂ n, ⋂ m, ⋂ (_ : m ≥ n), s m = ⋂ n, s n - Set.biInter_le_eq_iInter 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {β : Type u_2} [Preorder α] {s : α → Set β} : ⋂ n, ⋂ m, ⋂ (_ : m ≤ n), s m = ⋂ n, s n - Set.sInter_image 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {β : Type u_2} (f : α → Set β) (s : Set α) : ⋂₀ (f '' s) = ⋂ a ∈ s, f a - Set.iInter_subtype 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {β : Type u_2} (p : α → Prop) (s : { x // p x } → Set β) : ⋂ x, s x = ⋂ x, ⋂ (hx : p x), s ⟨x, hx⟩ - Set.biInter_singleton 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {β : Type u_2} (a : α) (s : α → Set β) : ⋂ x ∈ {a}, s x = s a - Set.biInter_subset_of_mem 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {β : Type u_2} {s : Set α} {t : α → Set β} {x : α} (xs : x ∈ s) : ⋂ x ∈ s, t x ⊆ t x - Set.iInter₂_eq_empty_iff 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {ι : Sort u_4} {κ : ι → Sort u_6} {s : (i : ι) → κ i → Set α} : ⋂ i, ⋂ j, s i j = ∅ ↔ ∀ (a : α), ∃ i j, a ∉ s i j - Set.iInter₂_union 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {ι : Sort u_4} {κ : ι → Sort u_6} (s : (i : ι) → κ i → Set α) (t : Set α) : (⋂ i, ⋂ j, s i j) ∪ t = ⋂ i, ⋂ j, s i j ∪ t - Set.union_distrib_iInter₂_left 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {ι : Sort u_4} {κ : ι → Sort u_6} (s : Set α) (t : (i : ι) → κ i → Set α) : s ∪ ⋂ i, ⋂ j, t i j = ⋂ i, ⋂ j, s ∪ t i j - Set.union_distrib_iInter₂_right 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {ι : Sort u_4} {κ : ι → Sort u_6} (s : (i : ι) → κ i → Set α) (t : Set α) : (⋂ i, ⋂ j, s i j) ∪ t = ⋂ i, ⋂ j, s i j ∪ t - Set.union_iInter₂ 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {ι : Sort u_4} {κ : ι → Sort u_6} (s : Set α) (t : (i : ι) → κ i → Set α) : s ∪ ⋂ i, ⋂ j, t i j = ⋂ i, ⋂ j, s ∪ t i j - Set.mem_biInter 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {β : Type u_2} {s : Set α} {t : α → Set β} {y : β} (h : ∀ x ∈ s, y ∈ t x) : y ∈ ⋂ x ∈ s, t x - Set.pi_def 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {π : α → Type u_7} (i : Set α) (s : (a : α) → Set (π a)) : i.pi s = ⋂ a ∈ i, Function.eval a ⁻¹' s a - Set.iInter_coe_set 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_7} {β : Type u_8} (s : Set α) (f : ↑s → Set β) : ⋂ i, f i = ⋂ i, ⋂ (h : i ∈ s), f ⟨i, h⟩ - Set.biInter_subset_biUnion 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {β : Type u_2} {s : Set α} (hs : s.Nonempty) {t : α → Set β} : ⋂ x ∈ s, t x ⊆ ⋃ x ∈ s, t x - Set.biInter_pair 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {β : Type u_2} (a b : α) (s : α → Set β) : ⋂ x ∈ {a, b}, s x = s a ∩ s b - Set.biInter_subset_biInter_left 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {β : Type u_2} {s s' : Set α} {t : α → Set β} (h : s' ⊆ s) : ⋂ x ∈ s, t x ⊆ ⋂ x ∈ s', t x - Set.biInter_ge 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {ι : Type u_7} [PartialOrder ι] (s : ι → Set α) (i : ι) : ⋂ j, ⋂ (_ : j ≥ i), s j = s i ∩ ⋂ j, ⋂ (_ : j > i), s j - Set.biInter_le 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {ι : Type u_7} [PartialOrder ι] (s : ι → Set α) (i : ι) : ⋂ j, ⋂ (_ : j ≤ i), s j = (⋂ j, ⋂ (_ : j < i), s j) ∩ s i - Set.sInter_image2 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {β : Type u_2} {γ : Type u_3} (f : α → β → Set γ) (s : Set α) (t : Set β) : ⋂₀ Set.image2 f s t = ⋂ a ∈ s, ⋂ b ∈ t, f a b - Set.biInter_inter 📋 Mathlib.Data.Set.Lattice.Bounded
{ι : Type u_7} {α : Type u_8} {s : Set ι} (hs : s.Nonempty) (f : ι → Set α) (t : Set α) : ⋂ i ∈ s, f i ∩ t = (⋂ i ∈ s, f i) ∩ t - Set.inter_biInter 📋 Mathlib.Data.Set.Lattice.Bounded
{ι : Type u_7} {α : Type u_8} {s : Set ι} (hs : s.Nonempty) (f : ι → Set α) (t : Set α) : ⋂ i ∈ s, t ∩ f i = t ∩ ⋂ i ∈ s, f i - Set.biInter_eq_iInter 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {β : Type u_2} (s : Set α) (t : (x : α) → x ∈ s → Set β) : ⋂ x, ⋂ (h : x ∈ s), t x h = ⋂ x, t ↑x ⋯ - Set.biInter_iUnion 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {β : Type u_2} {ι : Sort u_4} (s : ι → Set α) (t : α → Set β) : ⋂ x ∈ ⋃ i, s i, t x = ⋂ i, ⋂ x ∈ s i, t x - Set.biInter_insert 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {β : Type u_2} (a : α) (s : Set α) (t : α → Set β) : ⋂ x ∈ insert a s, t x = t a ∩ ⋂ x ∈ s, t x - Set.biInter_mono 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {β : Type u_2} {s s' : Set α} {t t' : α → Set β} (hs : s ⊆ s') (h : ∀ x ∈ s, t x ⊆ t' x) : ⋂ x ∈ s', t x ⊆ ⋂ x ∈ s, t' x - Set.biInter_union 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {β : Type u_2} (s t : Set α) (u : α → Set β) : ⋂ x ∈ s ∪ t, u x = (⋂ x ∈ s, u x) ∩ ⋂ x ∈ t, u x - Set.sInter_union_sInter 📋 Mathlib.Data.Set.Lattice.Bounded
{α : Type u_1} {S T : Set (Set α)} : ⋂₀ S ∪ ⋂₀ T = ⋂ p ∈ S ×ˢ T, p.1 ∪ p.2 - Set.mapsTo_iInter 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {ι : Sort u_5} {s : Set α} {t : ι → Set β} {f : α → β} : Set.MapsTo f s (⋂ i, t i) ↔ ∀ (i : ι), Set.MapsTo f s (t i) - Set.preimage_iInter 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {ι : Sort u_5} {f : α → β} {s : ι → Set β} : f ⁻¹' ⋂ i, s i = ⋂ i, f ⁻¹' s i - Set.image_iInter_subset 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {ι : Sort u_5} (s : ι → Set α) (f : α → β) : f '' ⋂ i, s i ⊆ ⋂ i, f '' s i - Set.image_iInter 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {ι : Sort u_5} {f : α → β} (hf : Function.Bijective f) (s : ι → Set α) : f '' ⋂ i, s i = ⋂ i, f '' s i - Set.mapsTo_iInter_iInter 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {ι : Sort u_5} {s : ι → Set α} {t : ι → Set β} {f : α → β} (H : ∀ (i : ι), Set.MapsTo f (s i) (t i)) : Set.MapsTo f (⋂ i, s i) (⋂ i, t i) - Set.iInter_iInter_eq' 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {ι : Sort u_5} {f : ι → α} {g : α → Set β} : ⋂ x, ⋂ y, ⋂ (_ : f y = x), g x = ⋂ y, g (f y) - Set.image2_iInter_subset_left 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {γ : Type u_3} {ι : Sort u_5} (f : α → β → γ) (s : ι → Set α) (t : Set β) : Set.image2 f (⋂ i, s i) t ⊆ ⋂ i, Set.image2 f (s i) t - Set.image2_iInter_subset_right 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {γ : Type u_3} {ι : Sort u_5} (f : α → β → γ) (s : Set α) (t : ι → Set β) : Set.image2 f s (⋂ i, t i) ⊆ ⋂ i, Set.image2 f s (t i) - Set.surjOn_iInter 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {ι : Sort u_5} [Nonempty ι] {s : ι → Set α} {t : Set β} {f : α → β} (H : ∀ (i : ι), Set.SurjOn f (s i) t) (Hinj : Set.InjOn f (⋃ i, s i)) : Set.SurjOn f (⋂ i, s i) t - Set.InjOn.image_iInter_eq 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {ι : Sort u_5} [Nonempty ι] {s : ι → Set α} {f : α → β} (h : Set.InjOn f (⋃ i, s i)) : f '' ⋂ i, s i = ⋂ i, f '' s i - Set.mapsTo_iInter₂ 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {ι : Sort u_5} {κ : ι → Sort u_8} {s : Set α} {t : (i : ι) → κ i → Set β} {f : α → β} : Set.MapsTo f s (⋂ i, ⋂ j, t i j) ↔ ∀ (i : ι) (j : κ i), Set.MapsTo f s (t i j) - Set.iInter_union_iInter 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {ι : Sort u_9} {κ : Sort u_10} (f : ι → Set α) (g : κ → Set α) : (⋂ i, f i) ∪ ⋂ j, g j = ⋂ i, ⋂ j, f i ∪ g j - Set.biInter_range 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {ι : Sort u_5} {f : ι → α} {g : α → Set β} : ⋂ x ∈ Set.range f, g x = ⋂ y, g (f y) - Set.bijOn_iInter 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {ι : Sort u_5} [hi : Nonempty ι] {s : ι → Set α} {t : ι → Set β} {f : α → β} (H : ∀ (i : ι), Set.BijOn f (s i) (t i)) (Hinj : Set.InjOn f (⋃ i, s i)) : Set.BijOn f (⋂ i, s i) (⋂ i, t i) - Set.surjOn_iInter_iInter 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {ι : Sort u_5} [Nonempty ι] {s : ι → Set α} {t : ι → Set β} {f : α → β} (H : ∀ (i : ι), Set.SurjOn f (s i) (t i)) (Hinj : Set.InjOn f (⋃ i, s i)) : Set.SurjOn f (⋂ i, s i) (⋂ i, t i) - Set.preimage_iInter₂ 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {ι : Sort u_5} {κ : ι → Sort u_8} {f : α → β} {s : (i : ι) → κ i → Set β} : f ⁻¹' ⋂ i, ⋂ j, s i j = ⋂ i, ⋂ j, f ⁻¹' s i j - Set.image_iInter₂_subset 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {ι : Sort u_5} {κ : ι → Sort u_8} (s : (i : ι) → κ i → Set α) (f : α → β) : f '' ⋂ i, ⋂ j, s i j ⊆ ⋂ i, ⋂ j, f '' s i j - Set.preimage_sInter 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {f : α → β} {s : Set (Set β)} : f ⁻¹' ⋂₀ s = ⋂ t ∈ s, f ⁻¹' t - Set.image_iInter₂ 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {ι : Sort u_5} {κ : ι → Sort u_8} {f : α → β} (hf : Function.Bijective f) (s : (i : ι) → κ i → Set α) : f '' ⋂ i, ⋂ j, s i j = ⋂ i, ⋂ j, f '' s i j - Set.bijOn_iInter_of_directed 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {ι : Sort u_5} [Nonempty ι] {s : ι → Set α} (hs : Directed (fun x1 x2 => x1 ⊆ x2) s) {t : ι → Set β} {f : α → β} (H : ∀ (i : ι), Set.BijOn f (s i) (t i)) : Set.BijOn f (⋂ i, s i) (⋂ i, t i) - Set.image_projection_prod 📋 Mathlib.Data.Set.Lattice.Image
{ι : Type u_9} {α : ι → Type u_10} {v : (i : ι) → Set (α i)} (hv : (Set.univ.pi v).Nonempty) (i : ι) : (fun x => x i) '' ⋂ k, (fun x => x k) ⁻¹' v k = v i - Set.image_sInter_subset 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} (S : Set (Set α)) (f : α → β) : f '' ⋂₀ S ⊆ ⋂ s ∈ S, f '' s - Set.prod_iInter 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {ι : Sort u_5} {s : Set α} {t : ι → Set β} [hι : Nonempty ι] : s ×ˢ ⋂ i, t i = ⋂ i, s ×ˢ t i - Set.image2_iInter₂_subset_left 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {γ : Type u_3} {ι : Sort u_5} {κ : ι → Sort u_8} (f : α → β → γ) (s : (i : ι) → κ i → Set α) (t : Set β) : Set.image2 f (⋂ i, ⋂ j, s i j) t ⊆ ⋂ i, ⋂ j, Set.image2 f (s i j) t - Set.image2_iInter₂_subset_right 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {γ : Type u_3} {ι : Sort u_5} {κ : ι → Sort u_8} (f : α → β → γ) (s : Set α) (t : (i : ι) → κ i → Set β) : Set.image2 f s (⋂ i, ⋂ j, t i j) ⊆ ⋂ i, ⋂ j, Set.image2 f s (t i j) - Set.mapsTo_iInter₂_iInter₂ 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {ι : Sort u_5} {κ : ι → Sort u_8} {s : (i : ι) → κ i → Set α} {t : (i : ι) → κ i → Set β} {f : α → β} (H : ∀ (i : ι) (j : κ i), Set.MapsTo f (s i j) (t i j)) : Set.MapsTo f (⋂ i, ⋂ j, s i j) (⋂ i, ⋂ j, t i j) - Set.image2_sInter_left_subset 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {γ : Type u_3} (S : Set (Set α)) (t : Set β) (f : α → β → γ) : Set.image2 f (⋂₀ S) t ⊆ ⋂ s ∈ S, Set.image2 f s t - Set.image2_sInter_right_subset 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {γ : Type u_3} (t : Set α) (S : Set (Set β)) (f : α → β → γ) : Set.image2 f t (⋂₀ S) ⊆ ⋂ s ∈ S, Set.image2 f t s - Set.image2_sInter_subset_left 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {γ : Type u_3} (f : α → β → γ) (S : Set (Set α)) (t : Set β) : Set.image2 f (⋂₀ S) t ⊆ ⋂ s ∈ S, Set.image2 f s t - Set.image2_sInter_subset_right 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {γ : Type u_3} (f : α → β → γ) (s : Set α) (T : Set (Set β)) : Set.image2 f s (⋂₀ T) ⊆ ⋂ t ∈ T, Set.image2 f s t - Set.biInter_image 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {γ : Type u_3} {s : Set γ} {f : γ → α} {g : α → Set β} : ⋂ x ∈ f '' s, g x = ⋂ y ∈ s, g (f y) - Set.InjOn.image_biInter_eq 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {ι : Sort u_5} {p : ι → Prop} {s : (i : ι) → p i → Set α} (hp : ∃ i, p i) {f : α → β} (h : Set.InjOn f (⋃ i, ⋃ (hi : p i), s i hi)) : f '' ⋂ i, ⋂ (hi : p i), s i hi = ⋂ i, ⋂ (hi : p i), f '' s i hi - Set.prod_sInter 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {T : Set (Set β)} (hT : T.Nonempty) (s : Set α) : s ×ˢ ⋂₀ T = ⋂ t ∈ T, s ×ˢ t - Set.sInter_prod 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {S : Set (Set α)} (hS : S.Nonempty) (t : Set β) : ⋂₀ S ×ˢ t = ⋂ s ∈ S, s ×ˢ t - Set.iInter₂_union_iInter₂ 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {ι₁ : Sort u_9} {κ₁ : Sort u_10} {ι₂ : ι₁ → Sort u_11} {k₂ : κ₁ → Sort u_12} (f : (i₁ : ι₁) → ι₂ i₁ → Set α) (g : (j₁ : κ₁) → k₂ j₁ → Set α) : (⋂ i₁, ⋂ i₂, f i₁ i₂) ∪ ⋂ j₁, ⋂ j₂, g j₁ j₂ = ⋂ i₁, ⋂ i₂, ⋂ j₁, ⋂ j₂, f i₁ i₂ ∪ g j₁ j₂ - Set.biInter_image2 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {γ : Type u_3} {δ : Type u_4} (s : Set α) (t : Set β) (f : α → β → γ) (g : γ → Set δ) : ⋂ c ∈ Set.image2 f s t, g c = ⋂ a ∈ s, ⋂ b ∈ t, g (f a b) - Set.biUnion_iInter_of_pairwise_disjoint 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {ι : Type u_9} {κ : Type u_10} [hκ : Nonempty κ] {f : ι → Set α} (h : Pairwise (Function.onFun Disjoint f)) (s : κ → Set ι) : ⋃ i ∈ ⋂ j, s j, f i = ⋂ j, ⋃ i ∈ s j, f i - Set.sInter_prod_sInter_subset 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} (S : Set (Set α)) (T : Set (Set β)) : ⋂₀ S ×ˢ ⋂₀ T ⊆ ⋂ r ∈ S ×ˢ T, r.1 ×ˢ r.2 - Set.sInter_prod_sInter 📋 Mathlib.Data.Set.Lattice.Image
{α : Type u_1} {β : Type u_2} {S : Set (Set α)} {T : Set (Set β)} (hS : S.Nonempty) (hT : T.Nonempty) : ⋂₀ S ×ˢ ⋂₀ T = ⋂ r ∈ S ×ˢ T, r.1 ×ˢ r.2 - Set.iInter_inv 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {ι : Sort u_3} [Inv α] (s : ι → Set α) : (⋂ i, s i)⁻¹ = ⋂ i, (s i)⁻¹ - Set.iInter_neg 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {ι : Sort u_3} [Neg α] (s : ι → Set α) : -⋂ i, s i = ⋂ i, -s i - Set.iInter_vsub_subset 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {β : Type u_2} {ι : Sort u_3} [VSub α β] (s : ι → Set β) (t : Set β) : (⋂ i, s i) -ᵥ t ⊆ ⋂ i, s i -ᵥ t - Set.vsub_iInter_subset 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {β : Type u_2} {ι : Sort u_3} [VSub α β] (s : Set β) (t : ι → Set β) : s -ᵥ ⋂ i, t i ⊆ ⋂ i, s -ᵥ t i - Set.add_iInter_subset 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {ι : Sort u_3} [Add α] (s : Set α) (t : ι → Set α) : s + ⋂ i, t i ⊆ ⋂ i, s + t i - Set.div_iInter_subset 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {ι : Sort u_3} [Div α] (s : Set α) (t : ι → Set α) : s / ⋂ i, t i ⊆ ⋂ i, s / t i - Set.iInter_add_subset 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {ι : Sort u_3} [Add α] (s : ι → Set α) (t : Set α) : (⋂ i, s i) + t ⊆ ⋂ i, s i + t - Set.iInter_div_subset 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {ι : Sort u_3} [Div α] (s : ι → Set α) (t : Set α) : (⋂ i, s i) / t ⊆ ⋂ i, s i / t - Set.iInter_mul_subset 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {ι : Sort u_3} [Mul α] (s : ι → Set α) (t : Set α) : (⋂ i, s i) * t ⊆ ⋂ i, s i * t - Set.iInter_sub_subset 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {ι : Sort u_3} [Sub α] (s : ι → Set α) (t : Set α) : (⋂ i, s i) - t ⊆ ⋂ i, s i - t - Set.mul_iInter_subset 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {ι : Sort u_3} [Mul α] (s : Set α) (t : ι → Set α) : s * ⋂ i, t i ⊆ ⋂ i, s * t i - Set.sub_iInter_subset 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {ι : Sort u_3} [Sub α] (s : Set α) (t : ι → Set α) : s - ⋂ i, t i ⊆ ⋂ i, s - t i - Set.sInter_inv 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} [Inv α] (S : Set (Set α)) : (⋂₀ S)⁻¹ = ⋂ s ∈ S, s⁻¹ - Set.sInter_neg 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} [Neg α] (S : Set (Set α)) : -⋂₀ S = ⋂ s ∈ S, -s - Set.smul_set_iInter_subset 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {β : Type u_2} {ι : Sort u_3} [SMul α β] (a : α) (t : ι → Set β) : a • ⋂ i, t i ⊆ ⋂ i, a • t i - Set.vadd_set_iInter_subset 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {β : Type u_2} {ι : Sort u_3} [VAdd α β] (a : α) (t : ι → Set β) : a +ᵥ ⋂ i, t i ⊆ ⋂ i, a +ᵥ t i - Set.iInter_smul_subset 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {β : Type u_2} {ι : Sort u_3} [SMul α β] (s : ι → Set α) (t : Set β) : (⋂ i, s i) • t ⊆ ⋂ i, s i • t - Set.iInter_vadd_subset 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {β : Type u_2} {ι : Sort u_3} [VAdd α β] (s : ι → Set α) (t : Set β) : (⋂ i, s i) +ᵥ t ⊆ ⋂ i, s i +ᵥ t - Set.smul_iInter_subset 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {β : Type u_2} {ι : Sort u_3} [SMul α β] (s : Set α) (t : ι → Set β) : s • ⋂ i, t i ⊆ ⋂ i, s • t i - Set.vadd_iInter_subset 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {β : Type u_2} {ι : Sort u_3} [VAdd α β] (s : Set α) (t : ι → Set β) : s +ᵥ ⋂ i, t i ⊆ ⋂ i, s +ᵥ t i - Set.iInter₂_vsub_subset 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {β : Type u_2} {ι : Sort u_3} {κ : ι → Sort u_4} [VSub α β] (s : (i : ι) → κ i → Set β) (t : Set β) : (⋂ i, ⋂ j, s i j) -ᵥ t ⊆ ⋂ i, ⋂ j, s i j -ᵥ t - Set.vsub_iInter₂_subset 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {β : Type u_2} {ι : Sort u_3} {κ : ι → Sort u_4} [VSub α β] (s : Set β) (t : (i : ι) → κ i → Set β) : s -ᵥ ⋂ i, ⋂ j, t i j ⊆ ⋂ i, ⋂ j, s -ᵥ t i j - Set.sInter_vsub_subset 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {β : Type u_2} [VSub α β] (S : Set (Set β)) (t : Set β) : ⋂₀ S -ᵥ t ⊆ ⋂ s ∈ S, s -ᵥ t - Set.vsub_sInter_subset 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {β : Type u_2} [VSub α β] (s : Set β) (T : Set (Set β)) : s -ᵥ ⋂₀ T ⊆ ⋂ t ∈ T, s -ᵥ t - Set.add_iInter₂_subset 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {ι : Sort u_3} {κ : ι → Sort u_4} [Add α] (s : Set α) (t : (i : ι) → κ i → Set α) : s + ⋂ i, ⋂ j, t i j ⊆ ⋂ i, ⋂ j, s + t i j - Set.div_iInter₂_subset 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {ι : Sort u_3} {κ : ι → Sort u_4} [Div α] (s : Set α) (t : (i : ι) → κ i → Set α) : s / ⋂ i, ⋂ j, t i j ⊆ ⋂ i, ⋂ j, s / t i j - Set.iInter₂_add_subset 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {ι : Sort u_3} {κ : ι → Sort u_4} [Add α] (s : (i : ι) → κ i → Set α) (t : Set α) : (⋂ i, ⋂ j, s i j) + t ⊆ ⋂ i, ⋂ j, s i j + t - Set.iInter₂_div_subset 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {ι : Sort u_3} {κ : ι → Sort u_4} [Div α] (s : (i : ι) → κ i → Set α) (t : Set α) : (⋂ i, ⋂ j, s i j) / t ⊆ ⋂ i, ⋂ j, s i j / t - Set.iInter₂_mul_subset 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {ι : Sort u_3} {κ : ι → Sort u_4} [Mul α] (s : (i : ι) → κ i → Set α) (t : Set α) : (⋂ i, ⋂ j, s i j) * t ⊆ ⋂ i, ⋂ j, s i j * t - Set.iInter₂_sub_subset 📋 Mathlib.Algebra.Group.Pointwise.Set.Lattice
{α : Type u_1} {ι : Sort u_3} {κ : ι → Sort u_4} [Sub α] (s : (i : ι) → κ i → Set α) (t : Set α) : (⋂ i, ⋂ j, s i j) - t ⊆ ⋂ i, ⋂ j, s i j - t
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
🔍Real.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
🔍"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
🔍_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
🔍Real.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
🔍(?a -> ?b) -> List ?a -> List ?b
🔍List ?a -> (?a -> ?b) -> List ?bBy main conclusion:
🔍|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of all→and∀) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
🔍|- _ < _ → tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
⊢ (_ : Type _)finds all definitions which provide data while⊢ (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
🔍 Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ → _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision 69fae59