Loogle!
Result
Found 240 declarations mentioning ExistsUnique. Of these, only the first 200 are shown.
- ExistsUnique ๐ Mathlib.Basic.ExistsUnique
{ฮฑ : Sort u_1} (p : ฮฑ โ Prop) : Prop - existsUnique_false ๐ Mathlib.Basic.ExistsUnique
{ฮฑ : Sort u_1} : ยฌโ! x, False - existsUnique_eq ๐ Mathlib.Basic.ExistsUnique
{ฮฑ : Sort u_1} {a' : ฮฑ} : โ! a, a = a' - existsUnique_eq' ๐ Mathlib.Basic.ExistsUnique
{ฮฑ : Sort u_1} {a' : ฮฑ} : โ! a, a' = a - existsUnique_prop ๐ Mathlib.Basic.ExistsUnique
{p q : Prop} : (โ! x, q) โ p โง q - existsUnique_const ๐ Mathlib.Basic.ExistsUnique
{b : Prop} (ฮฑ : Sort u_2) [i : Nonempty ฮฑ] [Subsingleton ฮฑ] : (โ! x, b) โ b - existsUnique_prop_of_true ๐ Mathlib.Basic.ExistsUnique
{p : Prop} {q : p โ Prop} (h : p) : (โ! h', q h') โ q h - ExistsUnique.exists ๐ Mathlib.Basic.ExistsUnique
{ฮฑ : Sort u_1} {p : ฮฑ โ Prop} : (โ! x, p x) โ โ x, p x - existsUnique_iff_exists ๐ Mathlib.Basic.ExistsUnique
{ฮฑ : Sort u_1} [Subsingleton ฮฑ] {p : ฮฑ โ Prop} : (โ! x, p x) โ โ x, p x - ExistsUnique.intro ๐ Mathlib.Basic.ExistsUnique
{ฮฑ : Sort u_1} {p : ฮฑ โ Prop} (w : ฮฑ) (hโ : p w) (hโ : โ (y : ฮฑ), p y โ y = w) : โ! x, p x - ExistsUnique.unique ๐ Mathlib.Basic.ExistsUnique
{ฮฑ : Sort u_1} {p : ฮฑ โ Prop} (h : โ! x, p x) {yโ yโ : ฮฑ} (pyโ : p yโ) (pyโ : p yโ) : yโ = yโ - ExistsUnique.elim ๐ Mathlib.Basic.ExistsUnique
{ฮฑ : Sort u_1} {p : ฮฑ โ Prop} {b : Prop} (hโ : โ! x, p x) (hโ : โ (x : ฮฑ), p x โ (โ (y : ฮฑ), p y โ y = x) โ b) : b - existsUnique_congr ๐ Mathlib.Basic.ExistsUnique
{ฮฑ : Sort u_1} {p q : ฮฑ โ Prop} (h : โ (a : ฮฑ), p a โ q a) : (โ! a, p a) โ โ! a, q a - existsUnique_of_exists_of_unique ๐ Mathlib.Basic.ExistsUnique
{ฮฑ : Sort u_1} {p : ฮฑ โ Prop} (hex : โ x, p x) (hunique : โ (yโ yโ : ฮฑ), p yโ โ p yโ โ yโ = yโ) : โ! x, p x - List.decidableBExistsUnique ๐ Mathlib.Basic.ExistsUnique
{ฮฑ : Type u_2} [DecidableEq ฮฑ] (p : ฮฑ โ Prop) [DecidablePred p] (l : List ฮฑ) : Decidable (โ! x, x โ l โง p x) - ExistsUnique.existsโ ๐ Mathlib.Basic.ExistsUnique
{ฮฑ : Sort u_1} {p : ฮฑ โ Sort u_2} {q : (x : ฮฑ) โ p x โ Prop} (h : โ! x, โ! hx, q x hx) : โ x hx, q x hx - ExistsUnique.choose_eq_iff ๐ Mathlib.Basic.ExistsUnique
{ฮฑ : Sort u_1} {p : ฮฑ โ Prop} {a : ฮฑ} (h : โ! x, p x) : Exists.choose h = a โ p a - ExistsUnique.introโ ๐ Mathlib.Basic.ExistsUnique
{ฮฑ : Sort u_1} {p : ฮฑ โ Sort u_2} [โ (x : ฮฑ), Subsingleton (p x)] {q : (x : ฮฑ) โ p x โ Prop} (w : ฮฑ) (hp : p w) (hq : q w hp) (H : โ (y : ฮฑ) (hy : p y), q y hy โ y = w) : โ! x, โ! hx, q x hx - ExistsUnique.uniqueโ ๐ Mathlib.Basic.ExistsUnique
{ฮฑ : Sort u_1} {p : ฮฑ โ Sort u_2} [โ (x : ฮฑ), Subsingleton (p x)] {q : (x : ฮฑ) โ p x โ Prop} (h : โ! x, โ! hx, q x hx) {yโ yโ : ฮฑ} (hpyโ : p yโ) (hqyโ : q yโ hpyโ) (hpyโ : p yโ) (hqyโ : q yโ hpyโ) : yโ = yโ - ExistsUnique.elimโ ๐ Mathlib.Basic.ExistsUnique
{ฮฑ : Sort u_1} {p : ฮฑ โ Sort u_2} [โ (x : ฮฑ), Subsingleton (p x)] {q : (x : ฮฑ) โ p x โ Prop} {b : Prop} (hโ : โ! x, โ! h, q x h) (hโ : โ (x : ฮฑ) (h : p x), q x h โ (โ (y : ฮฑ) (hy : p y), q y hy โ y = x) โ b) : b - Function.Bijective.existsUnique ๐ Mathlib.Logic.Function.Basic
{ฮฑ : Sort u_1} {ฮฒ : Sort u_2} {f : ฮฑ โ ฮฒ} (hf : Function.Bijective f) (b : ฮฒ) : โ! a, f a = b - Function.bijective_iff_existsUnique ๐ Mathlib.Logic.Function.Basic
{ฮฑ : Sort u_1} {ฮฒ : Sort u_2} (f : ฮฑ โ ฮฒ) : Function.Bijective f โ โ (b : ฮฒ), โ! a, f a = b - Function.Bijective.existsUnique_iff ๐ Mathlib.Logic.Function.Basic
{ฮฑ : Sort u_1} {ฮฒ : Sort u_2} {f : ฮฑ โ ฮฒ} (hf : Function.Bijective f) {p : ฮฒ โ Prop} : (โ! y, p y) โ โ! x, p (f x) - forall_existsUnique_iff ๐ Mathlib.Logic.Function.Basic
{ฮฑ : Sort u_1} {ฮฒ : Sort u_2} {r : ฮฑ โ ฮฒ โ Prop} : (โ (a : ฮฑ), โ! b, r a b) โ โ f, โ {a : ฮฑ} {b : ฮฒ}, r a b โ f a = b - forall_existsUnique_iff' ๐ Mathlib.Logic.Function.Basic
{ฮฑ : Sort u_1} {ฮฒ : Sort u_2} {r : ฮฑ โ ฮฒ โ Prop} : (โ (a : ฮฑ), โ! b, r a b) โ โ f, r = fun x1 x2 => f x1 = x2 - Symmetric.forall_existsUnique_iff ๐ Mathlib.Logic.Function.Basic
{ฮฑ : Sort u_1} {r : ฮฑ โ ฮฑ โ Prop} [Std.Symm r] : (โ (a : ฮฑ), โ! b, r a b) โ โ f, Function.Involutive f โง โ {a b : ฮฑ}, r a b โ f a = b - Std.Symm.forall_existsUnique_iff ๐ Mathlib.Logic.Function.Basic
{ฮฑ : Sort u_1} {r : ฮฑ โ ฮฑ โ Prop} [Std.Symm r] : (โ (a : ฮฑ), โ! b, r a b) โ โ f, Function.Involutive f โง โ {a b : ฮฑ}, r a b โ f a = b - Symmetric.forall_existsUnique_iff' ๐ Mathlib.Logic.Function.Basic
{ฮฑ : Sort u_1} {r : ฮฑ โ ฮฑ โ Prop} [Std.Symm r] : (โ (a : ฮฑ), โ! b, r a b) โ โ f, Function.Involutive f โง r = fun x1 x2 => f x1 = x2 - Std.Symm.forall_existsUnique_iff' ๐ Mathlib.Logic.Function.Basic
{ฮฑ : Sort u_1} {r : ฮฑ โ ฮฑ โ Prop} [Std.Symm r] : (โ (a : ฮฑ), โ! b, r a b) โ โ f, Function.Involutive f โง r = fun x1 x2 => f x1 = x2 - unique_iff_existsUnique ๐ Mathlib.Basic.Unique
(ฮฑ : Sort u) : Nonempty (Unique ฮฑ) โ โ! x, True - unique_subtype_iff_existsUnique ๐ Mathlib.Basic.Unique
{ฮฑ : Sort u_1} (p : ฮฑ โ Prop) : Nonempty (Unique (Subtype p)) โ โ! a, p a - Equiv.existsUnique_subtype_congr ๐ Mathlib.Logic.Equiv.Defs
{ฮฑ : Sort u} {ฮฒ : Sort v} {p : ฮฑ โ Prop} {q : ฮฒ โ Prop} (e : { a // p a } โ { b // q b }) : (โ! a, p a) โ โ! b, q b - Equiv.existsUnique_congr_right ๐ Mathlib.Logic.Equiv.Defs
{ฮฑ : Sort u} {ฮฒ : Sort v} {q : ฮฒ โ Prop} (e : ฮฑ โ ฮฒ) : (โ! a, q (e a)) โ โ! b, q b - Equiv.existsUnique_congr_left ๐ Mathlib.Logic.Equiv.Defs
{ฮฑ : Sort u} {ฮฒ : Sort v} {p : ฮฑ โ Prop} (e : ฮฑ โ ฮฒ) : (โ! a, p a) โ โ! b, p (e.symm b) - Equiv.existsUnique_congr ๐ Mathlib.Logic.Equiv.Defs
{ฮฑ : Sort u} {ฮฒ : Sort v} {p : ฮฑ โ Prop} {q : ฮฒ โ Prop} (e : ฮฑ โ ฮฒ) (h : โ (a : ฮฑ), p a โ q (e a)) : (โ! a, p a) โ โ! b, q b - Equiv.existsUnique_congr' ๐ Mathlib.Logic.Equiv.Defs
{ฮฑ : Sort u} {ฮฒ : Sort v} {p : ฮฑ โ Prop} {q : ฮฒ โ Prop} (e : ฮฑ โ ฮฒ) (h : โ (b : ฮฒ), p (e.symm b) โ q b) : (โ! a, p a) โ โ! b, q b - Set.singleton_iff_unique_mem ๐ Mathlib.Data.Set.Insert
{ฮฑ : Type u_1} {s : Set ฮฑ} : (โ a, s = {a}) โ โ! a, a โ s - ExistsUnique.setSubsingleton ๐ Mathlib.Data.Set.Subsingleton
{ฮฑ : Type u_1} {p : ฮฑ โ Prop} (h : ExistsUnique p) : {x | p x}.Subsingleton - Function.Injective.existsUnique_of_mem_range ๐ Mathlib.Data.Set.Image
{ฮฑ : Type u_1} {ฮฒ : Type u_2} {f : ฮฑ โ ฮฒ} (hf : Function.Injective f) {b : ฮฒ} : b โ Set.range f โ โ! a, f a = b - Function.Injective.mem_range_iff_existsUnique ๐ Mathlib.Data.Set.Image
{ฮฑ : Type u_1} {ฮฒ : Type u_2} {f : ฮฑ โ ฮฒ} (hf : Function.Injective f) {b : ฮฒ} : b โ Set.range f โ โ! a, f a = b - existsUnique_div_zpow_mem_Ico ๐ Mathlib.Algebra.Order.Archimedean.Basic
{G : Type u_1} [CommGroup G] [LinearOrder G] [IsOrderedMonoid G] [MulArchimedean G] {a : G} (ha : 1 < a) (b c : G) : โ! m, b / a ^ m โ Set.Ico c (c * a) - existsUnique_sub_zpow_mem_Ioc ๐ Mathlib.Algebra.Order.Archimedean.Basic
{G : Type u_1} [CommGroup G] [LinearOrder G] [IsOrderedMonoid G] [MulArchimedean G] {a : G} (ha : 1 < a) (b c : G) : โ! m, b / a ^ m โ Set.Ioc c (c * a) - existsUnique_sub_zsmul_mem_Ico ๐ Mathlib.Algebra.Order.Archimedean.Basic
{G : Type u_1} [AddCommGroup G] [LinearOrder G] [IsOrderedAddMonoid G] [Archimedean G] {a : G} (ha : 0 < a) (b c : G) : โ! m, b - m โข a โ Set.Ico c (c + a) - existsUnique_sub_zsmul_mem_Ioc ๐ Mathlib.Algebra.Order.Archimedean.Basic
{G : Type u_1} [AddCommGroup G] [LinearOrder G] [IsOrderedAddMonoid G] [Archimedean G] {a : G} (ha : 0 < a) (b c : G) : โ! m, b - m โข a โ Set.Ioc c (c + a) - existsUnique_add_zpow_mem_Ioc ๐ Mathlib.Algebra.Order.Archimedean.Basic
{G : Type u_1} [CommGroup G] [LinearOrder G] [IsOrderedMonoid G] [MulArchimedean G] {a : G} (ha : 1 < a) (b c : G) : โ! m, b * a ^ m โ Set.Ioc c (c * a) - existsUnique_add_zsmul_mem_Ico ๐ Mathlib.Algebra.Order.Archimedean.Basic
{G : Type u_1} [AddCommGroup G] [LinearOrder G] [IsOrderedAddMonoid G] [Archimedean G] {a : G} (ha : 0 < a) (b c : G) : โ! m, b + m โข a โ Set.Ico c (c + a) - existsUnique_add_zsmul_mem_Ioc ๐ Mathlib.Algebra.Order.Archimedean.Basic
{G : Type u_1} [AddCommGroup G] [LinearOrder G] [IsOrderedAddMonoid G] [Archimedean G] {a : G} (ha : 0 < a) (b c : G) : โ! m, b + m โข a โ Set.Ioc c (c + a) - existsUnique_mul_zpow_mem_Ico ๐ Mathlib.Algebra.Order.Archimedean.Basic
{G : Type u_1} [CommGroup G] [LinearOrder G] [IsOrderedMonoid G] [MulArchimedean G] {a : G} (ha : 1 < a) (b c : G) : โ! m, b * a ^ m โ Set.Ico c (c * a) - existsUnique_zpow_near_of_one_lt ๐ Mathlib.Algebra.Order.Archimedean.Basic
{G : Type u_1} [CommGroup G] [LinearOrder G] [IsOrderedMonoid G] [MulArchimedean G] {a : G} (ha : 1 < a) (g : G) : โ! k, a ^ k โค g โง g < a ^ (k + 1) - existsUnique_zsmul_near_of_pos ๐ Mathlib.Algebra.Order.Archimedean.Basic
{G : Type u_1} [AddCommGroup G] [LinearOrder G] [IsOrderedAddMonoid G] [Archimedean G] {a : G} (ha : 0 < a) (g : G) : โ! k, k โข a โค g โง g < (k + 1) โข a - existsUnique_zpow_near_of_one_lt' ๐ Mathlib.Algebra.Order.Archimedean.Basic
{G : Type u_1} [CommGroup G] [LinearOrder G] [IsOrderedMonoid G] [MulArchimedean G] {a : G} (ha : 1 < a) (g : G) : โ! k, 1 โค g / a ^ k โง g / a ^ k < a - existsUnique_zsmul_near_of_pos' ๐ Mathlib.Algebra.Order.Archimedean.Basic
{G : Type u_1} [AddCommGroup G] [LinearOrder G] [IsOrderedAddMonoid G] [Archimedean G] {a : G} (ha : 0 < a) (g : G) : โ! k, 0 โค g - k โข a โง g - k โข a < a - Multiset.choose ๐ Mathlib.Data.Multiset.Basic
{ฮฑ : Type u_1} (p : ฮฑ โ Prop) [DecidablePred p] (l : Multiset ฮฑ) (hp : โ! a, a โ l โง p a) : ฮฑ - Multiset.choose_property ๐ Mathlib.Data.Multiset.Basic
{ฮฑ : Type u_1} (p : ฮฑ โ Prop) [DecidablePred p] (l : Multiset ฮฑ) (hp : โ! a, a โ l โง p a) : p (Multiset.choose p l hp) - Multiset.choose_mem ๐ Mathlib.Data.Multiset.Basic
{ฮฑ : Type u_1} (p : ฮฑ โ Prop) [DecidablePred p] (l : Multiset ฮฑ) (hp : โ! a, a โ l โง p a) : Multiset.choose p l hp โ l - Multiset.chooseX ๐ Mathlib.Data.Multiset.Basic
{ฮฑ : Type u_1} (p : ฮฑ โ Prop) [DecidablePred p] (l : Multiset ฮฑ) (_hp : โ! a, a โ l โง p a) : { a // a โ l โง p a } - Multiset.choose_spec ๐ Mathlib.Data.Multiset.Basic
{ฮฑ : Type u_1} (p : ฮฑ โ Prop) [DecidablePred p] (l : Multiset ฮฑ) (hp : โ! a, a โ l โง p a) : Multiset.choose p l hp โ l โง p (Multiset.choose p l hp) - Multiset.choose_eq_iff ๐ Mathlib.Data.Multiset.Basic
{ฮฑ : Type u_1} (p : ฮฑ โ Prop) [DecidablePred p] (l : Multiset ฮฑ) (hp : โ! a, a โ l โง p a) {a : ฮฑ} : Multiset.choose p l hp = a โ a โ l โง p a - Finset.singleton_iff_unique_mem ๐ Mathlib.Data.Finset.Insert
{ฮฑ : Type u_1} (s : Finset ฮฑ) : (โ a, s = {a}) โ โ! a, a โ s - Finset.choose ๐ Mathlib.Data.Finset.Basic
{ฮฑ : Type u_1} (p : ฮฑ โ Prop) [DecidablePred p] (l : Finset ฮฑ) (hp : โ! a, a โ l โง p a) : ฮฑ - Finset.choose_property ๐ Mathlib.Data.Finset.Basic
{ฮฑ : Type u_1} (p : ฮฑ โ Prop) [DecidablePred p] (l : Finset ฮฑ) (hp : โ! a, a โ l โง p a) : p (Finset.choose p l hp) - Finset.choose_mem ๐ Mathlib.Data.Finset.Basic
{ฮฑ : Type u_1} (p : ฮฑ โ Prop) [DecidablePred p] (l : Finset ฮฑ) (hp : โ! a, a โ l โง p a) : Finset.choose p l hp โ l - Finset.chooseX ๐ Mathlib.Data.Finset.Basic
{ฮฑ : Type u_1} (p : ฮฑ โ Prop) [DecidablePred p] (l : Finset ฮฑ) (hp : โ! a, a โ l โง p a) : { a // a โ l โง p a } - Finset.choose_spec ๐ Mathlib.Data.Finset.Basic
{ฮฑ : Type u_1} (p : ฮฑ โ Prop) [DecidablePred p] (l : Finset ฮฑ) (hp : โ! a, a โ l โง p a) : Finset.choose p l hp โ l โง p (Finset.choose p l hp) - Finset.choose_eq_iff ๐ Mathlib.Data.Finset.Basic
{ฮฑ : Type u_1} (p : ฮฑ โ Prop) [DecidablePred p] (l : Finset ฮฑ) (hp : โ! a, a โ l โง p a) {a : ฮฑ} : Finset.choose p l hp = a โ a โ l โง p a - Finset.card_eq_one_iff_existsUnique ๐ Mathlib.Data.Finset.Card
{ฮฑ : Type u_1} {s : Finset ฮฑ} : s.card = 1 โ โ! a, a โ s - Finset.existsUnique_notMem_image_of_injOn_of_card_eq_add_one ๐ Mathlib.Data.Finset.Card
{ฮฑ : Type u_1} {ฮฒ : Type u_2} {s : Finset ฮฑ} {f : ฮฑ โ ฮฒ} {t : Finset ฮฒ} [DecidableEq ฮฒ] (hf : Set.InjOn f โs) (hf' : Set.MapsTo f โs โt) (h : t.card = s.card + 1) : โ! x, x โ t โง x โ Finset.image f s - Fintype.existsUnique_iff_card_one ๐ Mathlib.Data.Fintype.Card
{ฮฑ : Type u_3} [Fintype ฮฑ] (p : ฮฑ โ Prop) [DecidablePred p] : (โ! a, p a) โ {x | p x}.card = 1 - Fintype.existsUnique_notMem_image_of_injective_of_card_eq_add_one ๐ Mathlib.Data.Fintype.Card
{ฮฑ : Type u_1} {ฮฒ : Type u_2} [Fintype ฮฑ] [Fintype ฮฒ] [DecidableEq ฮฒ] (f : ฮฑ โ ฮฒ) (hf : Function.Injective f) (h : Fintype.card ฮฒ = Fintype.card ฮฑ + 1) : โ! x, x โ Finset.image f Finset.univ - Set.sigmaEquiv ๐ Mathlib.Data.Set.Lattice.Disjoint
{ฮฑ : Type u_1} {ฮฒ : Type u_2} (s : ฮฑ โ Set ฮฒ) (hs : โ (b : ฮฒ), โ! i, b โ s i) : (i : ฮฑ) ร โ(s i) โ ฮฒ - pairwiseDisjoint_unique ๐ Mathlib.Data.Set.Pairwise.Lattice
{ฮฑ : Type u_1} {ฮน : Type u_2} {f : ฮน โ Set ฮฑ} {s : Set ฮน} {y : ฮฑ} (h_disjoint : s.PairwiseDisjoint f) (hy : y โ โ i โ s, f i) : โ! i, i โ s โง y โ f i - Cardinal.mk_eq_two_iff' ๐ Mathlib.SetTheory.Cardinal.Basic
{ฮฑ : Type u} (x : ฮฑ) : Cardinal.mk ฮฑ = 2 โ โ! y, y โ x - Multiset.find?_eq_choose ๐ Mathlib.Data.Multiset.Find
{ฮฑ : Type u_1} (p : ฮฑ โ Prop) [DecidablePred p] {s : Multiset ฮฑ} (hp : โ! x, x โ s โง p x) : Multiset.find? p s โฏ = some (Multiset.choose p s hp) - Nat.card_eq_two_iff' ๐ Mathlib.SetTheory.Cardinal.Finite
{ฮฑ : Type u_1} (x : ฮฑ) : Nat.card ฮฑ = 2 โ โ! y, y โ x - uniq_inv_of_isField ๐ Mathlib.Algebra.Field.IsField
(R : Type u) [Ring R] (hf : IsField R) (x : R) : x โ 0 โ โ! y, x * y = 1 - UniqueAdd.iff_existsUnique ๐ Mathlib.Algebra.Group.UniqueProds.Basic
{G : Type u_1} [Add G] {A B : Finset G} {a0 b0 : G} (aA : a0 โ A) (bB : b0 โ B) : UniqueAdd A B a0 b0 โ โ! ab, ab โ A รหข B โง ab.1 + ab.2 = a0 + b0 - UniqueMul.iff_existsUnique ๐ Mathlib.Algebra.Group.UniqueProds.Basic
{G : Type u_1} [Mul G] {A B : Finset G} {a0 b0 : G} (aA : a0 โ A) (bB : b0 โ B) : UniqueMul A B a0 b0 โ โ! ab, ab โ A รหข B โง ab.1 * ab.2 = a0 * b0 - UniqueAdd.exists_iff_exists_existsUnique ๐ Mathlib.Algebra.Group.UniqueProds.Basic
{G : Type u_1} [Add G] {A B : Finset G} : (โ a0 b0, a0 โ A โง b0 โ B โง UniqueAdd A B a0 b0) โ โ g, โ! ab, ab โ A รหข B โง ab.1 + ab.2 = g - UniqueMul.exists_iff_exists_existsUnique ๐ Mathlib.Algebra.Group.UniqueProds.Basic
{G : Type u_1} [Mul G] {A B : Finset G} : (โ a0 b0, a0 โ A โง b0 โ B โง UniqueMul A B a0 b0) โ โ g, โ! ab, ab โ A รหข B โง ab.1 * ab.2 = g - Submodule.existsUnique_add_of_isCompl_prod ๐ Mathlib.LinearAlgebra.Projection
{R : Type u_1} [Ring R] {E : Type u_2} [AddCommGroup E] [Module R E] {p q : Submodule R E} (hc : IsCompl p q) (x : E) : โ! u, โu.1 + โu.2 = x - SetRel.exists_graph_eq_iff ๐ Mathlib.Basic.Rel
{ฮฑ : Type u_1} {ฮฒ : Type u_2} (R : SetRel ฮฑ ฮฒ) : (โ! f, Function.graph f = R) โ โ (a : ฮฑ), โ! b, (a, b) โ R - LinearMap.existsUnique_eq_smul_id_of_finrank_eq_one ๐ Mathlib.LinearAlgebra.Dimension.Free
{R : Type u_2} [CommSemiring R] [StrongRankCondition R] {M : Type u_3} [AddCommMonoid M] [Module R M] [Module.Free R M] (d1 : Module.finrank R M = 1) (u : M โโ[R] M) : โ! c, u = c โข LinearMap.id - Submodule.existsUnique_from_graph ๐ Mathlib.LinearAlgebra.LinearPMap
{R : Type u_1} [Ring R] {E : Type u_4} [AddCommGroup E] [Module R E] {F : Type u_5} [AddCommGroup F] [Module R F] {g : Submodule R (E ร F)} (hg : โ {x : E ร F}, x โ g โ x.1 = 0 โ x.2 = 0) {a : E} (ha : a โ Submodule.map (LinearMap.fst R E F) g) : โ! b, (a, b) โ g - CharP.existsUnique ๐ Mathlib.Algebra.CharP.Defs
(R : Type u_1) [NonAssocSemiring R] : โ! p, CharP R p - ExpChar.exists_unique ๐ Mathlib.Algebra.CharP.Defs
(R : Type u_1) [Ring R] [IsDomain R] : โ! q, ExpChar R q - existsUnique_eq_principal_sup_free ๐ Mathlib.Order.Filter.Cofinite
{ฮฑ : Type u_2} (f : Filter ฮฑ) : โ! p, p.2 โค Filter.cofinite โง Disjoint (Filter.principal p.1) p.2 โง f = Filter.principal p.1 โ p.2 - IsBaseChange.of_lift_unique ๐ Mathlib.RingTheory.IsTensorProduct
{R : Type u_1} {M : Type vโ} {N : Type vโ} {S : Type vโ} [AddCommMonoid M] [AddCommMonoid N] [CommSemiring R] [CommSemiring S] [Algebra R S] [Module R M] [Module R N] [Module S N] [IsScalarTower R S N] (f : M โโ[R] N) (h : โ (Q : Type (max vโ vโ vโ)) [inst : AddCommMonoid Q] [inst_1 : Module R Q] [inst_2 : Module S Q] [inst_3 : IsScalarTower R S Q] (g : M โโ[R] Q), โ! g', โR g' โโ f = g) : IsBaseChange S f - IsBaseChange.iff_lift_unique ๐ Mathlib.RingTheory.IsTensorProduct
{R : Type u_1} {M : Type vโ} {N : Type vโ} {S : Type vโ} [AddCommMonoid M] [AddCommMonoid N] [CommSemiring R] [CommSemiring S] [Algebra R S] [Module R M] [Module R N] [Module S N] [IsScalarTower R S N] {f : M โโ[R] N} : IsBaseChange S f โ โ (Q : Type (max vโ vโ vโ)) [inst : AddCommMonoid Q] [inst_1 : Module R Q] [inst_2 : Module S Q] [inst_3 : IsScalarTower R S Q] (g : M โโ[R] Q), โ! g', โR g' โโ f = g - CategoryTheory.Limits.IsColimit.existsUnique ๐ Mathlib.CategoryTheory.Limits.IsLimit
{J : Type uโ} [CategoryTheory.Category.{vโ, uโ} J] {C : Type uโ} [CategoryTheory.Category.{vโ, uโ} C] {F : CategoryTheory.Functor J C} {t : CategoryTheory.Limits.Cocone F} (h : CategoryTheory.Limits.IsColimit t) (s : CategoryTheory.Limits.Cocone F) : โ! l, โ (j : J), CategoryTheory.CategoryStruct.comp (t.ฮน.app j) l = s.ฮน.app j - CategoryTheory.Limits.IsColimit.ofExistsUnique ๐ Mathlib.CategoryTheory.Limits.IsLimit
{J : Type uโ} [CategoryTheory.Category.{vโ, uโ} J] {C : Type uโ} [CategoryTheory.Category.{vโ, uโ} C] {F : CategoryTheory.Functor J C} {t : CategoryTheory.Limits.Cocone F} (ht : โ (s : CategoryTheory.Limits.Cocone F), โ! l, โ (j : J), CategoryTheory.CategoryStruct.comp (t.ฮน.app j) l = s.ฮน.app j) : CategoryTheory.Limits.IsColimit t - CategoryTheory.Limits.IsLimit.existsUnique ๐ Mathlib.CategoryTheory.Limits.IsLimit
{J : Type uโ} [CategoryTheory.Category.{vโ, uโ} J] {C : Type uโ} [CategoryTheory.Category.{vโ, uโ} C] {F : CategoryTheory.Functor J C} {t : CategoryTheory.Limits.Cone F} (h : CategoryTheory.Limits.IsLimit t) (s : CategoryTheory.Limits.Cone F) : โ! l, โ (j : J), CategoryTheory.CategoryStruct.comp l (t.ฯ.app j) = s.ฯ.app j - CategoryTheory.Limits.IsLimit.ofExistsUnique ๐ Mathlib.CategoryTheory.Limits.IsLimit
{J : Type uโ} [CategoryTheory.Category.{vโ, uโ} J] {C : Type uโ} [CategoryTheory.Category.{vโ, uโ} C] {F : CategoryTheory.Functor J C} {t : CategoryTheory.Limits.Cone F} (ht : โ (s : CategoryTheory.Limits.Cone F), โ! l, โ (j : J), CategoryTheory.CategoryStruct.comp l (t.ฯ.app j) = s.ฯ.app j) : CategoryTheory.Limits.IsLimit t - CategoryTheory.Limits.colimit.existsUnique ๐ Mathlib.CategoryTheory.Limits.HasLimits
{J : Type uโ} [CategoryTheory.Category.{vโ, uโ} J] {C : Type u} [CategoryTheory.Category.{v, u} C] {F : CategoryTheory.Functor J C} [CategoryTheory.Limits.HasColimit F] (t : CategoryTheory.Limits.Cocone F) : โ! l, โ (j : J), CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.colimit.ฮน F j) l = t.ฮน.app j - CategoryTheory.Limits.limit.existsUnique ๐ Mathlib.CategoryTheory.Limits.HasLimits
{J : Type uโ} [CategoryTheory.Category.{vโ, uโ} J] {C : Type u} [CategoryTheory.Category.{v, u} C] {F : CategoryTheory.Functor J C} [CategoryTheory.Limits.HasLimit F] (t : CategoryTheory.Limits.Cone F) : โ! l, โ (j : J), CategoryTheory.CategoryStruct.comp l (CategoryTheory.Limits.limit.ฯ F j) = t.ฯ.app j - CategoryTheory.CostructuredArrow.IsUniversal.existsUnique ๐ Mathlib.CategoryTheory.Comma.StructuredArrow.Basic
{C : Type uโ} [CategoryTheory.Category.{vโ, uโ} C] {D : Type uโ} [CategoryTheory.Category.{vโ, uโ} D] {T : D} {S : CategoryTheory.Functor C D} {f : CategoryTheory.CostructuredArrow S T} (h : f.IsUniversal) (g : CategoryTheory.CostructuredArrow S T) : โ! ฮท, CategoryTheory.CategoryStruct.comp (S.map ฮท) f.hom = g.hom - CategoryTheory.StructuredArrow.IsUniversal.existsUnique ๐ Mathlib.CategoryTheory.Comma.StructuredArrow.Basic
{C : Type uโ} [CategoryTheory.Category.{vโ, uโ} C] {D : Type uโ} [CategoryTheory.Category.{vโ, uโ} D] {S : D} {T : CategoryTheory.Functor C D} {f : CategoryTheory.StructuredArrow S T} (h : f.IsUniversal) (g : CategoryTheory.StructuredArrow S T) : โ! ฮท, CategoryTheory.CategoryStruct.comp f.hom (T.map ฮท) = g.hom - CategoryTheory.Limits.coequalizer.existsUnique ๐ Mathlib.CategoryTheory.Limits.Shapes.Equalizers
{C : Type u} {X Y : C} [CategoryTheory.Category.{v, u} C] {f g : X โถ Y} [CategoryTheory.Limits.HasCoequalizer f g] {W : C} (k : Y โถ W) (h : CategoryTheory.CategoryStruct.comp f k = CategoryTheory.CategoryStruct.comp g k) : โ! d, CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.coequalizer.ฯ f g) d = k - CategoryTheory.Limits.equalizer.existsUnique ๐ Mathlib.CategoryTheory.Limits.Shapes.Equalizers
{C : Type u} {X Y : C} [CategoryTheory.Category.{v, u} C] {f g : X โถ Y} [CategoryTheory.Limits.HasEqualizer f g] {W : C} (k : W โถ X) (h : CategoryTheory.CategoryStruct.comp k f = CategoryTheory.CategoryStruct.comp k g) : โ! l, CategoryTheory.CategoryStruct.comp l (CategoryTheory.Limits.equalizer.ฮน f g) = k - CategoryTheory.Limits.Cofork.IsColimit.existsUnique ๐ Mathlib.CategoryTheory.Limits.Shapes.Equalizers
{C : Type u} {X Y : C} [CategoryTheory.Category.{v, u} C] {f g : X โถ Y} {s : CategoryTheory.Limits.Cofork f g} (hs : CategoryTheory.Limits.IsColimit s) {W : C} (k : Y โถ W) (h : CategoryTheory.CategoryStruct.comp f k = CategoryTheory.CategoryStruct.comp g k) : โ! d, CategoryTheory.CategoryStruct.comp s.ฯ d = k - CategoryTheory.Limits.Fork.IsLimit.existsUnique ๐ Mathlib.CategoryTheory.Limits.Shapes.Equalizers
{C : Type u} {X Y : C} [CategoryTheory.Category.{v, u} C] {f g : X โถ Y} {s : CategoryTheory.Limits.Fork f g} (hs : CategoryTheory.Limits.IsLimit s) {W : C} (k : W โถ X) (h : CategoryTheory.CategoryStruct.comp k f = CategoryTheory.CategoryStruct.comp k g) : โ! l, CategoryTheory.CategoryStruct.comp l s.ฮน = k - CategoryTheory.Limits.Cofork.IsColimit.ofExistsUnique ๐ Mathlib.CategoryTheory.Limits.Shapes.Equalizers
{C : Type u} {X Y : C} [CategoryTheory.Category.{v, u} C] {f g : X โถ Y} {t : CategoryTheory.Limits.Cofork f g} (hs : โ (s : CategoryTheory.Limits.Cofork f g), โ! d, CategoryTheory.CategoryStruct.comp t.ฯ d = s.ฯ) : CategoryTheory.Limits.IsColimit t - CategoryTheory.Limits.Fork.IsLimit.ofExistsUnique ๐ Mathlib.CategoryTheory.Limits.Shapes.Equalizers
{C : Type u} {X Y : C} [CategoryTheory.Category.{v, u} C] {f g : X โถ Y} {t : CategoryTheory.Limits.Fork f g} (hs : โ (s : CategoryTheory.Limits.Fork f g), โ! l, CategoryTheory.CategoryStruct.comp l t.ฮน = s.ฮน) : CategoryTheory.Limits.IsLimit t - IsAddCyclic.unique_zsmul_zmod ๐ Mathlib.GroupTheory.SpecificGroups.Cyclic.Basic
{ฮฑ : Type u_1} {a : ฮฑ} [AddGroup ฮฑ] [Fintype ฮฑ] (ha : โ (x : ฮฑ), x โ AddSubgroup.zmultiples a) (x : ฮฑ) : โ! n, x = n.val โข a - IsCyclic.unique_zpow_zmod ๐ Mathlib.GroupTheory.SpecificGroups.Cyclic.Basic
{ฮฑ : Type u_1} {a : ฮฑ} [Group ฮฑ] [Fintype ฮฑ] (ha : โ (x : ฮฑ), x โ Subgroup.zpowers a) (x : ฮฑ) : โ! n, x = a ^ n.val - Fintype.choose ๐ Mathlib.Data.Fintype.Inv
{ฮฑ : Type u_1} [Fintype ฮฑ] (p : ฮฑ โ Prop) [DecidablePred p] (hp : โ! a, p a) : ฮฑ - Fintype.chooseX ๐ Mathlib.Data.Fintype.Inv
{ฮฑ : Type u_1} [Fintype ฮฑ] (p : ฮฑ โ Prop) [DecidablePred p] (hp : โ! a, p a) : { a // p a } - Fintype.choose_spec ๐ Mathlib.Data.Fintype.Inv
{ฮฑ : Type u_1} [Fintype ฮฑ] (p : ฮฑ โ Prop) [DecidablePred p] (hp : โ! a, p a) : p (Fintype.choose p hp) - Fintype.choose_subtype_eq ๐ Mathlib.Data.Fintype.Inv
{ฮฑ : Type u_3} (p : ฮฑ โ Prop) [Fintype { a // p a }] [DecidableEq ฮฑ] (x : { a // p a }) (h : โ! a, โa = โx := โฏ) : Fintype.choose (fun y => โy = โx) h = x - CategoryTheory.Limits.Types.isLimit_iff ๐ Mathlib.CategoryTheory.Limits.Types.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] {F : CategoryTheory.Functor J (Type u)} (c : CategoryTheory.Limits.Cone F) : Nonempty (CategoryTheory.Limits.IsLimit c) โ โ s โ F.sections, โ! x, โ (j : J), (CategoryTheory.ConcreteCategory.hom (c.ฯ.app j)) x = s j - Localization.existsUnique_algebraMap_eq_of_span_eq_top ๐ Mathlib.RingTheory.Localization.Away.Basic
{R : Type u_1} [CommSemiring R] (s : Set R) (span_eq : Ideal.span s = โค) (f : (a : โs) โ Localization.Away โa) (h : โ (a b : โs), (IsLocalization.Away.awayToAwayRight โa โb) (f a) = (IsLocalization.Away.awayToAwayLeft โb โa) (f b)) : โ! r, โ (a : โs), (algebraMap R (Localization.Away โa)) r = f a - IsLocalRing.of_unique_max_ideal ๐ Mathlib.RingTheory.LocalRing.Basic
{R : Type u_1} [CommSemiring R] (h : โ! I, I.IsMaximal) : IsLocalRing R - IsLocalRing.of_unique_nonzero_prime ๐ Mathlib.RingTheory.LocalRing.Basic
{R : Type u_1} [CommSemiring R] (h : โ! P, P โ โฅ โง P.IsPrime) : IsLocalRing R - IsLocalRing.maximal_ideal_unique ๐ Mathlib.RingTheory.LocalRing.MaximalIdeal.Basic
(R : Type u_1) [CommSemiring R] [IsLocalRing R] : โ! I, I.IsMaximal - IsLocalizedModule.is_universal ๐ Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} {M'' : Type u_4} [AddCommMonoid M] [AddCommMonoid M'] [AddCommMonoid M''] [Module R M] [Module R M'] [Module R M''] (f : M โโ[R] M') [IsLocalizedModule S f] (g : M โโ[R] M'') : (โ (x : โฅS), IsUnit ((algebraMap R (Module.End R M'')) โx)) โ โ! l, l โโ f = g - CategoryTheory.IsCodetector.def ๐ Mathlib.CategoryTheory.Generator.Basic
{C : Type uโ} [CategoryTheory.Category.{vโ, uโ} C] {G : C} : CategoryTheory.IsCodetector G โ โ โฆX Y : Cโฆ (f : X โถ Y), (โ (h : X โถ G), โ! h', CategoryTheory.CategoryStruct.comp f h' = h) โ CategoryTheory.IsIso f - CategoryTheory.IsDetector.def ๐ Mathlib.CategoryTheory.Generator.Basic
{C : Type uโ} [CategoryTheory.Category.{vโ, uโ} C] {G : C} : CategoryTheory.IsDetector G โ โ โฆX Y : Cโฆ (f : X โถ Y), (โ (h : G โถ Y), โ! h', CategoryTheory.CategoryStruct.comp h' f = h) โ CategoryTheory.IsIso f - CategoryTheory.isCodetector_def ๐ Mathlib.CategoryTheory.Generator.Basic
{C : Type uโ} [CategoryTheory.Category.{vโ, uโ} C] (G : C) : CategoryTheory.IsCodetector G โ โ โฆX Y : Cโฆ (f : X โถ Y), (โ (h : X โถ G), โ! h', CategoryTheory.CategoryStruct.comp f h' = h) โ CategoryTheory.IsIso f - CategoryTheory.isDetector_def ๐ Mathlib.CategoryTheory.Generator.Basic
{C : Type uโ} [CategoryTheory.Category.{vโ, uโ} C] (G : C) : CategoryTheory.IsDetector G โ โ โฆX Y : Cโฆ (f : X โถ Y), (โ (h : G โถ Y), โ! h', CategoryTheory.CategoryStruct.comp h' f = h) โ CategoryTheory.IsIso f - PrimeSpectrum.existsUnique_idempotent_basicOpen_eq_of_isClopen ๐ Mathlib.RingTheory.Spectrum.Prime.Topology
{R : Type u} [CommSemiring R] {s : Set (PrimeSpectrum R)} (hs : IsClopen s) : โ! e, IsIdempotentElem e โง s = โ(PrimeSpectrum.basicOpen e) - CategoryTheory.Presieve.isSheafFor_arrows_iff ๐ Mathlib.CategoryTheory.Sites.IsSheafFor
{C : Type uโ} [CategoryTheory.Category.{vโ, uโ} C] (P : CategoryTheory.Functor Cแตแต (Type w)) {B : C} {I : Type u_1} {X : I โ C} (ฯ : (i : I) โ X i โถ B) : CategoryTheory.Presieve.IsSheafFor P (CategoryTheory.Presieve.ofArrows X ฯ) โ โ (x : (i : I) โ P.obj (Opposite.op (X i))), CategoryTheory.Presieve.Arrows.Compatible P ฯ x โ โ! t, โ (i : I), (CategoryTheory.ConcreteCategory.hom (P.map (ฯ i).op)) t = x i - CategoryTheory.Presieve.isSheafFor_arrows_iff_pullbacks ๐ Mathlib.CategoryTheory.Sites.IsSheafFor
{C : Type uโ} [CategoryTheory.Category.{vโ, uโ} C] (P : CategoryTheory.Functor Cแตแต (Type w)) {B : C} {I : Type u_1} {X : I โ C} (ฯ : (i : I) โ X i โถ B) [(CategoryTheory.Presieve.ofArrows X ฯ).HasPairwisePullbacks] : CategoryTheory.Presieve.IsSheafFor P (CategoryTheory.Presieve.ofArrows X ฯ) โ โ (x : (i : I) โ P.obj (Opposite.op (X i))), CategoryTheory.Presieve.Arrows.PullbackCompatible P ฯ x โ โ! t, โ (i : I), (CategoryTheory.ConcreteCategory.hom (P.map (ฯ i).op)) t = x i - CategoryTheory.Presieve.isSheafFor_singleton ๐ Mathlib.CategoryTheory.Sites.IsSheafFor
{C : Type uโ} [CategoryTheory.Category.{vโ, uโ} C] {P : CategoryTheory.Functor Cแตแต (Type w)} {X Y : C} {f : X โถ Y} : CategoryTheory.Presieve.IsSheafFor P (CategoryTheory.Presieve.singleton f) โ โ (x : P.obj (Opposite.op X)), (โ {Z : C} (pโ pโ : Z โถ X), CategoryTheory.CategoryStruct.comp pโ f = CategoryTheory.CategoryStruct.comp pโ f โ (CategoryTheory.ConcreteCategory.hom (P.map pโ.op)) x = (CategoryTheory.ConcreteCategory.hom (P.map pโ.op)) x) โ โ! y, (CategoryTheory.ConcreteCategory.hom (P.map f.op)) y = x - CategoryTheory.Limits.Types.typeEqualizerOfUnique ๐ Mathlib.CategoryTheory.Limits.Types.Equalizers
{X Y Z : Type u} (f : X โถ Y) {g h : Y โถ Z} (w : CategoryTheory.CategoryStruct.comp f g = CategoryTheory.CategoryStruct.comp f h) (t : โ (y : Y), (CategoryTheory.ConcreteCategory.hom g) y = (CategoryTheory.ConcreteCategory.hom h) y โ โ! x, (CategoryTheory.ConcreteCategory.hom f) x = y) : CategoryTheory.Limits.IsLimit (CategoryTheory.Limits.Fork.ofฮน f w) - CategoryTheory.Limits.Types.unique_of_type_equalizer ๐ Mathlib.CategoryTheory.Limits.Types.Equalizers
{X Y Z : Type u} (f : X โถ Y) {g h : Y โถ Z} (w : CategoryTheory.CategoryStruct.comp f g = CategoryTheory.CategoryStruct.comp f h) (t : CategoryTheory.Limits.IsLimit (CategoryTheory.Limits.Fork.ofฮน f w)) (y : Y) (hy : (CategoryTheory.ConcreteCategory.hom g) y = (CategoryTheory.ConcreteCategory.hom h) y) : โ! x, (CategoryTheory.ConcreteCategory.hom f) x = y - CategoryTheory.Limits.Types.type_equalizer_iff_unique ๐ Mathlib.CategoryTheory.Limits.Types.Equalizers
{X Y Z : Type u} (f : X โถ Y) {g h : Y โถ Z} (w : CategoryTheory.CategoryStruct.comp f g = CategoryTheory.CategoryStruct.comp f h) : Nonempty (CategoryTheory.Limits.IsLimit (CategoryTheory.Limits.Fork.ofฮน f w)) โ โ (y : Y), (CategoryTheory.ConcreteCategory.hom g) y = (CategoryTheory.ConcreteCategory.hom h) y โ โ! x, (CategoryTheory.ConcreteCategory.hom f) x = y - CategoryTheory.Presheaf.IsSheaf.existsUnique_amalgamation_ofArrows ๐ Mathlib.CategoryTheory.Sites.Sheaf
{C : Type uโ} [CategoryTheory.Category.{vโ, uโ} C] {A : Type uโ} [CategoryTheory.Category.{vโ, uโ} A] {J : CategoryTheory.GrothendieckTopology C} {P : CategoryTheory.Functor Cแตแต A} (hP : CategoryTheory.Presheaf.IsSheaf J P) {I : Type u_1} {S : C} {X : I โ C} (f : (i : I) โ X i โถ S) (hf : CategoryTheory.Sieve.ofArrows X f โ J S) {E : A} (x : (i : I) โ E โถ P.obj (Opposite.op (X i))) (hx : โ โฆW : Cโฆ โฆi j : Iโฆ (a : W โถ X i) (b : W โถ X j), CategoryTheory.CategoryStruct.comp a (f i) = CategoryTheory.CategoryStruct.comp b (f j) โ CategoryTheory.CategoryStruct.comp (x i) (P.map a.op) = CategoryTheory.CategoryStruct.comp (x j) (P.map b.op)) : โ! g, โ (i : I), CategoryTheory.CategoryStruct.comp g (P.map (f i).op) = x i - CategoryTheory.Presheaf.FamilyOfElementsOnObjects.IsCompatible.existsUnique_section ๐ Mathlib.CategoryTheory.Sites.CoversTop.Basic
{C : Type u} [CategoryTheory.Category.{v, u} C] {J : CategoryTheory.GrothendieckTopology C} {F : CategoryTheory.Functor Cแตแต (Type w)} {I : Type u_1} {Y : I โ C} {x : CategoryTheory.Presheaf.FamilyOfElementsOnObjects F Y} (hx : x.IsCompatible) (hY : J.CoversTop Y) (hF : CategoryTheory.Presheaf.IsSheaf J F) : โ! s, โ (i : I), โs (Opposite.op (Y i)) = x i - TopCat.Presheaf.IsSheaf.isSheafUniqueGluing_types ๐ Mathlib.Topology.Sheaves.SheafCondition.UniqueGluing
{X : TopCat} {F : TopCat.Presheaf (Type u_4) X} {ฮน : Type u_5} {U : ฮน โ TopologicalSpace.Opens โX} (h : F.IsSheaf) (sf : (i : ฮน) โ F.obj (Opposite.op (U i))) (cpt : F.IsCompatible U sf) : โ! s, F.IsGluing U sf s - TopCat.Presheaf.IsSheaf.isSheafUniqueGluing ๐ Mathlib.Topology.Sheaves.SheafCondition.UniqueGluing
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] {FC : C โ C โ Type u_2} {CC : C โ Type u_3} [(X Y : C) โ FunLike (FC X Y) (CC X) (CC Y)] [CategoryTheory.ConcreteCategory C FC] [CategoryTheory.Limits.HasLimitsOfSize.{x, x, v_1, u_1} C] [(CategoryTheory.forget C).ReflectsIsomorphisms] [CategoryTheory.Limits.PreservesLimitsOfSize.{x, x, v_1, u_3, u_1, u_3 + 1} (CategoryTheory.forget C)] {X : TopCat} {F : TopCat.Presheaf C X} (h : F.IsSheaf) {ฮน : Type u_4} (U : ฮน โ TopologicalSpace.Opens โX) (sf : (i : ฮน) โ CategoryTheory.ToType (F.obj (Opposite.op (U i)))) (cpt : F.IsCompatible U sf) : โ! s, F.IsGluing U sf s - TopCat.Sheaf.existsUnique_gluing ๐ Mathlib.Topology.Sheaves.SheafCondition.UniqueGluing
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] {FC : C โ C โ Type u_2} {CC : C โ Type u_3} [(X Y : C) โ FunLike (FC X Y) (CC X) (CC Y)] [CategoryTheory.ConcreteCategory C FC] [CategoryTheory.Limits.HasLimitsOfSize.{x, x, v_1, u_1} C] [(CategoryTheory.forget C).ReflectsIsomorphisms] [CategoryTheory.Limits.PreservesLimitsOfSize.{x, x, v_1, u_3, u_1, u_3 + 1} (CategoryTheory.forget C)] {X : TopCat} (F : TopCat.Sheaf C X) {ฮน : Type u_4} (U : ฮน โ TopologicalSpace.Opens โX) (sf : (i : ฮน) โ CategoryTheory.ToType (F.obj.obj (Opposite.op (U i)))) (h : TopCat.Presheaf.IsCompatible F.obj U sf) : โ! s, TopCat.Presheaf.IsGluing F.obj U sf s - TopCat.Sheaf.existsUnique_gluing' ๐ Mathlib.Topology.Sheaves.SheafCondition.UniqueGluing
{C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] {FC : C โ C โ Type u_2} {CC : C โ Type u_3} [(X Y : C) โ FunLike (FC X Y) (CC X) (CC Y)] [CategoryTheory.ConcreteCategory C FC] [CategoryTheory.Limits.HasLimitsOfSize.{x, x, v_1, u_1} C] [(CategoryTheory.forget C).ReflectsIsomorphisms] [CategoryTheory.Limits.PreservesLimitsOfSize.{x, x, v_1, u_3, u_1, u_3 + 1} (CategoryTheory.forget C)] {X : TopCat} (F : TopCat.Sheaf C X) {ฮน : Type u_4} (U : ฮน โ TopologicalSpace.Opens โX) (V : TopologicalSpace.Opens โX) (iUV : (i : ฮน) โ U i โถ V) (hcover : V โค iSup U) (sf : (i : ฮน) โ CategoryTheory.ToType (F.obj.obj (Opposite.op (U i)))) (h : TopCat.Presheaf.IsCompatible F.obj U sf) : โ! s, โ (i : ฮน), (CategoryTheory.ConcreteCategory.hom (F.obj.map (iUV i).op)) s = sf i - existsUnique_isIdempotentElem_eq_of_ker_isNilpotent ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} {S : Type u_2} [CommRing R] [Ring S] (f : R โ+* S) (h : โ x โ RingHom.ker f, IsNilpotent x) (e : S) (he : e โ f.range) (he' : IsIdempotentElem e) : โ! e', IsIdempotentElem e' โง f e' = e - SSet.S.existsUnique_n ๐ Mathlib.AlgebraicTopology.SimplicialSet.NonDegenerateSimplices
{X : SSet} (x : X.S) : โ! y, y.subcomplex = x.subcomplex - SSet.S.existsUnique_toNฯ ๐ Mathlib.AlgebraicTopology.SimplicialSet.NonDegenerateSimplices
{X : SSet} {x : X.S} {y : X.N} (hy : x.toN = y) : โ! f, CategoryTheory.Epi f โง (CategoryTheory.ConcreteCategory.hom (X.map f.op)) y.simplex = x.simplex - Polynomial.existsUnique_nilpotent_sub_and_aeval_eq_zero ๐ Mathlib.Dynamics.Newton
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] {P : Polynomial R} {x : S} (h : IsNilpotent ((Polynomial.aeval x) P)) (h' : IsUnit ((Polynomial.aeval x) (Polynomial.derivative P))) : โ! r, IsNilpotent (x - r) โง (Polynomial.aeval r) P = 0 - IsDiscreteValuationRing.iff_pid_with_one_nonzero_prime ๐ Mathlib.RingTheory.DiscreteValuationRing.Basic
(R : Type u) [CommRing R] [IsDomain R] : IsDiscreteValuationRing R โ IsPrincipalIdealRing R โง โ! P, P โ โฅ โง P.IsPrime - Ring.KrullDimLE.existsUnique_isPrime ๐ Mathlib.RingTheory.KrullDimension.Zero
(R : Type u_1) [CommSemiring R] [Ring.KrullDimLE 0 R] [IsLocalRing R] : โ! I, I.IsPrime - Ring.krullDimLE_zero_and_isLocalRing_tfae ๐ Mathlib.RingTheory.KrullDimension.Zero
(R : Type u_1) [CommSemiring R] : [Ring.KrullDimLE 0 R โง IsLocalRing R, โ! I, I.IsPrime, โ (x : R), IsNilpotent x โ ยฌIsUnit x, (nilradical R).IsMaximal].TFAE - IsDiscreteValuationRing.TFAE ๐ Mathlib.RingTheory.DiscreteValuationRing.TFAE
(R : Type u_1) [CommRing R] [IsNoetherianRing R] [IsLocalRing R] [IsDomain R] (h : ยฌIsField R) : [IsDiscreteValuationRing R, ValuationRing R, IsDedekindDomain R, IsIntegrallyClosed R โง โ! P, P โ โฅ โง P.IsPrime, Submodule.IsPrincipal (IsLocalRing.maximalIdeal R), Module.finrank (IsLocalRing.ResidueField R) (IsLocalRing.CotangentSpace R) = 1, โ (I : Ideal R), I โ โฅ โ โ n, I = IsLocalRing.maximalIdeal R ^ n].TFAE - Equiv.Perm.IsCycle.existsUnique_cycle ๐ Mathlib.GroupTheory.Perm.Cycle.Concrete
{ฮฑ : Type u_1} [Finite ฮฑ] [DecidableEq ฮฑ] {f : Equiv.Perm ฮฑ} (hf : f.IsCycle) : โ! s, โ (h : s.Nodup), s.formPerm h = f - Equiv.Perm.IsCycle.existsUnique_cycle_subtype ๐ Mathlib.GroupTheory.Perm.Cycle.Concrete
{ฮฑ : Type u_1} [Finite ฮฑ] [DecidableEq ฮฑ] {f : Equiv.Perm ฮฑ} (hf : f.IsCycle) : โ! s, (โs).formPerm โฏ = f - Equiv.Perm.IsCycle.existsUnique_cycle_nontrivial_subtype ๐ Mathlib.GroupTheory.Perm.Cycle.Concrete
{ฮฑ : Type u_1} [Finite ฮฑ] [DecidableEq ฮฑ] {f : Equiv.Perm ฮฑ} (hf : f.IsCycle) : โ! s, (โs).formPerm โฏ = f - summable_partition ๐ Mathlib.Topology.Algebra.InfiniteSum.Real
{ฮฑ : Type u_3} {ฮฒ : Type u_4} {f : ฮฒ โ โ} (hf : 0 โค f) {s : ฮฑ โ Set ฮฒ} (hs : โ (i : ฮฒ), โ! j, i โ s j) : Summable f โ (โ (j : ฮฑ), Summable fun i => f โi) โง Summable fun j => โ' (i : โ(s j)), f โi - AddSubgroup.isComplement_addSubgroup_left_iff_existsUnique_quotientMk'' ๐ Mathlib.GroupTheory.Complement
{G : Type u_1} [AddGroup G] {H : AddSubgroup G} {T : Set G} : AddSubgroup.IsComplement (โH) T โ โ (q : Quotient (QuotientAddGroup.rightRel H)), โ! t, Quotient.mk'' โt = q - Subgroup.isComplement_subgroup_left_iff_existsUnique_quotientMk'' ๐ Mathlib.GroupTheory.Complement
{G : Type u_1} [Group G] {H : Subgroup G} {T : Set G} : Subgroup.IsComplement (โH) T โ โ (q : Quotient (QuotientGroup.rightRel H)), โ! t, Quotient.mk'' โt = q - AddSubgroup.isComplement_addSubgroup_right_iff_existsUnique_quotientAddGroupMk ๐ Mathlib.GroupTheory.Complement
{G : Type u_1} [AddGroup G] {H : AddSubgroup G} {S : Set G} : AddSubgroup.IsComplement S โH โ โ (q : G โงธ H), โ! s, โโs = q - Subgroup.isComplement_subgroup_right_iff_existsUnique_quotientGroupMk ๐ Mathlib.GroupTheory.Complement
{G : Type u_1} [Group G] {H : Subgroup G} {S : Set G} : Subgroup.IsComplement S โH โ โ (q : G โงธ H), โ! s, โโs = q - AddSubgroup.isComplement_iff_existsUnique_add_neg_mem ๐ Mathlib.GroupTheory.Complement
{G : Type u_1} [AddGroup G] {S T : Set G} : AddSubgroup.IsComplement S T โ โ (g : G), โ! t, g + -โt โ S - AddSubgroup.isComplement_iff_existsUnique_neg_add_mem ๐ Mathlib.GroupTheory.Complement
{G : Type u_1} [AddGroup G] {S T : Set G} : AddSubgroup.IsComplement S T โ โ (g : G), โ! s, -โs + g โ T - Subgroup.isComplement_iff_existsUnique_inv_mul_mem ๐ Mathlib.GroupTheory.Complement
{G : Type u_1} [Group G] {S T : Set G} : Subgroup.IsComplement S T โ โ (g : G), โ! s, (โs)โปยน * g โ T - Subgroup.isComplement_iff_existsUnique_mul_inv_mem ๐ Mathlib.GroupTheory.Complement
{G : Type u_1} [Group G] {S T : Set G} : Subgroup.IsComplement S T โ โ (g : G), โ! t, g * (โt)โปยน โ S - AddSubgroup.IsComplement.existsUnique ๐ Mathlib.GroupTheory.Complement
{G : Type u_1} [AddGroup G] {S T : Set G} (h : AddSubgroup.IsComplement S T) (g : G) : โ! x, โx.1 + โx.2 = g - Subgroup.IsComplement.existsUnique ๐ Mathlib.GroupTheory.Complement
{G : Type u_1} [Group G] {S T : Set G} (h : Subgroup.IsComplement S T) (g : G) : โ! x, โx.1 * โx.2 = g - AddSubgroup.isComplement_iff_existsUnique ๐ Mathlib.GroupTheory.Complement
{G : Type u_1} [AddGroup G] {S T : Set G} : AddSubgroup.IsComplement S T โ โ (g : G), โ! x, โx.1 + โx.2 = g - Subgroup.isComplement_iff_existsUnique ๐ Mathlib.GroupTheory.Complement
{G : Type u_1} [Group G] {S T : Set G} : Subgroup.IsComplement S T โ โ (g : G), โ! x, โx.1 * โx.2 = g - discrim_eq_zero_of_existsUnique ๐ Mathlib.Algebra.QuadraticDiscriminant
{K : Type u_1} [Field K] [NeZero 2] {a b c : K} (ha : a โ 0) (h : โ! x, a * (x * x) + b * x + c = 0) : discrim a b c = 0 - discrim_eq_zero_iff ๐ Mathlib.Algebra.QuadraticDiscriminant
{K : Type u_1} [Field K] [NeZero 2] {a b c : K} (ha : a โ 0) : discrim a b c = 0 โ โ! x, a * (x * x) + b * x + c = 0 - MeasureTheory.IsAddFundamentalDomain.mk' ๐ Mathlib.MeasureTheory.Group.FundamentalDomain
{G : Type u_1} {ฮฑ : Type u_3} [AddGroup G] [AddAction G ฮฑ] [MeasurableSpace ฮฑ] {s : Set ฮฑ} {ฮผ : MeasureTheory.Measure ฮฑ} (h_meas : MeasureTheory.NullMeasurableSet s ฮผ) (h_exists : โ (x : ฮฑ), โ! g, g +แตฅ x โ s) : MeasureTheory.IsAddFundamentalDomain G s ฮผ - MeasureTheory.IsFundamentalDomain.mk' ๐ Mathlib.MeasureTheory.Group.FundamentalDomain
{G : Type u_1} {ฮฑ : Type u_3} [Group G] [MulAction G ฮฑ] [MeasurableSpace ฮฑ] {s : Set ฮฑ} {ฮผ : MeasureTheory.Measure ฮฑ} (h_meas : MeasureTheory.NullMeasurableSet s ฮผ) (h_exists : โ (x : ฮฑ), โ! g, g โข x โ s) : MeasureTheory.IsFundamentalDomain G s ฮผ - ZSpan.exist_unique_vadd_mem_fundamentalDomain ๐ Mathlib.Algebra.Module.ZLattice.Basic
{E : Type u_1} {ฮน : Type u_2} {K : Type u_3} [NormedField K] [NormedAddCommGroup E] [NormedSpace K E] (b : Module.Basis ฮน K E) [LinearOrder K] [IsStrictOrderedRing K] [FloorRing K] [Finite ฮน] (x : E) : โ! v, v +แตฅ x โ ZSpan.fundamentalDomain b - BoxIntegral.Prepartition.IsPartition.existsUnique ๐ Mathlib.Analysis.BoxIntegral.Partition.Basic
{ฮน : Type u_1} {I : BoxIntegral.Box ฮน} {ฯ : BoxIntegral.Prepartition I} {x : ฮน โ โ} (h : ฯ.IsPartition) (hx : x โ I) : โ! J, J โ ฯ โง x โ J - isPrimePow_iff_unique_prime_dvd ๐ Mathlib.Data.Nat.Factorization.PrimePow
{n : โ} : IsPrimePow n โ โ! p, Nat.Prime p โง p โฃ n - Nat.finMulAntidiag_existsUnique_prime_dvd ๐ Mathlib.Algebra.Order.Antidiag.Nat
{d n p : โ} (hn : Squarefree n) (hp : p โ n.primeFactorsList) (f : Fin d โ โ) (hf : f โ d.finMulAntidiag n) : โ! i, p โฃ f i - AddSubgroup.mem_closure_singleton_iff_existsUnique_zsmul ๐ Mathlib.GroupTheory.ArchimedeanDensely
{G : Type u_1} [AddCommGroup G] [LinearOrder G] [IsOrderedAddMonoid G] {a b : G} (ha : a โ 0) : b โ AddSubgroup.closure {a} โ โ! k, k โข a = b - Subgroup.mem_closure_singleton_iff_existsUnique_zpow ๐ Mathlib.GroupTheory.ArchimedeanDensely
{G : Type u_1} [CommGroup G] [LinearOrder G] [IsOrderedMonoid G] {a b : G} (ha : a โ 1) : b โ Subgroup.closure {a} โ โ! k, a ^ k = b - StandardEtalePair.existsUnique_hasMap_of_hasMap_quotient_of_sq_eq_bot ๐ Mathlib.RingTheory.Etale.StandardEtale
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] (P : StandardEtalePair R) (I : Ideal S) (hI : I ^ 2 = โฅ) (x : S) (hx : P.HasMap ((Ideal.Quotient.mk I) x)) : โ! ฮต, ฮต โ I โง P.HasMap (x + ฮต) - SSet.S.IsUniquelyCodimOneFace.existsUnique_ฮด_cast_simplex ๐ Mathlib.AlgebraicTopology.SimplicialSet.AnodyneExtensions.IsUniquelyCodimOneFace
{X : SSet} {x y : X.S} (hxy : x.IsUniquelyCodimOneFace y) {d : โ} (hd : x.dim = d) : โ! i, (CategoryTheory.ConcreteCategory.hom (CategoryTheory.SimplicialObject.ฮด X i)) (y.cast โฏ).simplex = (x.cast hd).simplex - SSet.S.IsUniquelyCodimOneFace.iff ๐ Mathlib.AlgebraicTopology.SimplicialSet.AnodyneExtensions.IsUniquelyCodimOneFace
{X : SSet} {d : โ} (x : X.obj (Opposite.op { len := d })) (y : X.obj (Opposite.op { len := d + 1 })) : { dim := d, simplex := x }.IsUniquelyCodimOneFace { dim := d + 1, simplex := y } โ โ! i, (CategoryTheory.ConcreteCategory.hom (CategoryTheory.SimplicialObject.ฮด X i)) y = x - SSet.N.existsUnique_of_le ๐ Mathlib.AlgebraicTopology.SimplicialSet.Nonsingular
{X : SSet} [X.Nonsingular] {x y : X.N} (h : x โค y) : โ! f, CategoryTheory.Mono f โง (CategoryTheory.ConcreteCategory.hom (X.map f.op)) y.simplex = x.simplex - IsCoveringMap.existsUnique_continuousMap_lifts ๐ Mathlib.Topology.Homotopy.Lifting
{E : Type u_1} {X : Type u_2} {A : Type u_3} [TopologicalSpace E] [TopologicalSpace X] [TopologicalSpace A] {p : E โ X} (cov : IsCoveringMap p) [SimplyConnectedSpace A] [LocallyPathConnectedSpace A] (f : C(A, X)) (aโ : A) (eโ : E) (he : p eโ = f aโ) : โ! F, F aโ = eโ โง p โ โF = โf - IsCoveringMapOn.existsUnique_continuousMap_lifts ๐ Mathlib.Topology.Homotopy.Lifting
{E : Type u_1} {X : Type u_2} {A : Type u_3} [TopologicalSpace E] [TopologicalSpace X] [TopologicalSpace A] {p : E โ X} [SimplyConnectedSpace A] [LocallyPathConnectedSpace A] {s : Set X} (cov : IsCoveringMapOn p s) (f : C(A, X)) {aโ : A} {eโ : E} (he : p eโ = f aโ) (hs : โ (a : A), f a โ s) : โ! F, F aโ = eโ โง p โ โF = โf - IsCoveringMap.existsUnique_continuousMap_lifts_of_range_le ๐ Mathlib.Topology.Homotopy.Lifting
{E : Type u_1} {X : Type u_2} {A : Type u_3} [TopologicalSpace E] [TopologicalSpace X] [TopologicalSpace A] {p : E โ X} (cov : IsCoveringMap p) [PathConnectedSpace A] [LocallyPathConnectedSpace A] {f : C(A, X)} {aโ : A} {eโ : E} (he : p eโ = f aโ) (le : (FundamentalGroup.map f aโ).range โค (FundamentalGroup.mapOfEq { toFun := p, continuous_toFun := โฏ } he).range) : โ! F, F aโ = eโ โง p โ โF = โf - IsLocalHomeomorph.existsUnique_continuousMap_lifts ๐ Mathlib.Topology.Homotopy.Lifting
{E : Type u_1} {X : Type u_2} {A : Type u_3} [TopologicalSpace E] [TopologicalSpace X] [TopologicalSpace A] {p : E โ X} (homeo : IsLocalHomeomorph p) [PathConnectedSpace A] [LocallyPathConnectedSpace A] (f : C(A, X)) (aโ : A) (eโ : E) (he : p eโ = f aโ) (ex : โ (ฮณ : C(โunitInterval, A)), ฮณ 0 = aโ โ โ ฮ, ฮ 0 = eโ โง p โ โฮ = โ(f.comp ฮณ)) (uniq : โ (ฮณ ฮณ' : C(โunitInterval, A)) (ฮ ฮ' : C(โunitInterval, E)), ฮณ 0 = aโ โ ฮณ' 0 = aโ โ ฮ 0 = eโ โ ฮ' 0 = eโ โ p โ โฮ = โ(f.comp ฮณ) โ p โ โฮ' = โ(f.comp ฮณ') โ ฮณ 1 = ฮณ' 1 โ ฮ 1 = ฮ' 1) : โ! F, F aโ = eโ โง p โ โF = โf - IsPrimitiveRoot.existsUnique ๐ Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots
{M : Type u_1} [CommMonoid M] {ฮถ : M} : โ! k, IsPrimitiveRoot ฮถ k - Polynomial.unique_int_coeff_of_cycl ๐ Mathlib.RingTheory.Polynomial.Cyclotomic.Basic
{K : Type u_2} [CommRing K] [IsDomain K] [CharZero K] {ฮถ : K} {n : โ+} (h : IsPrimitiveRoot ฮถ โn) : โ! P, Polynomial.map (Int.castRingHom K) P = Polynomial.cyclotomic' (โn) K - DirichletCharacter.FactorsThrough.existsUnique ๐ Mathlib.NumberTheory.DirichletCharacter.Basic
{R : Type u_1} [CommMonoidWithZero R] {n : โ} {ฯ : DirichletCharacter R n} {d : โ} [NeZero n] (h : ฯ.FactorsThrough d) : โ! ฯ', ฯ = (DirichletCharacter.changeLevel โฏ) ฯ' - LinearPMap.IsClosable.existsUnique ๐ Mathlib.Topology.Algebra.Module.LinearPMap
{R : Type u_1} {E : Type u_2} {F : Type u_3} [CommRing R] [AddCommGroup E] [AddCommGroup F] [Module R E] [Module R F] [TopologicalSpace E] [TopologicalSpace F] [ContinuousAdd E] [ContinuousAdd F] [TopologicalSpace R] [ContinuousSMul R E] [ContinuousSMul R F] {f : E โโ.[R] F} (hf : f.IsClosable) : โ! f', f.graph.topologicalClosure = f'.graph - Int.existsUnique_mem_box ๐ Mathlib.Order.Interval.Finset.Box
(x : โค ร โค) : โ! n, x โ Finset.box n - CategoryTheory.Bicategory.Lan.existsUnique ๐ Mathlib.CategoryTheory.Bicategory.Kan.HasKan
{B : Type u} [CategoryTheory.Bicategory B] {a b c : B} {f : a โถ b} {g : a โถ c} [CategoryTheory.Bicategory.HasLeftKanExtension f g] (s : CategoryTheory.Bicategory.LeftExtension f g) : โ! ฯ, CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.lanUnit f g) (CategoryTheory.Bicategory.whiskerLeft f ฯ) = s.unit - CategoryTheory.Bicategory.LanLift.existsUnique ๐ Mathlib.CategoryTheory.Bicategory.Kan.HasKan
{B : Type u} [CategoryTheory.Bicategory B] {a b c : B} {f : b โถ a} {g : c โถ a} [CategoryTheory.Bicategory.HasLeftKanLift f g] (s : CategoryTheory.Bicategory.LeftLift f g) : โ! ฯ, CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.lanLiftUnit f g) (CategoryTheory.Bicategory.whiskerRight ฯ f) = s.unit - CategoryTheory.Functor.IsCartesian.universal_property ๐ Mathlib.CategoryTheory.FiberedCategory.Cartesian
{๐ฎ : Type uโ} {๐ณ : Type uโ} {instโ : CategoryTheory.Category.{vโ, uโ} ๐ฎ} {instโยน : CategoryTheory.Category.{vโ, uโ} ๐ณ} {p : CategoryTheory.Functor ๐ณ ๐ฎ} {R S : ๐ฎ} {a b : ๐ณ} (f : R โถ S) {ฯ : a โถ b} [self : p.IsCartesian f ฯ] {a' : ๐ณ} (ฯ' : a' โถ b) [p.IsHomLift f ฯ'] : โ! ฯ, p.IsHomLift (CategoryTheory.CategoryStruct.id R) ฯ โง CategoryTheory.CategoryStruct.comp ฯ ฯ = ฯ' - CategoryTheory.Functor.IsCartesian.mk ๐ Mathlib.CategoryTheory.FiberedCategory.Cartesian
{๐ฎ : Type uโ} {๐ณ : Type uโ} [CategoryTheory.Category.{vโ, uโ} ๐ฎ] [CategoryTheory.Category.{vโ, uโ} ๐ณ] {p : CategoryTheory.Functor ๐ณ ๐ฎ} {R S : ๐ฎ} {a b : ๐ณ} {f : R โถ S} {ฯ : a โถ b} [toIsHomLift : p.IsHomLift f ฯ] (universal_property : โ {a' : ๐ณ} (ฯ' : a' โถ b) [p.IsHomLift f ฯ'], โ! ฯ, p.IsHomLift (CategoryTheory.CategoryStruct.id R) ฯ โง CategoryTheory.CategoryStruct.comp ฯ ฯ = ฯ') : p.IsCartesian f ฯ - CategoryTheory.Functor.IsStronglyCartesian.universal_property ๐ Mathlib.CategoryTheory.FiberedCategory.Cartesian
{๐ฎ : Type uโ} {๐ณ : Type uโ} [CategoryTheory.Category.{vโ, uโ} ๐ฎ] [CategoryTheory.Category.{vโ, uโ} ๐ณ] (p : CategoryTheory.Functor ๐ณ ๐ฎ) {R S : ๐ฎ} {a b : ๐ณ} (f : R โถ S) (ฯ : a โถ b) [p.IsStronglyCartesian f ฯ] {R' : ๐ฎ} {a' : ๐ณ} (g : R' โถ R) (f' : R' โถ S) (hf' : f' = CategoryTheory.CategoryStruct.comp g f) (ฯ' : a' โถ b) [p.IsHomLift f' ฯ'] : โ! ฯ, p.IsHomLift g ฯ โง CategoryTheory.CategoryStruct.comp ฯ ฯ = ฯ' - CategoryTheory.Functor.IsStronglyCartesian.universal_property' ๐ Mathlib.CategoryTheory.FiberedCategory.Cartesian
{๐ฎ : Type uโ} {๐ณ : Type uโ} {instโ : CategoryTheory.Category.{vโ, uโ} ๐ฎ} {instโยน : CategoryTheory.Category.{vโ, uโ} ๐ณ} {p : CategoryTheory.Functor ๐ณ ๐ฎ} {R S : ๐ฎ} {a b : ๐ณ} (f : R โถ S) {ฯ : a โถ b} [self : p.IsStronglyCartesian f ฯ] {a' : ๐ณ} (g : p.obj a' โถ R) (ฯ' : a' โถ b) [p.IsHomLift (CategoryTheory.CategoryStruct.comp g f) ฯ'] : โ! ฯ, p.IsHomLift g ฯ โง CategoryTheory.CategoryStruct.comp ฯ ฯ = ฯ' - CategoryTheory.Functor.IsStronglyCartesian.mk ๐ Mathlib.CategoryTheory.FiberedCategory.Cartesian
{๐ฎ : Type uโ} {๐ณ : Type uโ} [CategoryTheory.Category.{vโ, uโ} ๐ฎ] [CategoryTheory.Category.{vโ, uโ} ๐ณ] {p : CategoryTheory.Functor ๐ณ ๐ฎ} {R S : ๐ฎ} {a b : ๐ณ} {f : R โถ S} {ฯ : a โถ b} [toIsHomLift : p.IsHomLift f ฯ] (universal_property' : โ {a' : ๐ณ} (g : p.obj a' โถ R) (ฯ' : a' โถ b) [p.IsHomLift (CategoryTheory.CategoryStruct.comp g f) ฯ'], โ! ฯ, p.IsHomLift g ฯ โง CategoryTheory.CategoryStruct.comp ฯ ฯ = ฯ') : p.IsStronglyCartesian f ฯ - CategoryTheory.Functor.IsCocartesian.universal_property ๐ Mathlib.CategoryTheory.FiberedCategory.Cocartesian
{๐ฎ : Type uโ} {๐ณ : Type uโ} {instโ : CategoryTheory.Category.{vโ, uโ} ๐ฎ} {instโยน : CategoryTheory.Category.{vโ, uโ} ๐ณ} {p : CategoryTheory.Functor ๐ณ ๐ฎ} {R S : ๐ฎ} {a b : ๐ณ} (f : R โถ S) {ฯ : a โถ b} [self : p.IsCocartesian f ฯ] {b' : ๐ณ} (ฯ' : a โถ b') [p.IsHomLift f ฯ'] : โ! ฯ, p.IsHomLift (CategoryTheory.CategoryStruct.id S) ฯ โง CategoryTheory.CategoryStruct.comp ฯ ฯ = ฯ' - CategoryTheory.Functor.IsCocartesian.mk ๐ Mathlib.CategoryTheory.FiberedCategory.Cocartesian
{๐ฎ : Type uโ} {๐ณ : Type uโ} [CategoryTheory.Category.{vโ, uโ} ๐ฎ] [CategoryTheory.Category.{vโ, uโ} ๐ณ] {p : CategoryTheory.Functor ๐ณ ๐ฎ} {R S : ๐ฎ} {a b : ๐ณ} {f : R โถ S} {ฯ : a โถ b} [toIsHomLift : p.IsHomLift f ฯ] (universal_property : โ {b' : ๐ณ} (ฯ' : a โถ b') [p.IsHomLift f ฯ'], โ! ฯ, p.IsHomLift (CategoryTheory.CategoryStruct.id S) ฯ โง CategoryTheory.CategoryStruct.comp ฯ ฯ = ฯ') : p.IsCocartesian f ฯ - CategoryTheory.Functor.IsStronglyCocartesian.universal_property ๐ Mathlib.CategoryTheory.FiberedCategory.Cocartesian
{๐ฎ : Type uโ} {๐ณ : Type uโ} [CategoryTheory.Category.{vโ, uโ} ๐ฎ] [CategoryTheory.Category.{vโ, uโ} ๐ณ] (p : CategoryTheory.Functor ๐ณ ๐ฎ) {R S : ๐ฎ} {a b : ๐ณ} (f : R โถ S) (ฯ : a โถ b) [p.IsStronglyCocartesian f ฯ] {S' : ๐ฎ} {b' : ๐ณ} (g : S โถ S') (f' : R โถ S') (hf' : f' = CategoryTheory.CategoryStruct.comp f g) (ฯ' : a โถ b') [p.IsHomLift f' ฯ'] : โ! ฯ, p.IsHomLift g ฯ โง CategoryTheory.CategoryStruct.comp ฯ ฯ = ฯ' - CategoryTheory.Functor.IsStronglyCocartesian.universal_property' ๐ Mathlib.CategoryTheory.FiberedCategory.Cocartesian
{๐ฎ : Type uโ} {๐ณ : Type uโ} {instโ : CategoryTheory.Category.{vโ, uโ} ๐ฎ} {instโยน : CategoryTheory.Category.{vโ, uโ} ๐ณ} {p : CategoryTheory.Functor ๐ณ ๐ฎ} {R S : ๐ฎ} {a b : ๐ณ} (f : R โถ S) {ฯ : a โถ b} [self : p.IsStronglyCocartesian f ฯ] {b' : ๐ณ} (g : S โถ p.obj b') (ฯ' : a โถ b') [p.IsHomLift (CategoryTheory.CategoryStruct.comp f g) ฯ'] : โ! ฯ, p.IsHomLift g ฯ โง CategoryTheory.CategoryStruct.comp ฯ ฯ = ฯ' - CategoryTheory.Functor.IsStronglyCocartesian.mk ๐ Mathlib.CategoryTheory.FiberedCategory.Cocartesian
{๐ฎ : Type uโ} {๐ณ : Type uโ} [CategoryTheory.Category.{vโ, uโ} ๐ฎ] [CategoryTheory.Category.{vโ, uโ} ๐ณ] {p : CategoryTheory.Functor ๐ณ ๐ฎ} {R S : ๐ฎ} {a b : ๐ณ} {f : R โถ S} {ฯ : a โถ b} [toIsHomLift : p.IsHomLift f ฯ] (universal_property' : โ {b' : ๐ณ} (g : S โถ p.obj b') (ฯ' : a โถ b') [p.IsHomLift (CategoryTheory.CategoryStruct.comp f g) ฯ'], โ! ฯ, p.IsHomLift g ฯ โง CategoryTheory.CategoryStruct.comp ฯ ฯ = ฯ') : p.IsStronglyCocartesian f ฯ - CategoryTheory.PreGaloisCategory.exists_autMap ๐ Mathlib.CategoryTheory.Galois.GaloisObjects
{C : Type uโ} [CategoryTheory.Category.{uโ, uโ} C] [CategoryTheory.GaloisCategory C] {A B : C} (f : A โถ B) [CategoryTheory.PreGaloisCategory.IsConnected A] [CategoryTheory.PreGaloisCategory.IsGalois B] (ฯ : CategoryTheory.Aut A) : โ! ฯ, CategoryTheory.CategoryStruct.comp f ฯ.hom = CategoryTheory.CategoryStruct.comp ฯ.hom f - CategoryTheory.ModObj.isIso_leftSMul_iff ๐ Mathlib.CategoryTheory.Monoidal.Cartesian.Mod
{C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.CartesianMonoidalCategory C] {M : C} [CategoryTheory.MonObj M] {X : C} [CategoryTheory.ModObj M X] : CategoryTheory.IsIso (CategoryTheory.ModObj.leftSMul M X) โ โ (Z : C) (x y : Z โถ X), โ! m, m โข x = y - SimpleGraph.degree_eq_one_iff_existsUnique_adj ๐ Mathlib.Combinatorics.SimpleGraph.Finite
{V : Type u_1} {G : SimpleGraph V} {v : V} [Fintype โ(G.neighborSet v)] : G.degree v = 1 โ โ! w, G.Adj v w - Finpartition.existsUnique_mem ๐ Mathlib.Order.Partition.Finpartition
{ฮฑ : Type u_1} [DecidableEq ฮฑ] {s : Finset ฮฑ} (P : Finpartition s) {a : ฮฑ} (ha : a โ s) : โ! t, t โ P.parts โง a โ t - Finpartition.ofExistsUnique ๐ Mathlib.Order.Partition.Finpartition
{ฮฑ : Type u_1} [DecidableEq ฮฑ] {s : Finset ฮฑ} (parts : Finset (Finset ฮฑ)) (h : โ p โ parts, p โ s) (h' : โ a โ s, โ! t, t โ parts โง a โ t) (h'' : โ โ parts) : Finpartition s - Finpartition.ofExistsUnique_parts ๐ Mathlib.Order.Partition.Finpartition
{ฮฑ : Type u_1} [DecidableEq ฮฑ] {s : Finset ฮฑ} (parts : Finset (Finset ฮฑ)) (h : โ p โ parts, p โ s) (h' : โ a โ s, โ! t, t โ parts โง a โ t) (h'' : โ โ parts) : (Finpartition.ofExistsUnique parts h h' h'').parts = parts - SimpleGraph.Subgraph.degree_eq_one_iff_existsUnique_adj ๐ Mathlib.Combinatorics.SimpleGraph.Subgraph
{V : Type u} {G : SimpleGraph V} {G' : G.Subgraph} {v : V} [Fintype โ(G'.neighborSet v)] : G'.degree v = 1 โ โ! w, G'.Adj v w - Configuration.HasLines.existsUnique_line ๐ Mathlib.Combinatorics.Configuration
(P : Type u_1) (L : Type u_2) [Membership P L] [Configuration.HasLines P L] (pโ pโ : P) (hp : pโ โ pโ) : โ! l, pโ โ l โง pโ โ l - Configuration.HasPoints.existsUnique_point ๐ Mathlib.Combinatorics.Configuration
(P : Type u_1) (L : Type u_2) [Membership P L] [Configuration.HasPoints P L] (lโ lโ : L) (hl : lโ โ lโ) : โ! p, p โ lโ โง p โ lโ - Setoid.classes_eqv_classes ๐ Mathlib.Data.Setoid.Partition
{ฮฑ : Type u_1} {r : Setoid ฮฑ} (a : ฮฑ) : โ! b, b โ r.classes โง a โ b
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