Loogle!
Result
Found 3708 declarations mentioning Set.ofPred. Of these, only the first 200 are shown.
- Set.ofPred π Mathlib.Data.Set.Defs
{Ξ± : Type u} (p : Ξ± β Prop) : Set Ξ± - Set.elem_mem π Mathlib.Data.Set.CoeSort
{Ο : Type u_1} {Ξ± : Type u_2} [Membership Ο Ξ±] {S : Ξ±} : β{x | x β S} = { x // x β S } - Set.ofPred_mem_eq π Mathlib.Data.Set.Operations
{Ξ± : Type u} {s : Set Ξ±} : {x | x β s} = s - Set.setOf_mem_eq π Mathlib.Data.Set.Operations
{Ξ± : Type u} {s : Set Ξ±} : {x | x β s} = s - Membership.mem.out π Mathlib.Data.Set.Operations
{Ξ± : Type u} {a : Ξ±} {p : Ξ± β Prop} : a β {x | p x} β p a - Set.mem_ofPred π Mathlib.Data.Set.Operations
{Ξ± : Type u} {a : Ξ±} {p : Ξ± β Prop} : a β {x | p x} β p a - Set.mem_setOf π Mathlib.Data.Set.Operations
{Ξ± : Type u} {a : Ξ±} {p : Ξ± β Prop} : a β {x | p x} β p a - Set.eq_mem_ofPred π Mathlib.Data.Set.Operations
{Ξ± : Type u} (p : Ξ± β Prop) : p = fun x => x β {a | p a} - Set.eq_mem_setOf π Mathlib.Data.Set.Operations
{Ξ± : Type u} (p : Ξ± β Prop) : p = fun x => x β {a | p a} - Set.mem_ofPred_eq π Mathlib.Data.Set.Operations
{Ξ± : Type u} {x : Ξ±} {p : Ξ± β Prop} : (x β {y | p y}) = p x - Set.mem_setOf_eq π Mathlib.Data.Set.Operations
{Ξ± : Type u} {x : Ξ±} {p : Ξ± β Prop} : (x β {y | p y}) = p x - Set.notMem_ofPred_iff π Mathlib.Data.Set.Operations
{Ξ± : Type u} {a : Ξ±} {p : Ξ± β Prop} : a β {x | p x} β Β¬p a - Set.notMem_setOf_iff π Mathlib.Data.Set.Operations
{Ξ± : Type u} {a : Ξ±} {p : Ξ± β Prop} : a β {x | p x} β Β¬p a - Nat.pow_self_strictMonoOn π Mathlib.Order.Monotone.Basic
: StrictMonoOn (fun n => n ^ n) {n | n β 0} - antitone_add_nat_iff_antitoneOn_nat_Ici π Mathlib.Order.Monotone.Basic
{Ξ± : Type u} [Preorder Ξ±] {f : β β Ξ±} {k : β} : (Antitone fun n => f (n + k)) β AntitoneOn f {x | k β€ x} - monotone_add_nat_iff_monotoneOn_nat_Ici π Mathlib.Order.Monotone.Basic
{Ξ± : Type u} [Preorder Ξ±] {f : β β Ξ±} {k : β} : (Monotone fun n => f (n + k)) β MonotoneOn f {x | k β€ x} - antitoneOn_nat_Ici_of_succ_le π Mathlib.Order.Monotone.Basic
{Ξ± : Type u} [Preorder Ξ±] {f : β β Ξ±} {k : β} (hf : β n β₯ k, f (n + 1) β€ f n) : AntitoneOn f {x | k β€ x} - monotoneOn_nat_Ici_of_le_succ π Mathlib.Order.Monotone.Basic
{Ξ± : Type u} [Preorder Ξ±] {f : β β Ξ±} {k : β} (hf : β n β₯ k, f n β€ f (n + 1)) : MonotoneOn f {x | k β€ x} - Nat.pow_monotoneOn π Mathlib.Order.Monotone.Basic
: MonotoneOn (fun p => p.1 ^ p.2) {p | p.1 β 0} - Set.ofPred_bijective π Mathlib.Data.Set.Basic
{Ξ± : Type u} : Function.Bijective Set.ofPred - Set.ofPred_injective π Mathlib.Data.Set.Basic
{Ξ± : Type u} : Function.Injective Set.ofPred - Set.setOf_bijective π Mathlib.Data.Set.Basic
{Ξ± : Type u} : Function.Bijective Set.ofPred - Set.setOf_injective π Mathlib.Data.Set.Basic
{Ξ± : Type u} : Function.Injective Set.ofPred - Set.ofPred_true π Mathlib.Data.Set.Basic
{Ξ± : Type u} : {_x | True} = Set.univ - Set.setOf_true π Mathlib.Data.Set.Basic
{Ξ± : Type u} : {_x | True} = Set.univ - Set.empty_def π Mathlib.Data.Set.Basic
{Ξ± : Type u} : β = {_x | False} - Set.ofPred_false π Mathlib.Data.Set.Basic
{Ξ± : Type u} : {_a | False} = β - Set.setOf_false π Mathlib.Data.Set.Basic
{Ξ± : Type u} : {_a | False} = β - Set.coe_ofPred π Mathlib.Data.Set.Basic
{Ξ± : Type u} (p : Ξ± β Prop) : β{x | p x} = { x // p x } - Set.coe_setOf π Mathlib.Data.Set.Basic
{Ξ± : Type u} (p : Ξ± β Prop) : β{x | p x} = { x // p x } - Set.ofPred_top π Mathlib.Data.Set.Basic
{Ξ± : Type u} : {_x | β€} = Set.univ - Set.setOf_top π Mathlib.Data.Set.Basic
{Ξ± : Type u} : {_x | β€} = Set.univ - Set.decidableSetOf π Mathlib.Data.Set.Basic
{Ξ± : Type u} (a : Ξ±) (p : Ξ± β Prop) [Decidable (p a)] : Decidable (a β {a | p a}) - Set.sep_true π Mathlib.Data.Set.Basic
{Ξ± : Type u} {s : Set Ξ±} : {x | x β s β§ True} = s - Set.ofPred_bot π Mathlib.Data.Set.Basic
{Ξ± : Type u} : {_x | β₯} = β - Set.setOf_bot π Mathlib.Data.Set.Basic
{Ξ± : Type u} : {_x | β₯} = β - Set.ofPred_inj π Mathlib.Data.Set.Basic
{Ξ± : Type u} {p q : Ξ± β Prop} : {x | p x} = {x | q x} β p = q - Set.sep_false π Mathlib.Data.Set.Basic
{Ξ± : Type u} {s : Set Ξ±} : {x | x β s β§ False} = β - Set.setOf_inj π Mathlib.Data.Set.Basic
{Ξ± : Type u} {p q : Ξ± β Prop} : {x | p x} = {x | q x} β p = q - Set.ofPred_subset_ofPred_of_imp π Mathlib.Data.Set.Basic
{Ξ± : Type u} {p q : Ξ± β Prop} : (β (a : Ξ±), p a β q a) β {a | p a} β {a | q a} - Set.sep_subset π Mathlib.Data.Set.Basic
{Ξ± : Type u} (s : Set Ξ±) (p : Ξ± β Prop) : {x | x β s β§ p x} β s - Set.setOf_subset_setOf_of_imp π Mathlib.Data.Set.Basic
{Ξ± : Type u} {p q : Ξ± β Prop} : (β (a : Ξ±), p a β q a) β {a | p a} β {a | q a} - Set.forall_mem_ofPred π Mathlib.Data.Set.Basic
{Ξ± : Type u} {p q : Ξ± β Prop} : (β x β {x | q x}, p x) β β (x : Ξ±), q x β p x - Set.ofPred_subset π Mathlib.Data.Set.Basic
{Ξ± : Type u} {p : Ξ± β Prop} {s : Set Ξ±} : Set.ofPred p β s β β (x : Ξ±), p x β x β s - Set.ofPred_subset_ofPred π Mathlib.Data.Set.Basic
{Ξ± : Type u} {p q : Ξ± β Prop} : {a | p a} β {a | q a} β β (a : Ξ±), p a β q a - Set.sep_univ π Mathlib.Data.Set.Basic
{Ξ± : Type u} {p : Ξ± β Prop} : {x | x β Set.univ β§ p x} = {x | p x} - Set.setOf_subset π Mathlib.Data.Set.Basic
{Ξ± : Type u} {p : Ξ± β Prop} {s : Set Ξ±} : Set.ofPred p β s β β (x : Ξ±), p x β x β s - Set.setOf_subset_setOf π Mathlib.Data.Set.Basic
{Ξ± : Type u} {p q : Ξ± β Prop} : {a | p a} β {a | q a} β β (a : Ξ±), p a β q a - Set.subset_ofPred π Mathlib.Data.Set.Basic
{Ξ± : Type u} {p : Ξ± β Prop} {s : Set Ξ±} : s β Set.ofPred p β β x β s, p x - Set.subset_setOf π Mathlib.Data.Set.Basic
{Ξ± : Type u} {p : Ξ± β Prop} {s : Set Ξ±} : s β Set.ofPred p β β x β s, p x - Set.sep_empty π Mathlib.Data.Set.Basic
{Ξ± : Type u} (p : Ξ± β Prop) : {x | x β β β§ p x} = β - Set.sep_subset_ofPred π Mathlib.Data.Set.Basic
{Ξ± : Type u} (s : Set Ξ±) (p : Ξ± β Prop) : {x | x β s β§ p x} β {x | p x} - Set.sep_subset_setOf π Mathlib.Data.Set.Basic
{Ξ± : Type u} (s : Set Ξ±) (p : Ξ± β Prop) : {x | x β s β§ p x} β {x | p x} - Set.ofPred_and π Mathlib.Data.Set.Basic
{Ξ± : Type u} {p q : Ξ± β Prop} : {a | p a β§ q a} = {a | p a} β© {a | q a} - Set.ofPred_or π Mathlib.Data.Set.Basic
{Ξ± : Type u} {p q : Ξ± β Prop} : {a | p a β¨ q a} = {a | p a} βͺ {a | q a} - Set.setOf_and π Mathlib.Data.Set.Basic
{Ξ± : Type u} {p q : Ξ± β Prop} : {a | p a β§ q a} = {a | p a} β© {a | q a} - Set.setOf_or π Mathlib.Data.Set.Basic
{Ξ± : Type u} {p q : Ξ± β Prop} : {a | p a β¨ q a} = {a | p a} βͺ {a | q a} - Set.exists_mem_ofPred π Mathlib.Data.Set.Basic
{Ξ± : Type u} {p q : Ξ± β Prop} : (β x β {x | q x}, p x) β β x, q x β§ p x - Set.inter_ofPred_eq_sep π Mathlib.Data.Set.Basic
{Ξ± : Type u} (s : Set Ξ±) (p : Ξ± β Prop) : s β© {a | p a} = {a | a β s β§ p a} - Set.inter_setOf_eq_sep π Mathlib.Data.Set.Basic
{Ξ± : Type u} (s : Set Ξ±) (p : Ξ± β Prop) : s β© {a | p a} = {a | a β s β§ p a} - Set.ofPred_inter_eq_sep π Mathlib.Data.Set.Basic
{Ξ± : Type u} (p : Ξ± β Prop) (s : Set Ξ±) : {a | p a} β© s = {a | a β s β§ p a} - Set.setOf_inter_eq_sep π Mathlib.Data.Set.Basic
{Ξ± : Type u} (p : Ξ± β Prop) (s : Set Ξ±) : {a | p a} β© s = {a | a β s β§ p a} - Set.sep_ofPred π Mathlib.Data.Set.Basic
{Ξ± : Type u} {p q : Ξ± β Prop} : {x | x β {y | p y} β§ q x} = {x | p x β§ q x} - Set.sep_setOf π Mathlib.Data.Set.Basic
{Ξ± : Type u} {p q : Ξ± β Prop} : {x | x β {y | p y} β§ q x} = {x | p x β§ q x} - Set.inter_def π Mathlib.Data.Set.Basic
{Ξ± : Type u} {sβ sβ : Set Ξ±} : sβ β© sβ = {a | a β sβ β§ a β sβ} - Set.sep_eq_self_iff_mem_true π Mathlib.Data.Set.Basic
{Ξ± : Type u} {s : Set Ξ±} {p : Ξ± β Prop} : {x | x β s β§ p x} = s β β x β s, p x - Set.sep_mem_eq π Mathlib.Data.Set.Basic
{Ξ± : Type u} {s t : Set Ξ±} : {x | x β s β§ x β t} = s β© t - Set.union_def π Mathlib.Data.Set.Basic
{Ξ± : Type u} {sβ sβ : Set Ξ±} : sβ βͺ sβ = {a | a β sβ β¨ a β sβ} - Set.sep_eq_of_subset π Mathlib.Data.Set.Basic
{Ξ± : Type u} {s t : Set Ξ±} (h : s β t) : {x | x β t β§ x β s} = s - Set.mem_sep π Mathlib.Data.Set.Basic
{Ξ± : Type u} {s : Set Ξ±} {p : Ξ± β Prop} {x : Ξ±} (xs : x β s) (px : p x) : x β {x | x β s β§ p x} - Set.mem_sep_iff π Mathlib.Data.Set.Basic
{Ξ± : Type u} {s : Set Ξ±} {p : Ξ± β Prop} {x : Ξ±} : x β {x | x β s β§ p x} β x β s β§ p x - Set.sep_eq_empty_iff_mem_false π Mathlib.Data.Set.Basic
{Ξ± : Type u} {s : Set Ξ±} {p : Ξ± β Prop} : {x | x β s β§ p x} = β β β x β s, Β¬p x - Set.sep_eq_inter_sep π Mathlib.Data.Set.Basic
{Ξ± : Type u_1} {s t : Set Ξ±} {p : Ξ± β Prop} (hst : s β t) : {x | x β s β§ p x} = s β© {x | x β t β§ p x} - Set.sep_ext_iff π Mathlib.Data.Set.Basic
{Ξ± : Type u} {s : Set Ξ±} {p q : Ξ± β Prop} : {x | x β s β§ p x} = {x | x β s β§ q x} β β x β s, p x β q x - Set.sep_and π Mathlib.Data.Set.Basic
{Ξ± : Type u} {s : Set Ξ±} {p q : Ξ± β Prop} : {x | x β s β§ p x β§ q x} = {x | x β s β§ p x} β© {x | x β s β§ q x} - Set.sep_or π Mathlib.Data.Set.Basic
{Ξ± : Type u} {s : Set Ξ±} {p q : Ξ± β Prop} : {x | x β s β§ (p x β¨ q x)} = {x | x β s β§ p x} βͺ {x | x β s β§ q x} - Set.sep_inter π Mathlib.Data.Set.Basic
{Ξ± : Type u} {s t : Set Ξ±} {p : Ξ± β Prop} : {x | (x β s β§ x β t) β§ p x} = {x | x β s β§ p x} β© {x | x β t β§ p x} - Set.sep_union π Mathlib.Data.Set.Basic
{Ξ± : Type u} {s t : Set Ξ±} {p : Ξ± β Prop} : {x | (x β s β¨ x β t) β§ p x} = {x | x β s β§ p x} βͺ {x | x β t β§ p x} - Equiv.setSubtypeComm_symm_apply π Mathlib.Data.Set.Basic
{Ξ± : Type u_1} (p : Ξ± β Prop) (s : { s // β a β s, p a }) : (Equiv.setSubtypeComm p).symm s = {a | βa β βs} - Equiv.setSubtypeComm_apply π Mathlib.Data.Set.Basic
{Ξ± : Type u_1} (p : Ξ± β Prop) (s : Set { a // p a }) : (Equiv.setSubtypeComm p) s = β¨{a | β (h : p a), β¨a, hβ© β s}, β―β© - Set.ofPred_eq_eq_singleton π Mathlib.Data.Set.Insert
{Ξ± : Type u_1} {a : Ξ±} : {n | n = a} = {a} - Set.ofPred_eq_eq_singleton' π Mathlib.Data.Set.Insert
{Ξ± : Type u_1} {a : Ξ±} : {x | a = x} = {a} - Set.setOf_eq_eq_singleton π Mathlib.Data.Set.Insert
{Ξ± : Type u_1} {a : Ξ±} : {n | n = a} = {a} - Set.setOf_eq_eq_singleton' π Mathlib.Data.Set.Insert
{Ξ± : Type u_1} {a : Ξ±} : {x | a = x} = {a} - Set.set_compr_eq_eq_singleton π Mathlib.Data.Set.Insert
{Ξ± : Type u_1} {a : Ξ±} : {b | b = a} = {a} - Set.insert_def π Mathlib.Data.Set.Insert
{Ξ± : Type u_1} (x : Ξ±) (s : Set Ξ±) : insert x s = {y | y = x β¨ y β s} - Set.ofPred_mem_list_eq_singleton_of_nodup π Mathlib.Data.Set.Insert
{Ξ± : Type u_1} {l : List Ξ±} (H : l.Nodup) {a : Ξ±} : {x | x β l} = {a} β l = [a] - Set.setOf_mem_list_eq_singleton_of_nodup π Mathlib.Data.Set.Insert
{Ξ± : Type u_1} {l : List Ξ±} (H : l.Nodup) {a : Ξ±} : {x | x β l} = {a} β l = [a] - Set.ofPred_mem_list_eq_replicate π Mathlib.Data.Set.Insert
{Ξ± : Type u_1} {l : List Ξ±} {a : Ξ±} : {x | x β l} = {a} β β n > 0, l = List.replicate n a - Set.setOf_mem_list_eq_replicate π Mathlib.Data.Set.Insert
{Ξ± : Type u_1} {l : List Ξ±} {a : Ξ±} : {x | x β l} = {a} β β n > 0, l = List.replicate n a - ExistsUnique.setSubsingleton π Mathlib.Data.Set.Subsingleton
{Ξ± : Type u_1} {p : Ξ± β Prop} (h : ExistsUnique p) : {x | p x}.Subsingleton - Set.subsingleton_isBot π Mathlib.Data.Set.Subsingleton
(Ξ± : Type u_1) [PartialOrder Ξ±] : {x | IsBot x}.Subsingleton - Set.subsingleton_isTop π Mathlib.Data.Set.Subsingleton
(Ξ± : Type u_1) [PartialOrder Ξ±] : {x | IsTop x}.Subsingleton - Set.compl_ofPred π Mathlib.Order.BooleanAlgebra.Set
{Ξ± : Type u_3} (p : Ξ± β Prop) : {a | p a}αΆ = {a | Β¬p a} - Set.compl_setOf π Mathlib.Order.BooleanAlgebra.Set
{Ξ± : Type u_3} (p : Ξ± β Prop) : {a | p a}αΆ = {a | Β¬p a} - Set.compl_def π Mathlib.Order.BooleanAlgebra.Set
{Ξ± : Type u_1} (s : Set Ξ±) : sαΆ = {x | x β s} - Set.compl_ne_eq_singleton π Mathlib.Order.BooleanAlgebra.Set
{Ξ± : Type u_1} (a : Ξ±) : {x | x β a}αΆ = {a} - Set.compl_singleton_eq π Mathlib.Order.BooleanAlgebra.Set
{Ξ± : Type u_1} (a : Ξ±) : {a}αΆ = {x | x β a} - Set.sdiff_sep_self π Mathlib.Order.BooleanAlgebra.Set
{Ξ± : Type u_1} (s : Set Ξ±) (p : Ξ± β Prop) : s \ {a | a β s β§ p a} = {a | a β s β§ Β¬p a} - Set.insert_erase_invOn π Mathlib.Order.BooleanAlgebra.Set
{Ξ± : Type u_1} {a : Ξ±} : Set.InvOn (insert a) (fun s => s \ {a}) {s | a β s} {s | a β s} - Subtype.range_coe_subtype π Mathlib.Data.Set.Image
{Ξ± : Type u_1} {p : Ξ± β Prop} : Set.range Subtype.val = {x | p x} - Subtype.range_val_subtype π Mathlib.Data.Set.Image
{Ξ± : Type u_1} {p : Ξ± β Prop} : Set.range Subtype.val = {x | p x} - Set.preimage_singleton_true π Mathlib.Data.Set.Image
{Ξ± : Type u_1} (p : Ξ± β Prop) : p β»ΒΉ' {True} = {a | p a} - Set.preimage_singleton_false π Mathlib.Data.Set.Image
{Ξ± : Type u_1} (p : Ξ± β Prop) : p β»ΒΉ' {False} = {a | Β¬p a} - Set.preimage_ofPred_eq π Mathlib.Data.Set.Image
{Ξ± : Type u_1} {Ξ² : Type u_2} {p : Ξ± β Prop} {f : Ξ² β Ξ±} : f β»ΒΉ' {a | p a} = {a | p (f a)} - Set.preimage_setOf_eq π Mathlib.Data.Set.Image
{Ξ± : Type u_1} {Ξ² : Type u_2} {p : Ξ± β Prop} {f : Ξ² β Ξ±} : f β»ΒΉ' {a | p a} = {a | p (f a)} - Set.range_inl π Mathlib.Data.Set.Image
{Ξ± : Type u_1} {Ξ² : Type u_2} : Set.range Sum.inl = {x | x.isLeft = true} - Set.range_inr π Mathlib.Data.Set.Image
{Ξ± : Type u_1} {Ξ² : Type u_2} : Set.range Sum.inr = {x | x.isRight = true} - Set.compl_image_ofPred π Mathlib.Data.Set.Image
{Ξ± : Type u_1} {p : Set Ξ± β Prop} : compl '' {s | p s} = {s | p sαΆ} - Set.compl_image_set_of π Mathlib.Data.Set.Image
{Ξ± : Type u_1} {p : Set Ξ± β Prop} : compl '' {s | p s} = {s | p sαΆ} - Subtype.coe_image π Mathlib.Data.Set.Image
{Ξ± : Type u_1} {p : Ξ± β Prop} {s : Set (Subtype p)} : Subtype.val '' s = {x | β (h : p x), β¨x, hβ© β s} - Set.range_subtype_map π Mathlib.Data.Set.Image
{Ξ± : Type u_1} {Ξ² : Type u_2} {p : Ξ± β Prop} {q : Ξ² β Prop} (f : Ξ± β Ξ²) (h : β (x : Ξ±), p x β q (f x)) : Set.range (Subtype.map f h) = Subtype.val β»ΒΉ' f '' {x | p x} - Set.range_inclusion π Mathlib.Data.Set.Image
{Ξ± : Type u_1} {s t : Set Ξ±} (h : s β t) : Set.range (Set.inclusion h) = {x | βx β s} - Set.image_perm π Mathlib.Data.Set.Image
{Ξ± : Type u_1} {s : Set Ξ±} {Ο : Equiv.Perm Ξ±} (hs : {a | Ο a β a} β s) : βΟ '' s = s - Subtype.coe_image_of_subset π Mathlib.Data.Set.Image
{Ξ± : Type u_1} {s t : Set Ξ±} (h : t β s) : Subtype.val '' {x | βx β t} = t - Set.prod_quotient_preimage_eq_image π Mathlib.Data.Set.Image
{Ξ± : Type u_1} {Ξ² : Type u_2} [s : Setoid Ξ±] (g : Quotient s β Ξ²) {h : Ξ± β Ξ²} (Hh : h = g β Quotient.mk'') (r : Set (Ξ² Γ Ξ²)) : {x | (g x.1, g x.2) β r} = (fun a => (β¦a.1β§, β¦a.2β§)) '' (fun a => (h a.1, h a.2)) β»ΒΉ' r - Set.range_const_eq_diagonal π Mathlib.Data.Set.Prod
{Ξ± : Type u_1} {Ξ² : Type u_2} [hΞ² : Nonempty Ξ²] : Set.range (Function.const Ξ±) = {f | β (x y : Ξ±), f x = f y} - Set.singleton_pi' π Mathlib.Data.Set.Prod
{ΞΉ : Type u_1} {Ξ± : ΞΉ β Type u_2} (i : ΞΉ) (t : (i : ΞΉ) β Set (Ξ± i)) : {i}.pi t = {x | x i β t i} - Set.offDiag_eq_sep_prod π Mathlib.Data.Set.Prod
{Ξ± : Type u_1} (s : Set Ξ±) : s.offDiag = {x | x β s ΓΛ’ s β§ x.1 β x.2} - Set.pi_if π Mathlib.Data.Set.Prod
{ΞΉ : Type u_1} {Ξ± : ΞΉ β Type u_2} {p : ΞΉ β Prop} [h : DecidablePred p] (s : Set ΞΉ) (tβ tβ : (i : ΞΉ) β Set (Ξ± i)) : (s.pi fun i => if p i then tβ i else tβ i) = {i | i β s β§ p i}.pi tβ β© {i | i β s β§ Β¬p i}.pi tβ - Set.univ_pi_update π Mathlib.Data.Set.Prod
{ΞΉ : Type u_1} {Ξ± : ΞΉ β Type u_2} [DecidableEq ΞΉ] {Ξ² : ΞΉ β Type u_4} (i : ΞΉ) (f : (j : ΞΉ) β Ξ± j) (a : Ξ± i) (t : (j : ΞΉ) β Ξ± j β Set (Ξ² j)) : (Set.univ.pi fun j => t j (Function.update f i a j)) = {x | x i β t i a} β© {i}αΆ.pi fun j => t j (f j) - Set.pi_update_of_mem π Mathlib.Data.Set.Prod
{ΞΉ : Type u_1} {Ξ± : ΞΉ β Type u_2} {Ξ² : ΞΉ β Type u_3} {s : Set ΞΉ} {i : ΞΉ} [DecidableEq ΞΉ] (hi : i β s) (f : (j : ΞΉ) β Ξ± j) (a : Ξ± i) (t : (j : ΞΉ) β Ξ± j β Set (Ξ² j)) : (s.pi fun j => t j (Function.update f i a j)) = {x | x i β t i a} β© (s \ {i}).pi fun j => t j (f j) - even_subset_image_even π Mathlib.Algebra.Group.Even
{F : Type u_1} {Ξ± : Type u_2} {Ξ² : Type u_3} [AddZeroClass Ξ±] [AddZeroClass Ξ²] [FunLike F Ξ± Ξ²] [AddMonoidHomClass F Ξ± Ξ²] {f : F} (hf : Function.Surjective βf) : {b | Even b} β βf '' {a | Even a} - isSquare_subset_image_isSquare π Mathlib.Algebra.Group.Even
{F : Type u_1} {Ξ± : Type u_2} {Ξ² : Type u_3} [MulOneClass Ξ±] [MulOneClass Ξ²] [FunLike F Ξ± Ξ²] [MonoidHomClass F Ξ± Ξ²] {f : F} (hf : Function.Surjective βf) : {b | IsSquare b} β βf '' {a | IsSquare a} - List.Pairwise.set_pairwise π Mathlib.Data.List.Pairwise
{Ξ± : Type u_1} {R : Ξ± β Ξ± β Prop} {l : List Ξ±} (hl : List.Pairwise R l) [Std.Symm R] : {x | x β l}.Pairwise R - range_two_mul π Mathlib.Algebra.Ring.Parity
(Ξ± : Type u_4) [NonAssocSemiring Ξ±] : (Set.range fun x => 2 * x) = {a | Even a} - range_two_mul_add_one π Mathlib.Algebra.Ring.Parity
(Ξ± : Type u_4) [Semiring Ξ±] : (Set.range fun x => 2 * x + 1) = {a | Odd a} - pow_left_monotoneOn π Mathlib.Algebra.Order.GroupWithZero.Basic
{Mβ : Type u_2} [MonoidWithZero Mβ] [Preorder Mβ] {n : β} [PosMulMono Mβ] [MulPosMono Mβ] : MonotoneOn (fun a => a ^ n) {x | 0 β€ x} - strictMonoOn_mul_self π Mathlib.Algebra.Order.GroupWithZero.Basic
{Mβ : Type u_2} [MonoidWithZero Mβ] [PartialOrder Mβ] [PosMulStrictMono Mβ] [MulPosMono Mβ] : StrictMonoOn (fun x => x * x) {x | 0 β€ x} - antitoneOn_inv_pos π Mathlib.Algebra.Order.GroupWithZero.Basic
{Gβ : Type u_3} [GroupWithZero Gβ] [PartialOrder Gβ] [PosMulReflectLT Gβ] [MulPosReflectLT Gβ] : AntitoneOn (fun x => xβ»ΒΉ) {r | 0 < r} - strictAntiOn_inv_pos π Mathlib.Algebra.Order.GroupWithZero.Basic
{Gβ : Type u_3} [GroupWithZero Gβ] [PartialOrder Gβ] [PosMulReflectLT Gβ] [MulPosReflectLT Gβ] : StrictAntiOn (fun x => xβ»ΒΉ) {r | 0 < r} - pow_left_strictMonoOnβ π Mathlib.Algebra.Order.GroupWithZero.Basic
{Mβ : Type u_2} [MonoidWithZero Mβ] [PartialOrder Mβ] {n : β} [PosMulStrictMono Mβ] [MulPosMono Mβ] (hn : n β 0) : StrictMonoOn (fun x => x ^ n) {a | 0 β€ a} - zpow_left_injOnβ π Mathlib.Algebra.Order.GroupWithZero.Basic
{Gβ : Type u_3} [GroupWithZero Gβ] [LinearOrder Gβ] [PosMulStrictMono Gβ] [MulPosMono Gβ] {n : β€} : n β 0 β Set.InjOn (fun a => a ^ n) {a | 0 β€ a} - zpow_left_monoOnβ π Mathlib.Algebra.Order.GroupWithZero.Basic
{Gβ : Type u_3} [GroupWithZero Gβ] [PartialOrder Gβ] [PosMulReflectLT Gβ] [MulPosMono Gβ] {n : β€} (hn : 0 β€ n) : MonotoneOn (fun a => a ^ n) {a | 0 β€ a} - zpow_left_strictMonoOnβ π Mathlib.Algebra.Order.GroupWithZero.Basic
{Gβ : Type u_3} [GroupWithZero Gβ] [PartialOrder Gβ] [PosMulReflectLT Gβ] [MulPosMono Gβ] {n : β€} (hn : 0 < n) : StrictMonoOn (fun a => a ^ n) {a | 0 β€ a} - Int.gcd_least_linear π Mathlib.Data.Int.GCD
{a b : β€} (ha : a β 0) : IsLeast {n | 0 < n β§ β x y, βn = a * x + b * y} (a.gcd b) - Int.isCompl_even_odd π Mathlib.Algebra.Order.Ring.Int
: IsCompl {n | Even n} {n | Odd n} - Nat.isCompl_even_odd π Mathlib.Algebra.Order.Ring.Nat
: IsCompl {n | Even n} {n | Odd n} - Int.isGreatest_coe_greatestOfBdd π Mathlib.Data.Int.LeastGreatest
{P : β€ β Prop} [DecidablePred P] (b : β€) (Hb : β (z : β€), P z β z β€ b) (Hinh : β z, P z) : IsGreatest {z | P z} β(b.greatestOfBdd Hb Hinh) - Int.isLeast_coe_leastOfBdd π Mathlib.Data.Int.LeastGreatest
{P : β€ β Prop} [DecidablePred P] (b : β€) (Hb : β (z : β€), P z β b β€ z) (Hinh : β z, P z) : IsLeast {z | P z} β(b.leastOfBdd Hb Hinh) - Set.Ici_def π Mathlib.Order.Interval.Set.Defs
{Ξ± : Type u_1} [Preorder Ξ±] (b : Ξ±) : {x | b β€ x} = Set.Ici b - Set.Iic_def π Mathlib.Order.Interval.Set.Defs
{Ξ± : Type u_1} [Preorder Ξ±] (b : Ξ±) : {x | x β€ b} = Set.Iic b - Set.Iio_def π Mathlib.Order.Interval.Set.Defs
{Ξ± : Type u_1} [Preorder Ξ±] (a : Ξ±) : {x | x < a} = Set.Iio a - Set.Ioi_def π Mathlib.Order.Interval.Set.Defs
{Ξ± : Type u_1} [Preorder Ξ±] (a : Ξ±) : {x | a < x} = Set.Ioi a - Set.Icc_def π Mathlib.Order.Interval.Set.Defs
{Ξ± : Type u_1} [Preorder Ξ±] (a b : Ξ±) : {x | a β€ x β§ x β€ b} = Set.Icc a b - Set.Ico_def π Mathlib.Order.Interval.Set.Defs
{Ξ± : Type u_1} [Preorder Ξ±] (a b : Ξ±) : {x | a β€ x β§ x < b} = Set.Ico a b - Set.Ioc_def π Mathlib.Order.Interval.Set.Defs
{Ξ± : Type u_1} [Preorder Ξ±] (a b : Ξ±) : {x | a < x β§ x β€ b} = Set.Ioc a b - Set.Ioo_def π Mathlib.Order.Interval.Set.Defs
{Ξ± : Type u_1} [Preorder Ξ±] (a b : Ξ±) : {x | a < x β§ x < b} = Set.Ioo a b - Nat.instDecidableIsLeast π Mathlib.Order.Bounds.Basic
(p : β β Prop) (n : β) [DecidablePred p] : Decidable (IsLeast {n | p n} n) - isGreatest_compl π Mathlib.Order.Bounds.Basic
{Ξ± : Type u_1} [HeytingAlgebra Ξ±] (a : Ξ±) : IsGreatest {w | Disjoint w a} aαΆ - isLeast_hnot π Mathlib.Order.Bounds.Basic
{Ξ± : Type u_1} [CoheytingAlgebra Ξ±] (a : Ξ±) : IsLeast {w | Codisjoint a w} (οΏ’a) - isGreatest_himp π Mathlib.Order.Bounds.Basic
{Ξ± : Type u_1} [GeneralizedHeytingAlgebra Ξ±] (a b : Ξ±) : IsGreatest {w | w β a β€ b} (a β¨ b) - isLeast_sdiff π Mathlib.Order.Bounds.Basic
{Ξ± : Type u_1} [GeneralizedCoheytingAlgebra Ξ±] (a b : Ξ±) : IsLeast {w | a β€ b β w} (a \ b) - Equiv.setProdEquivSigma π Mathlib.Logic.Equiv.Set
{Ξ± : Type u_3} {Ξ² : Type u_4} (s : Set (Ξ± Γ Ξ²)) : βs β (x : Ξ±) Γ β{y | (x, y) β s} - Equiv.Set.sep π Mathlib.Logic.Equiv.Set
{Ξ± : Type u} (s : Set Ξ±) (t : Ξ± β Prop) : β{x | x β s β§ t x} β β{x | t βx} - Equiv.setOfPred_apply_symm_eq_image_setOfPred π Mathlib.Logic.Equiv.Set
{Ξ± : Type u_3} {Ξ² : Type u_4} (e : Ξ± β Ξ²) (p : Ξ± β Prop) : {b | p (e.symm b)} = βe '' {a | p a} - Equiv.setOf_apply_symm_eq_image_setOf π Mathlib.Logic.Equiv.Set
{Ξ± : Type u_3} {Ξ² : Type u_4} (e : Ξ± β Ξ²) (p : Ξ± β Prop) : {b | p (e.symm b)} = βe '' {a | p a} - WellFounded.prop_min π Mathlib.Order.WellFounded
{Ξ± : Type u_1} {r : Ξ± β Ξ± β Prop} (H : WellFounded r) {p : Ξ± β Prop} (h : β a, p a) : p (H.min {a | p a} h) - Set.range_injOn_strictAnti π Mathlib.Order.WellFounded
{Ξ² : Type u_2} {Ξ³ : Type u_3} [LinearOrder Ξ²] [Preorder Ξ³] [WellFoundedGT Ξ²] : Set.InjOn Set.range {f | StrictAnti f} - Set.range_injOn_strictAnti_of_wellFoundedGT π Mathlib.Order.WellFounded
{Ξ² : Type u_2} {Ξ³ : Type u_3} [LinearOrder Ξ²] [Preorder Ξ³] [WellFoundedGT Ξ²] : Set.InjOn Set.range {f | StrictAnti f} - Set.range_injOn_strictAnti_of_wellFoundedLT π Mathlib.Order.WellFounded
{Ξ² : Type u_2} {Ξ³ : Type u_3} [LinearOrder Ξ²] [Preorder Ξ³] [WellFoundedLT Ξ²] : Set.InjOn Set.range {f | StrictAnti f} - Set.range_injOn_strictMono π Mathlib.Order.WellFounded
{Ξ² : Type u_2} {Ξ³ : Type u_3} [LinearOrder Ξ²] [Preorder Ξ³] [WellFoundedLT Ξ²] : Set.InjOn Set.range {f | StrictMono f} - Set.range_injOn_strictMono_of_wellFoundedGT π Mathlib.Order.WellFounded
{Ξ² : Type u_2} {Ξ³ : Type u_3} [LinearOrder Ξ²] [Preorder Ξ³] [WellFoundedGT Ξ²] : Set.InjOn Set.range {f | StrictMono f} - Set.range_injOn_strictMono_of_wellFoundedLT π Mathlib.Order.WellFounded
{Ξ² : Type u_2} {Ξ³ : Type u_3} [LinearOrder Ξ²] [Preorder Ξ³] [WellFoundedLT Ξ²] : Set.InjOn Set.range {f | StrictMono f} - List.setOfPred_mem_cons π Mathlib.Data.List.Basic
{Ξ± : Type u} (l : List Ξ±) (a : Ξ±) : {x | x β a :: l} = insert a {x | x β l} - List.set_of_mem_cons π Mathlib.Data.List.Basic
{Ξ± : Type u} (l : List Ξ±) (a : Ξ±) : {x | x β a :: l} = insert a {x | x β l} - Nat.isLeast_find π Mathlib.Order.Nat
{p : β β Prop} [DecidablePred p] (hp : β n, p n) : IsLeast {n | p n} (Nat.find hp) - Nat.range_succ π Mathlib.Data.Nat.Set
: Set.range Nat.succ = {i | 0 < i} - GaloisConnection.isGLB_l π Mathlib.Order.GaloisConnection.Basic
{Ξ± : Type u} {Ξ² : Type v} [Preorder Ξ±] [Preorder Ξ²] {l : Ξ± β Ξ²} {u : Ξ² β Ξ±} (gc : GaloisConnection l u) {a : Ξ±} : IsGLB {b | a β€ u b} (l a) - GaloisConnection.isGreatest_u π Mathlib.Order.GaloisConnection.Basic
{Ξ± : Type u} {Ξ² : Type v} [Preorder Ξ±] [Preorder Ξ²] {u : Ξ± β Ξ²} {l : Ξ² β Ξ±} (gc : GaloisConnection l u) {a : Ξ±} : IsGreatest {b | l b β€ a} (u a) - GaloisConnection.isLUB_u π Mathlib.Order.GaloisConnection.Basic
{Ξ± : Type u} {Ξ² : Type v} [Preorder Ξ±] [Preorder Ξ²] {u : Ξ± β Ξ²} {l : Ξ² β Ξ±} (gc : GaloisConnection l u) {a : Ξ±} : IsLUB {b | l b β€ a} (u a) - GaloisConnection.isLeast_l π Mathlib.Order.GaloisConnection.Basic
{Ξ± : Type u} {Ξ² : Type v} [Preorder Ξ±] [Preorder Ξ²] {l : Ξ± β Ξ²} {u : Ξ² β Ξ±} (gc : GaloisConnection l u) {a : Ξ±} : IsLeast {b | a β€ u b} (l a) - compl_eq_sSup_disjoint π Mathlib.Order.CompleteBooleanAlgebra
{Ξ± : Type u} [Order.Frame Ξ±] {a : Ξ±} : aαΆ = sSup {w | Disjoint w a} - hnot_eq_sInf_codisjoint π Mathlib.Order.CompleteBooleanAlgebra
{Ξ± : Type u} [Order.Coframe Ξ±] {a : Ξ±} : οΏ’a = sInf {w | Codisjoint a w} - himp_eq_sSup π Mathlib.Order.CompleteBooleanAlgebra
{Ξ± : Type u} [Order.Frame Ξ±] {a b : Ξ±} : a β¨ b = sSup {w | w β a β€ b} - sdiff_eq_sInf π Mathlib.Order.CompleteBooleanAlgebra
{Ξ± : Type u} [Order.Coframe Ξ±] {a b : Ξ±} : a \ b = sInf {w | a β€ b β w} - 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_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.iUnion_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.iUnion_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_exists π 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_exists π Mathlib.Data.Set.Lattice.Indexed
{Ξ² : Type u_2} {ΞΉ : Sort u_4} (p : ΞΉ β Ξ² β Prop) : {x | β i, p i x} = β i, {x | p i x} - Set.antitone_ofPred π Mathlib.Data.Set.Order
{Ξ± : Type u_1} {Ξ² : Type u_2} [Preorder Ξ±] {p : Ξ± β Ξ² β Prop} (hp : β (b : Ξ²), Antitone fun a => p a b) : Antitone fun a => {b | p a b} - Set.antitone_setOf π Mathlib.Data.Set.Order
{Ξ± : Type u_1} {Ξ² : Type u_2} [Preorder Ξ±] {p : Ξ± β Ξ² β Prop} (hp : β (b : Ξ²), Antitone fun a => p a b) : Antitone fun a => {b | p a b} - Set.monotone_ofPred π Mathlib.Data.Set.Order
{Ξ± : Type u_1} {Ξ² : Type u_2} [Preorder Ξ±] {p : Ξ± β Ξ² β Prop} (hp : β (b : Ξ²), Monotone fun a => p a b) : Monotone fun a => {b | p a b} - Set.monotone_setOf π Mathlib.Data.Set.Order
{Ξ± : Type u_1} {Ξ² : Type u_2} [Preorder Ξ±] {p : Ξ± β Ξ² β Prop} (hp : β (b : Ξ²), Monotone fun a => p a b) : Monotone fun a => {b | p a b} - subsingleton_setOfPred_mem_iff_pairwise_disjoint π Mathlib.Data.Set.Pairwise.Basic
{Ξ± : Type u_1} {ΞΉ : Type u_4} {f : ΞΉ β Set Ξ±} : (β (a : Ξ±), {i | a β f i}.Subsingleton) β Pairwise (Function.onFun Disjoint f) - subsingleton_setOf_mem_iff_pairwise_disjoint π Mathlib.Data.Set.Pairwise.Basic
{Ξ± : Type u_1} {ΞΉ : Type u_4} {f : ΞΉ β Set Ξ±} : (β (a : Ξ±), {i | a β f i}.Subsingleton) β Pairwise (Function.onFun Disjoint f) - SetLike.setOfPred_mem_eq π Mathlib.Data.SetLike.Basic
{A : Type u_1} {B : Type u_2} [i : SetLike A B] (a : A) : {b | b β a} = βa - SetLike.setOf_mem_eq π Mathlib.Data.SetLike.Basic
{A : Type u_1} {B : Type u_2} [i : SetLike A B] (a : A) : {b | b β a} = βa - List.IsChain.isChain_setOfPred_mem π Mathlib.Order.Preorder.Chain
{Ξ± : Type u_1} {r : Ξ± β Ξ± β Prop} [IsTrans Ξ± r] {l : List Ξ±} (h : List.IsChain r l) : IsChain r {a | a β l} - setOfPred_maximal_antichain π Mathlib.Order.Antichain
{Ξ± : Type u_1} [PartialOrder Ξ±] (P : Ξ± β Prop) : IsAntichain (fun x1 x2 => x1 β€ x2) {x | Maximal P x} - setOfPred_minimal_antichain π Mathlib.Order.Antichain
{Ξ± : Type u_1} [PartialOrder Ξ±] (P : Ξ± β Prop) : IsAntichain (fun x1 x2 => x1 β€ x2) {x | Minimal P x} - setOf_maximal_antichain π Mathlib.Order.Antichain
{Ξ± : Type u_1} [PartialOrder Ξ±] (P : Ξ± β Prop) : IsAntichain (fun x1 x2 => x1 β€ x2) {x | Maximal P x} - setOf_minimal_antichain π Mathlib.Order.Antichain
{Ξ± : Type u_1} [PartialOrder Ξ±] (P : Ξ± β Prop) : IsAntichain (fun x1 x2 => x1 β€ x2) {x | Minimal P x} - IsAntichain.eq_setOfPred_maximal π Mathlib.Order.Antichain
{Ξ± : Type u_1} {s t : Set Ξ±} [Preorder Ξ±] (ht : IsAntichain (fun x1 x2 => x1 β€ x2) t) (h : β (x : Ξ±), Maximal (fun x => x β s) x β x β t) (hs : β a β t, β b β€ a, Maximal (fun x => x β s) b) : {x | Maximal (fun x => x β s) x} = t - IsAntichain.eq_setOfPred_minimal π Mathlib.Order.Antichain
{Ξ± : Type u_1} {s t : Set Ξ±} [Preorder Ξ±] (ht : IsAntichain (fun x1 x2 => x1 β€ x2) t) (h : β (x : Ξ±), Minimal (fun x => x β s) x β x β t) (hs : β a β t, β b, a β€ b β§ Minimal (fun x => x β s) b) : {x | Minimal (fun x => x β s) x} = t - IsAntichain.eq_setOf_maximal π Mathlib.Order.Antichain
{Ξ± : Type u_1} {s t : Set Ξ±} [Preorder Ξ±] (ht : IsAntichain (fun x1 x2 => x1 β€ x2) t) (h : β (x : Ξ±), Maximal (fun x => x β s) x β x β t) (hs : β a β t, β b β€ a, Maximal (fun x => x β s) b) : {x | Maximal (fun x => x β s) x} = 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 ce5dd8c