Loogle!
Result
Found 196 declarations mentioning IsTrans.
- IsTrans 📋 Mathlib.Order.Defs.Unbundled
(α : Sort u_1) (r : α → α → Prop) : Prop - Equivalence.isTrans 📋 Mathlib.Order.Defs.Unbundled
{α : Sort u_1} (r : α → α → Prop) (h : Equivalence r) : IsTrans α r - IsPreorder.toIsTrans 📋 Mathlib.Order.Defs.Unbundled
{α : Sort u_1} {r : α → α → Prop} [self : IsPreorder α r] : IsTrans α r - IsStrictOrder.toIsTrans 📋 Mathlib.Order.Defs.Unbundled
{α : Sort u_1} {r : α → α → Prop} [self : IsStrictOrder α r] : IsTrans α r - asymm_of_isTrans_of_irrefl 📋 Mathlib.Order.Defs.Unbundled
{α : Sort u_1} {r : α → α → Prop} [IsTrans α r] [Std.Irrefl r] : Std.Asymm r - IsPreorder.mk 📋 Mathlib.Order.Defs.Unbundled
{α : Sort u_1} {r : α → α → Prop} [toRefl : Std.Refl r] [toIsTrans : IsTrans α r] : IsPreorder α r - IsStrictOrder.mk 📋 Mathlib.Order.Defs.Unbundled
{α : Sort u_1} {r : α → α → Prop} [toIrrefl : Std.Irrefl r] [toIsTrans : IsTrans α r] : IsStrictOrder α r - instIsTransOfTrans 📋 Mathlib.Order.Defs.Unbundled
{α : Sort u_1} {r : α → α → Prop} [Trans r r r] : IsTrans α r - instTransOfIsTrans 📋 Mathlib.Order.Defs.Unbundled
{α : Sort u_1} {r : α → α → Prop} [IsTrans α r] : Trans r r r - InvImage.isTrans 📋 Mathlib.Order.Defs.Unbundled
{α : Sort u_1} {β : Sort u_2} (r : β → β → Prop) (f : α → β) [IsTrans β r] : IsTrans α (InvImage r f) - trans 📋 Mathlib.Order.Defs.Unbundled
{α : Sort u_1} {r : α → α → Prop} {a b c : α} [IsTrans α r] : r a b → r b c → r a c - trans_of 📋 Mathlib.Order.Defs.Unbundled
{α : Sort u_1} (r : α → α → Prop) {a b c : α} [IsTrans α r] : r a b → r b c → r a c - IsTrans.mk 📋 Mathlib.Order.Defs.Unbundled
{α : Sort u_1} {r : α → α → Prop} (trans : ∀ (a b c : α), r a b → r b c → r a c) : IsTrans α r - IsTrans.trans 📋 Mathlib.Order.Defs.Unbundled
{α : Sort u_1} {r : α → α → Prop} [self : IsTrans α r] (a b c : α) : r a b → r b c → r a c - isTrans_def 📋 Mathlib.Order.Defs.Unbundled
{α : Sort u_2} {r : α → α → Prop} : IsTrans α r ↔ ∀ ⦃a b c : α⦄, r a b → r b c → r a c - rel_congr_left 📋 Mathlib.Order.Defs.Unbundled
{α : Sort u_1} {r : α → α → Prop} [Std.Symm r] [IsTrans α r] {a b c : α} (h : r a b) : r a c ↔ r b c - rel_congr_right 📋 Mathlib.Order.Defs.Unbundled
{α : Sort u_1} {r : α → α → Prop} [Std.Symm r] [IsTrans α r] {a b c : α} (h : r b c) : r a b ↔ r a c - trans_trichotomous_left 📋 Mathlib.Order.Defs.Unbundled
{α : Sort u_1} {r : α → α → Prop} [IsTrans α r] [Std.Trichotomous r] {a b c : α} (h₁ : ¬r b a) (h₂ : r b c) : r a c - trans_trichotomous_right 📋 Mathlib.Order.Defs.Unbundled
{α : Sort u_1} {r : α → α → Prop} [IsTrans α r] [Std.Trichotomous r] {a b c : α} (h₁ : r a b) (h₂ : ¬r c b) : r a c - IsTrans.decide 📋 Mathlib.Order.Defs.Unbundled
{α : Sort u_1} {r : α → α → Prop} [DecidableRel r] [IsTrans α r] : IsTrans α fun a b => decide (r a b) = true - rel_congr 📋 Mathlib.Order.Defs.Unbundled
{α : Sort u_1} {r : α → α → Prop} [Std.Symm r] [IsTrans α r] {a b c d : α} (h₁ : r a b) (h₂ : r c d) : r a c ↔ r b d - AddSemiconjBy.isTrans 📋 Mathlib.Algebra.Group.Semiconj.Defs
{S : Type u_1} [AddSemigroup S] : IsTrans S fun a b => ∃ c, AddSemiconjBy c a b - SemiconjBy.isTrans 📋 Mathlib.Algebra.Group.Semiconj.Defs
{S : Type u_1} [Semigroup S] : IsTrans S fun a b => ∃ c, SemiconjBy c a b - Function.instIsTransSwapProp 📋 Mathlib.Logic.Function.Basic
{α : Sort u_1} (r : α → α → Prop) [IsTrans α r] : IsTrans α (Function.swap r) - Function.instIsTransOnFun 📋 Mathlib.Logic.Function.Basic
{α : Sort u_1} {β : Sort u_2} (r : β → β → Prop) (f : α → β) [IsTrans β r] : IsTrans α (Function.onFun r f) - Relation.TransGen.instIsTrans 📋 Mathlib.Logic.Relation
{α : Type u_1} {r : α → α → Prop} : IsTrans α (Relation.TransGen r) - Relation.ReflGen.instIsPreorderOfIsTrans 📋 Mathlib.Logic.Relation
{α : Type u_1} {r : α → α → Prop} [IsTrans α r] : IsPreorder α (Relation.ReflGen r) - Relation.transGen_eq_self 📋 Mathlib.Logic.Relation
{α : Type u_1} {r : α → α → Prop} [IsTrans α r] : Relation.TransGen r = r - Relation.reflTransGen_eq_reflGen 📋 Mathlib.Logic.Relation
{α : Type u_1} {r : α → α → Prop} [IsTrans α r] : Relation.ReflTransGen r = Relation.ReflGen r - IsTrans.comap 📋 Mathlib.Logic.Relation
{α : Type u_1} {β : Type u_2} {r : β → β → Prop} [IsTrans β r] (f : α → β) : IsTrans α (Function.onFun r f) - Relation.reflTransGen_eq_self 📋 Mathlib.Logic.Relation
{α : Type u_1} {r : α → α → Prop} [Std.Refl r] [IsTrans α r] : Relation.ReflTransGen r = r - Relation.isTrans_join 📋 Mathlib.Logic.Relation
{α : Type u_1} {r : α → α → Prop} [IsTrans α r] (h : ∀ (a b c : α), r a b → r a c → Relation.Join r b c) : IsTrans α (Relation.Join r) - IsTrans.map 📋 Mathlib.Logic.Relation
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} [IsTrans α r] {f : α → β} (hf : ∀ (x y : α), f x = f y → r x y) : IsTrans β (Relation.Map r f f) - Relation.isTrans_map 📋 Mathlib.Logic.Relation
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} [IsTrans α r] {f : α → β} (hf : ∀ (x y : α), f x = f y → r x y) : IsTrans β (Relation.Map r f f) - Relation.transGen_minimal 📋 Mathlib.Logic.Relation
{α : Type u_1} {r r' : α → α → Prop} [IsTrans α r'] (h : r ≤ r') : Relation.TransGen r ≤ r' - Relation.reflTransGen_le_of_le 📋 Mathlib.Logic.Relation
{α : Type u_1} {r r' : α → α → Prop} [Std.Refl r] [IsTrans α r] (h : r' ≤ r) : Relation.ReflTransGen r' ≤ r - Relation.reflTransGen_of_isTrans_reflexive 📋 Mathlib.Logic.Relation
{α : Type u_1} {r r' : α → α → Prop} [Std.Refl r] [IsTrans α r] (h : r' ≤ r) : Relation.ReflTransGen r' ≤ r - Prod.instIsTransLex 📋 Mathlib.Data.Prod.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} [IsTrans α r] [IsTrans β s] : IsTrans (α × β) (Prod.Lex r s) - Prod.Lex.trans 📋 Mathlib.Data.Prod.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} [IsTrans α r] [IsTrans β s] {x y z : α × β} : Prod.Lex r s x y → Prod.Lex r s y z → Prod.Lex r s x z - Mathlib.Tactic.GCongr.rel_imp_rel 📋 Mathlib.Tactic.GCongr.Core
{α : Sort u_1} {r : α → α → Prop} [IsTrans α r] {a b c d : α} (h₁ : r c a) (h₂ : r b d) : r a b → r c d - OrderDual.instIsTransLe 📋 Mathlib.Order.OrderDual
{α : Type u_1} [LE α] [T : IsTrans α LE.le] : IsTrans αᵒᵈ LE.le - OrderDual.instIsTransLt 📋 Mathlib.Order.OrderDual
{α : Type u_1} [LT α] [T : IsTrans α LT.lt] : IsTrans αᵒᵈ LT.lt - instIsTransOfIsWellOrder 📋 Mathlib.Order.RelClasses
{α : Type u} (r : α → α → Prop) [IsWellOrder α r] : IsTrans α r - isTrans_le 📋 Mathlib.Order.RelClasses
{α : Type u} [Preorder α] : IsTrans α LE.le - isTrans_lt 📋 Mathlib.Order.RelClasses
{α : Type u} [Preorder α] : IsTrans α LT.lt - instIsTransGe 📋 Mathlib.Order.RelClasses
{α : Type u} [Preorder α] : IsTrans α fun x1 x2 => x2 ≤ x1 - instIsTransGt 📋 Mathlib.Order.RelClasses
{α : Type u} [Preorder α] : IsTrans α fun x1 x2 => x2 < x1 - instIsTransLe 📋 Mathlib.Order.RelClasses
{α : Type u} [Preorder α] : IsTrans α fun x1 x2 => x1 ≤ x2 - instIsTransLt 📋 Mathlib.Order.RelClasses
{α : Type u} [Preorder α] : IsTrans α fun x1 x2 => x1 < x2 - isTrans_ge 📋 Mathlib.Order.RelClasses
{α : Type u} [Preorder α] : IsTrans α fun a a_1 => a_1 ≤ a - isTrans_gt 📋 Mathlib.Order.RelClasses
{α : Type u} [Preorder α] : IsTrans α fun a a_1 => a_1 < a - IsTrans.swap 📋 Mathlib.Order.RelClasses
{α : Type u} (r : α → α → Prop) [IsTrans α r] : IsTrans α (Function.swap r) - Order.Preimage.instIsTrans 📋 Mathlib.Order.RelClasses
{α : Type u} {β : Type v} {r : α → α → Prop} [IsTrans α r] {f : β → α} : IsTrans β (f ⁻¹'o r) - Int.rel_of_forall_rel_succ_of_lt 📋 Mathlib.Order.Monotone.Basic
{β : Type v} (r : β → β → Prop) [IsTrans β r] {f : ℤ → β} (h : ∀ (n : ℤ), r (f n) (f (n + 1))) ⦃a b : ℤ⦄ (hab : a < b) : r (f a) (f b) - Nat.rel_of_forall_rel_succ_of_lt 📋 Mathlib.Order.Monotone.Basic
{β : Type v} (r : β → β → Prop) [IsTrans β r] {f : ℕ → β} (h : ∀ (n : ℕ), r (f n) (f (n + 1))) ⦃a b : ℕ⦄ (hab : a < b) : r (f a) (f b) - Int.rel_of_forall_rel_succ_of_le 📋 Mathlib.Order.Monotone.Basic
{β : Type v} (r : β → β → Prop) [Std.Refl r] [IsTrans β r] {f : ℤ → β} (h : ∀ (n : ℤ), r (f n) (f (n + 1))) ⦃a b : ℤ⦄ (hab : a ≤ b) : r (f a) (f b) - Nat.rel_of_forall_rel_succ_of_le 📋 Mathlib.Order.Monotone.Basic
{β : Type v} (r : β → β → Prop) [Std.Refl r] [IsTrans β r] {f : ℕ → β} (h : ∀ (n : ℕ), r (f n) (f (n + 1))) ⦃a b : ℕ⦄ (hab : a ≤ b) : r (f a) (f b) - Nat.rel_of_forall_rel_succ_of_le_of_lt 📋 Mathlib.Order.Monotone.Basic
{β : Type v} (r : β → β → Prop) [IsTrans β r] {f : ℕ → β} {a : ℕ} (h : ∀ (n : ℕ), a ≤ n → r (f n) (f (n + 1))) ⦃b c : ℕ⦄ (hab : a ≤ b) (hbc : b < c) : r (f b) (f c) - Nat.rel_of_forall_rel_succ_of_le_of_le 📋 Mathlib.Order.Monotone.Basic
{β : Type v} (r : β → β → Prop) [Std.Refl r] [IsTrans β r] {f : ℕ → β} {a : ℕ} (h : ∀ (n : ℕ), a ≤ n → r (f n) (f (n + 1))) ⦃b c : ℕ⦄ (hab : a ≤ b) (hbc : b ≤ c) : r (f b) (f c) - instIsTransRightDvd 📋 Mathlib.Algebra.Divisibility.Basic
{α : Type u_1} [Semigroup α] : IsTrans α RightDvd - instIsTransDvd 📋 Mathlib.Algebra.Divisibility.Basic
{α : Type u_1} [Semigroup α] : IsTrans α Dvd.dvd - List.Pairwise.cons_cons_of_trans 📋 Mathlib.Data.List.Pairwise
{α : Type u_1} {R : α → α → Prop} [IsTrans α R] {l : List α} {a b : α} : R a b → List.Pairwise R (b :: l) → List.Pairwise R (a :: b :: l) - List.pairwise_cons_cons_iff_of_trans 📋 Mathlib.Data.List.Pairwise
{α : Type u_1} {R : α → α → Prop} [IsTrans α R] {l : List α} {a b : α} : List.Pairwise R (a :: b :: l) ↔ R a b ∧ List.Pairwise R (b :: l) - List.pairwise_cons_of_mem 📋 Mathlib.Data.List.Pairwise
{α : Type u_1} {R : α → α → Prop} {l : List α} {a b : α} [Std.Symm R] [IsTrans α R] (h : b ∈ l) : List.Pairwise R (a :: l) ↔ R a b ∧ List.Pairwise R l - List.pairwise_append_of_mem 📋 Mathlib.Data.List.Pairwise
{α : Type u_1} {R : α → α → Prop} {l₁ l₂ : List α} {a b : α} [Std.Symm R] [IsTrans α R] (ha : a ∈ l₁) (hb : b ∈ l₂) : List.Pairwise R (l₁ ++ l₂) ↔ R a b ∧ List.Pairwise R l₁ ∧ List.Pairwise R l₂ - act_rel_of_rel_of_act_rel 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Defs
{M : Type u_1} {N : Type u_2} {μ : M → N → N} {r : N → N → Prop} [CovariantClass M N μ r] [IsTrans N r] (m : M) {a b c : N} (ab : r a b) (rl : r (μ m b) c) : r (μ m a) c - rel_act_of_rel_of_rel_act 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Defs
{M : Type u_1} {N : Type u_2} {μ : M → N → N} {r : N → N → Prop} [CovariantClass M N μ r] [IsTrans N r] (m : M) {a b c : N} (ab : r a b) (rr : r c (μ m a)) : r c (μ m b) - act_rel_of_act_rel_of_rel_act_rel 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Defs
{M : Type u_1} {N : Type u_2} {μ : M → N → N} {r : N → N → Prop} [ContravariantClass M N μ r] [IsTrans N r] (m : M) {a b c : N} (ab : r (μ m a) b) (rl : r (μ m b) (μ m c)) : r (μ m a) c - rel_act_of_act_rel_act_of_rel_act 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Defs
{M : Type u_1} {N : Type u_2} {μ : M → N → N} {r : N → N → Prop} [ContravariantClass M N μ r] [IsTrans N r] (m : M) {a b c : N} (ab : r (μ m a) (μ m b)) (rr : r b (μ m c)) : r a (μ m c) - act_rel_act_of_rel_of_rel 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Defs
{N : Type u_2} {r : N → N → Prop} {mu : N → N → N} [IsTrans N r] [i : CovariantClass N N mu r] [i' : CovariantClass N N (Function.swap mu) r] {a b c d : N} (ab : r a b) (cd : r c d) : r (mu a c) (mu b d) - RelEmbedding.isTrans 📋 Mathlib.Order.RelIso.Basic
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} : ∀ (x : r ↪r s) [IsTrans β s], IsTrans α r - directed_of₃ 📋 Mathlib.Order.Directed
{α : Type u_1} (r : α → α → Prop) [IsDirected α r] [IsTrans α r] (a b c : α) : ∃ d, r a d ∧ r b d ∧ r c d - instIsTransAntisymmRel 📋 Mathlib.Order.Antisymmetrization
{α : Type u_1} {r : α → α → Prop} [IsTrans α r] : IsTrans α (AntisymmRel r) - AntisymmRel.trans 📋 Mathlib.Order.Antisymmetrization
{α : Type u_1} {a b c : α} {r : α → α → Prop} [IsTrans α r] (hab : AntisymmRel r a b) (hbc : AntisymmRel r b c) : AntisymmRel r a c - List.SublistForall₂.is_trans 📋 Mathlib.Data.List.Forall2
{α : Type u_1} {Rₐ : α → α → Prop} [IsTrans α Rₐ] : IsTrans (List α) (List.SublistForall₂ Rₐ) - 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} - IsChain.exists3 📋 Mathlib.Order.Preorder.Chain
{α : Type u_1} {r : α → α → Prop} {s : Set α} [Std.Refl r] (hchain : IsChain r s) [IsTrans α r] {a b c : α} (mem1 : a ∈ s) (mem2 : b ∈ s) (mem3 : c ∈ s) : ∃ z, ∃ (_ : z ∈ s), r a z ∧ r b z ∧ r c z - AddConstMapClass.rel_map_of_Icc 📋 Mathlib.Algebra.AddConstMap.Basic
{F : Type u_1} {G : Type u_2} {H : Type u_3} [FunLike F G H] {a : G} {b : H} [AddCommGroup G] [LinearOrder G] [IsOrderedAddMonoid G] [Archimedean G] [AddGroup H] [AddConstMapClass F G H a b] {f : F} {R : H → H → Prop} [IsTrans H R] [hR : CovariantClass H H (fun x y => y + x) R] (ha : 0 < a) {l : G} (hf : ∀ x ∈ Set.Icc l (l + a), ∀ y ∈ Set.Icc l (l + a), x < y → R (f x) (f y)) : Relator.LiftFun (fun x1 x2 => x1 < x2) R ⇑f ⇑f - Multiset.Rel.trans 📋 Mathlib.Data.Multiset.ZeroCons
{α : Type u_1} (r : α → α → Prop) [IsTrans α r] {s t u : Multiset α} (r1 : Multiset.Rel r s t) (r2 : Multiset.Rel r t u) : Multiset.Rel r s u - Multiset.Rel.countP_eq 📋 Mathlib.Data.Multiset.Count
{α : Type u_1} (r : α → α → Prop) [IsTrans α r] [Std.Symm r] {s t : Multiset α} (x : α) [DecidablePred (r x)] (h : Multiset.Rel r s t) : Multiset.countP (r x) s = Multiset.countP (r x) t - Fin.liftFun_iff_succ 📋 Mathlib.Data.Fin.Basic
{n : ℕ} {α : Type u_1} (r : α → α → Prop) [IsTrans α r] {f : Fin (n + 1) → α} : Relator.LiftFun (fun x1 x2 => x1 < x2) r f f ↔ ∀ (i : Fin n), r (f i.castSucc) (f i.succ) - Finite.wellFounded_of_trans_of_irrefl 📋 Mathlib.Data.Fintype.Card
{α : Type u_1} [Finite α] (r : α → α → Prop) [IsTrans α r] [Std.Irrefl r] : WellFounded r - List.pairwise_insertionSort 📋 Mathlib.Data.List.Sort
{α : Type u_1} (r : α → α → Prop) [DecidableRel r] [Std.Total r] [IsTrans α r] (l : List α) : List.Pairwise r (List.insertionSort r l) - List.Pairwise.orderedInsert 📋 Mathlib.Data.List.Sort
{α : Type u_1} {r : α → α → Prop} [DecidableRel r] [Std.Total r] [IsTrans α r] (a : α) (l : List α) : List.Pairwise r l → List.Pairwise r (List.orderedInsert r a l) - List.pairwise_mergeSort' 📋 Mathlib.Data.List.Sort
{α : Type u_1} (r : α → α → Prop) [DecidableRel r] [Std.Total r] [IsTrans α r] (l : List α) : List.Pairwise r (l.mergeSort fun x1 x2 => decide (r x1 x2)) - List.sublist_insertionSort' 📋 Mathlib.Data.List.Sort
{α : Type u_1} {r : α → α → Prop} [DecidableRel r] [Std.Antisymm r] [Std.Total r] [IsTrans α r] {l c : List α} (hs : List.Pairwise r c) (hc : c.Subperm l) : c.Sublist (List.insertionSort r l) - List.Sublist.orderedInsert_sublist 📋 Mathlib.Data.List.Sort
{α : Type u_1} {r : α → α → Prop} [DecidableRel r] [IsTrans α r] {as bs : List α} (x : α) (hs : as.Sublist bs) (hb : List.Pairwise r bs) : (List.orderedInsert r x as).Sublist (List.orderedInsert r x bs) - List.mergeSort_eq_insertionSort 📋 Mathlib.Data.List.Sort
{α : Type u_1} (r : α → α → Prop) [DecidableRel r] [Std.Total r] [IsTrans α r] [Std.Antisymm r] (l : List α) : (l.mergeSort fun x1 x2 => decide (r x1 x2)) = List.insertionSort r l - List.mergeSort_eq_self 📋 Mathlib.Data.List.Sort
{α : Type u_1} (r : α → α → Prop) [DecidableRel r] [Std.Total r] [IsTrans α r] [Std.Antisymm r] {l : List α} : List.Pairwise r l → (l.mergeSort fun x1 x2 => decide (r x1 x2)) = l - List.Pairwise.merge 📋 Mathlib.Data.List.Sort
{α : Type u_1} {r : α → α → Prop} [DecidableRel r] [Std.Total r] [IsTrans α r] {l l' : List α} (h : List.Pairwise r l) (h' : List.Pairwise r l') : List.Pairwise r (l.merge l' fun x1 x2 => decide (r x1 x2)) - List.pair_sublist_insertionSort' 📋 Mathlib.Data.List.Sort
{α : Type u_1} {r : α → α → Prop} [DecidableRel r] [Std.Antisymm r] [Std.Total r] [IsTrans α r] {a b : α} {l : List α} (hab : r a b) (h : [a, b].Subperm l) : [a, b].Sublist (List.insertionSort r l) - List.IsChain.sublist 📋 Mathlib.Data.List.Chain
{α : Type u_1} {R : α → α → Prop} {l₁ l₂ : List α} [IsTrans α R] (hl : List.IsChain R l₂) (h : l₁.Sublist l₂) : List.IsChain R l₁ - List.IsChain.rel_cons 📋 Mathlib.Data.List.Chain
{α : Type u_1} {R : α → α → Prop} {l : List α} {a b : α} [IsTrans α R] (hl : List.IsChain R (a :: l)) (hb : b ∈ l) : R a b - Sigma.instIsTransLex 📋 Mathlib.Data.Sigma.Lex
{ι : Type u_1} {α : ι → Type u_2} {r : ι → ι → Prop} {s : (i : ι) → α i → α i → Prop} [IsTrans ι r] [∀ (i : ι), IsTrans (α i) (s i)] : IsTrans ((i : ι) × α i) (Sigma.Lex r s) - Subrel.instIsTransSubtype 📋 Mathlib.Order.RelIso.Set
{α : Type u_1} (r : α → α → Prop) [IsTrans α r] (p : α → Prop) : IsTrans (Subtype p) (Subrel r p) - wellFounded_iff_wellFounded_subrel 📋 Mathlib.Order.RelIso.Set
{α : Type u_1} {r : α → α → Prop} [IsTrans α r] : WellFounded r ↔ ∀ (b : α), WellFounded (Subrel r fun x => r x b) - Acc.of_subrel 📋 Mathlib.Order.RelIso.Set
{α : Type u_1} {r : α → α → Prop} [IsTrans α r] {b : α} (a : { a // r a b }) (h : Acc (Subrel r fun x => r x b) a) : Acc r ↑a - List.not_of_mem_foldl_argAux 📋 Mathlib.Data.List.MinMax
{α : Type u_1} (r : α → α → Prop) [DecidableRel r] {l : List α} (hr₀ : Std.Irrefl r) (hr₁ : IsTrans α r) {a m : α} {o : Option α} : a ∈ l → m ∈ List.foldl (List.argAux r) o l → ¬r a m - Set.Finite.exists_maximal 📋 Mathlib.Order.Preorder.Finite
{α : Type u_2} [LE α] [IsTrans α LE.le] {s : Set α} (h : s.Finite) (hs : s.Nonempty) : ∃ i, Maximal (fun x => x ∈ s) i - Finset.exists_maximal 📋 Mathlib.Order.Preorder.Finite
{α : Type u_2} [LE α] [IsTrans α LE.le] {s : Finset α} (hs : s.Nonempty) : ∃ i, Maximal (fun x => x ∈ s) i - Set.Finite.exists_minimal 📋 Mathlib.Order.Preorder.Finite
{α : Type u_2} [LE α] [IsTrans α fun a a_1 => a_1 ≤ a] {s : Set α} (h : s.Finite) (hs : s.Nonempty) : ∃ i, Minimal (fun x => x ∈ s) i - Finset.exists_minimal 📋 Mathlib.Order.Preorder.Finite
{α : Type u_2} [LE α] [IsTrans α fun a a_1 => a_1 ≤ a] {s : Finset α} (hs : s.Nonempty) : ∃ i, Minimal (fun x => x ∈ s) i - Set.Finite.exists_maximalFor 📋 Mathlib.Order.Preorder.Finite
{ι : Type u_1} {α : Type u_2} [LE α] [IsTrans α LE.le] (f : ι → α) (s : Set ι) (h : s.Finite) (hs : s.Nonempty) : ∃ i, MaximalFor (fun x => x ∈ s) f i - Finset.exists_maximalFor 📋 Mathlib.Order.Preorder.Finite
{ι : Type u_1} {α : Type u_2} [LE α] [IsTrans α LE.le] (f : ι → α) (s : Finset ι) (hs : s.Nonempty) : ∃ i, MaximalFor (fun x => x ∈ s) f i - Set.Finite.exists_maximalFor' 📋 Mathlib.Order.Preorder.Finite
{ι : Type u_1} {α : Type u_2} [LE α] [IsTrans α LE.le] (f : ι → α) (s : Set ι) (h : (f '' s).Finite) (hs : s.Nonempty) : ∃ i, MaximalFor (fun x => x ∈ s) f i - Set.Finite.exists_minimalFor 📋 Mathlib.Order.Preorder.Finite
{ι : Type u_1} {α : Type u_2} [LE α] [IsTrans α fun a a_1 => a_1 ≤ a] (f : ι → α) (s : Set ι) (h : s.Finite) (hs : s.Nonempty) : ∃ i, MinimalFor (fun x => x ∈ s) f i - Finset.exists_minimalFor 📋 Mathlib.Order.Preorder.Finite
{ι : Type u_1} {α : Type u_2} [LE α] [IsTrans α fun a a_1 => a_1 ≤ a] (f : ι → α) (s : Finset ι) (hs : s.Nonempty) : ∃ i, MinimalFor (fun x => x ∈ s) f i - Set.Finite.exists_minimalFor' 📋 Mathlib.Order.Preorder.Finite
{ι : Type u_1} {α : Type u_2} [LE α] [IsTrans α fun a a_1 => a_1 ≤ a] (f : ι → α) (s : Set ι) (h : (f '' s).Finite) (hs : s.Nonempty) : ∃ i, MinimalFor (fun x => x ∈ s) f i - exists_increasing_or_nonincreasing_subseq 📋 Mathlib.Order.OrderIsoNat
{α : Type u_1} (r : α → α → Prop) [IsTrans α r] (f : ℕ → α) : ∃ g, (∀ (m n : ℕ), m < n → r (f (g m)) (f (g n))) ∨ ∀ (m n : ℕ), m < n → ¬r (f (g m)) (f (g n)) - Sum.instIsTransLex 📋 Mathlib.Data.Sum.Order
{α : Type u_1} {β : Type u_2} (r : α → α → Prop) (s : β → β → Prop) [IsTrans α r] [IsTrans β s] : IsTrans (α ⊕ β) (Sum.Lex r s) - Sum.instIsTransLiftRel 📋 Mathlib.Data.Sum.Order
{α : Type u_1} {β : Type u_2} (r : α → α → Prop) (s : β → β → Prop) [IsTrans α r] [IsTrans β s] : IsTrans (α ⊕ β) (Sum.LiftRel r s) - Sum.LiftRel.trans 📋 Mathlib.Data.Sum.Order
{α : Type u_1} {β : Type u_2} (r : α → α → Prop) (s : β → β → Prop) [IsTrans α r] [IsTrans β s] {a b c : α ⊕ β} : Sum.LiftRel r s a b → Sum.LiftRel r s b c → Sum.LiftRel r s a c - RelIso.sumLexComplRight 📋 Mathlib.Order.Hom.Lex
{α : Type u_1} (r : α → α → Prop) (x : α) [IsTrans α r] [Std.Trichotomous r] [DecidableRel r] : Sum.Lex (Subrel r fun x_1 => ¬r x x_1) (Subrel r (r x)) ≃r r - RelIso.sumLexComplLeft 📋 Mathlib.Order.Hom.Lex
{α : Type u_1} (r : α → α → Prop) (x : α) [IsTrans α r] [Std.Trichotomous r] [DecidableRel r] : Sum.Lex (Subrel r fun x_1 => r x_1 x) (Subrel r fun x_1 => ¬r x_1 x) ≃r r - RelIso.sumLexComplRight_apply 📋 Mathlib.Order.Hom.Lex
{α : Type u_1} {r : α → α → Prop} {x : α} [IsTrans α r] [Std.Trichotomous r] [DecidableRel r] (a : { x_1 // ¬r x x_1 } ⊕ Subtype (r x)) : (RelIso.sumLexComplRight r x) a = (Equiv.sumCompl (r x)) a.swap - RelIso.sumLexComplRight_symm_apply 📋 Mathlib.Order.Hom.Lex
{α : Type u_1} {r : α → α → Prop} {x : α} [IsTrans α r] [Std.Trichotomous r] [DecidableRel r] (a : { x_1 // ¬r x x_1 } ⊕ Subtype (r x)) : (RelIso.sumLexComplRight r x) a = (Equiv.sumCompl (r x)) a.swap - RelIso.sumLexComplLeft_apply 📋 Mathlib.Order.Hom.Lex
{α : Type u_1} {r : α → α → Prop} {x : α} [IsTrans α r] [Std.Trichotomous r] [DecidableRel r] (a : { x_1 // r x_1 x } ⊕ { x_1 // ¬r x_1 x }) : (RelIso.sumLexComplLeft r x) a = (Equiv.sumCompl fun x_1 => r x_1 x) a - RelIso.sumLexComplLeft_symm_apply 📋 Mathlib.Order.Hom.Lex
{α : Type u_1} {r : α → α → Prop} {x : α} [IsTrans α r] [Std.Trichotomous r] [DecidableRel r] (a : { x_1 // r x_1 x } ⊕ { x_1 // ¬r x_1 x }) : (RelIso.sumLexComplLeft r x) a = (Equiv.sumCompl fun x_1 => r x_1 x) a - PrincipalSeg.hasCoeInitialSeg 📋 Mathlib.Order.InitialSeg
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} [IsTrans β s] : Coe (PrincipalSeg r s) (InitialSeg r s) - wellFounded_iff_principalSeg 📋 Mathlib.Order.InitialSeg
{β : Type u} {s : β → β → Prop} [IsTrans β s] : WellFounded s ↔ ∀ (α : Type u) (r : α → α → Prop) (x : PrincipalSeg r s), WellFounded r - PrincipalSeg.trans 📋 Mathlib.Order.InitialSeg
{α : Type u_1} {β : Type u_2} {γ : Type u_3} {r : α → α → Prop} {s : β → β → Prop} {t : γ → γ → Prop} [IsTrans γ t] (f : PrincipalSeg r s) (g : PrincipalSeg s t) : PrincipalSeg r t - InitialSeg.transPrincipal 📋 Mathlib.Order.InitialSeg
{α : Type u_1} {β : Type u_2} {γ : Type u_3} {r : α → α → Prop} {s : β → β → Prop} {t : γ → γ → Prop} [IsWellOrder β s] [IsTrans γ t] (f : InitialSeg r s) (g : PrincipalSeg s t) : PrincipalSeg r t - PrincipalSeg.acc 📋 Mathlib.Order.InitialSeg
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} [IsTrans β s] (f : PrincipalSeg r s) (a : α) : Acc r a ↔ Acc s (f.toRelEmbedding a) - PrincipalSeg.trans_top 📋 Mathlib.Order.InitialSeg
{α : Type u_1} {β : Type u_2} {γ : Type u_3} {r : α → α → Prop} {s : β → β → Prop} {t : γ → γ → Prop} [IsTrans γ t] (f : PrincipalSeg r s) (g : PrincipalSeg s t) : (f.trans g).top = g.toRelEmbedding f.top - PrincipalSeg.mem_range_of_rel 📋 Mathlib.Order.InitialSeg
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} [IsTrans β s] (f : PrincipalSeg r s) {a : α} {b : β} (h : s b (f.toRelEmbedding a)) : b ∈ Set.range ⇑f.toRelEmbedding - PrincipalSeg.exists_eq_iff_rel 📋 Mathlib.Order.InitialSeg
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} [IsTrans β s] (f : PrincipalSeg r s) {a : α} {b : β} : s b (f.toRelEmbedding a) ↔ ∃ a', f.toRelEmbedding a' = b ∧ r a' a - PrincipalSeg.coe_coe_fn' 📋 Mathlib.Order.InitialSeg
{α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} [IsTrans β s] (f : PrincipalSeg r s) : ⇑{ toRelEmbedding := f.toRelEmbedding, mem_range_of_rel' := ⋯ } = ⇑f.toRelEmbedding - InitialSeg.transPrincipal_apply 📋 Mathlib.Order.InitialSeg
{α : Type u_1} {β : Type u_2} {γ : Type u_3} {r : α → α → Prop} {s : β → β → Prop} {t : γ → γ → Prop} [IsWellOrder β s] [IsTrans γ t] (f : InitialSeg r s) (g : PrincipalSeg s t) (a : α) : (f.transPrincipal g).toRelEmbedding a = g.toRelEmbedding (f a) - PrincipalSeg.trans_apply 📋 Mathlib.Order.InitialSeg
{α : Type u_1} {β : Type u_2} {γ : Type u_3} {r : α → α → Prop} {s : β → β → Prop} {t : γ → γ → Prop} [IsTrans γ t] (f : PrincipalSeg r s) (g : PrincipalSeg s t) (a : α) : (f.trans g).toRelEmbedding a = g.toRelEmbedding (f.toRelEmbedding a) - Directed.finset_le 📋 Mathlib.Data.Finset.Order
{α : Type u} {r : α → α → Prop} [IsTrans α r] {ι : Type u_1} [hι : Nonempty ι] {f : ι → α} (D : Directed r f) (s : Finset ι) : ∃ z, ∀ i ∈ s, r (f i) (f z) - AddCommGroup.instIsTransModEq 📋 Mathlib.Algebra.Group.ModEq
{M : Type u_1} [AddCommMonoid M] {p : M} : IsTrans M (AddCommGroup.ModEq p) - Directed.finite_le 📋 Mathlib.Data.Fintype.Order
{α : Type u_2} {r : α → α → Prop} [IsTrans α r] {ι : Sort u_4} {κ : Sort u_5} [Nonempty ι] [Finite κ] {f : ι → α} (hf : Directed r f) (g : κ → ι) : ∃ z, ∀ (i : κ), r (f (g i)) (f z) - Directed.finite_set_le 📋 Mathlib.Data.Fintype.Order
{α : Type u_2} {r : α → α → Prop} [IsTrans α r] {γ : Type u_3} [Nonempty γ] {f : γ → α} (D : Directed r f) {s : Set γ} (hs : s.Finite) : ∃ z, ∀ i ∈ s, r (f i) (f z) - Filter.EventuallyEqSet.instIsTransSet 📋 Mathlib.Order.Filter.Basic
{α : Type u} {l : Filter α} : IsTrans (Set α) fun x1 x2 => x1 =ᶠ[l] x2 - Multiset.sort 📋 Mathlib.Data.Multiset.Sort
{α : Type u_1} (s : Multiset α) (r : α → α → Prop := by exact fun a b => a ≤ b) [DecidableRel r] [IsTrans α r] [Std.Antisymm r] [Std.Total r] : List α - Multiset.pairwise_sort 📋 Mathlib.Data.Multiset.Sort
{α : Type u_1} (s : Multiset α) (r : α → α → Prop) [DecidableRel r] [IsTrans α r] [Std.Antisymm r] [Std.Total r] : List.Pairwise r (s.sort r) - Multiset.sort_eq 📋 Mathlib.Data.Multiset.Sort
{α : Type u_1} (s : Multiset α) (r : α → α → Prop) [DecidableRel r] [IsTrans α r] [Std.Antisymm r] [Std.Total r] : ↑(s.sort r) = s - Multiset.length_sort 📋 Mathlib.Data.Multiset.Sort
{α : Type u_1} {s : Multiset α} (r : α → α → Prop) [DecidableRel r] [IsTrans α r] [Std.Antisymm r] [Std.Total r] : (s.sort r).length = s.card - Multiset.sort_zero 📋 Mathlib.Data.Multiset.Sort
{α : Type u_1} (r : α → α → Prop) [DecidableRel r] [IsTrans α r] [Std.Antisymm r] [Std.Total r] : Multiset.sort 0 r = [] - Multiset.sort_singleton 📋 Mathlib.Data.Multiset.Sort
{α : Type u_1} (a : α) (r : α → α → Prop) [DecidableRel r] [IsTrans α r] [Std.Antisymm r] [Std.Total r] : {a}.sort r = [a] - Multiset.coe_sort 📋 Mathlib.Data.Multiset.Sort
{α : Type u_1} (l : List α) (r : α → α → Prop) [DecidableRel r] [IsTrans α r] [Std.Antisymm r] [Std.Total r] : (↑l).sort r = l.mergeSort fun x1 x2 => decide (r x1 x2) - Multiset.mem_sort 📋 Mathlib.Data.Multiset.Sort
{α : Type u_1} {a : α} {s : Multiset α} (r : α → α → Prop) [DecidableRel r] [IsTrans α r] [Std.Antisymm r] [Std.Total r] : a ∈ s.sort r ↔ a ∈ s - Multiset.sort_cons 📋 Mathlib.Data.Multiset.Sort
{α : Type u_1} (a : α) (s : Multiset α) (r : α → α → Prop) [DecidableRel r] [IsTrans α r] [Std.Antisymm r] [Std.Total r] : (∀ b ∈ s, r a b) → (a ::ₘ s).sort r = a :: s.sort r - Multiset.map_sort 📋 Mathlib.Data.Multiset.Sort
{α : Type u_1} {β : Type u_2} (f : α → β) (s : Multiset α) (r : α → α → Prop) [DecidableRel r] [IsTrans α r] [Std.Antisymm r] [Std.Total r] (r' : β → β → Prop) [DecidableRel r'] [IsTrans β r'] [Std.Antisymm r'] [Std.Total r'] (hs : ∀ a ∈ s, ∀ b ∈ s, r a b ↔ r' (f a) (f b)) : List.map f (s.sort r) = (Multiset.map f s).sort r' - Finset.sort 📋 Mathlib.Data.Finset.Sort
{α : Type u_1} (s : Finset α) (r : α → α → Prop := by exact fun a b => a ≤ b) [DecidableRel r] [IsTrans α r] [Std.Antisymm r] [Std.Total r] : List α - Finset.sort_nodup 📋 Mathlib.Data.Finset.Sort
{α : Type u_1} (s : Finset α) (r : α → α → Prop) [DecidableRel r] [IsTrans α r] [Std.Antisymm r] [Std.Total r] : (s.sort r).Nodup - Finset.pairwise_sort 📋 Mathlib.Data.Finset.Sort
{α : Type u_1} (s : Finset α) (r : α → α → Prop) [DecidableRel r] [IsTrans α r] [Std.Antisymm r] [Std.Total r] : List.Pairwise r (s.sort r) - Finset.sort_perm_toList 📋 Mathlib.Data.Finset.Sort
{α : Type u_1} (s : Finset α) (r : α → α → Prop) [DecidableRel r] [IsTrans α r] [Std.Antisymm r] [Std.Total r] : (s.sort r).Perm s.toList - Finset.length_sort 📋 Mathlib.Data.Finset.Sort
{α : Type u_1} {s : Finset α} (r : α → α → Prop) [DecidableRel r] [IsTrans α r] [Std.Antisymm r] [Std.Total r] : (s.sort r).length = s.card - Finset.sort_empty 📋 Mathlib.Data.Finset.Sort
{α : Type u_1} (r : α → α → Prop) [DecidableRel r] [IsTrans α r] [Std.Antisymm r] [Std.Total r] : ∅.sort r = [] - Finset.sort_eq 📋 Mathlib.Data.Finset.Sort
{α : Type u_1} (s : Finset α) (r : α → α → Prop) [DecidableRel r] [IsTrans α r] [Std.Antisymm r] [Std.Total r] : ↑(s.sort r) = s.val - Finset.sort_toFinset 📋 Mathlib.Data.Finset.Sort
{α : Type u_1} (s : Finset α) (r : α → α → Prop) [DecidableRel r] [IsTrans α r] [Std.Antisymm r] [Std.Total r] [DecidableEq α] : (s.sort r).toFinset = s - Finset.sort_singleton 📋 Mathlib.Data.Finset.Sort
{α : Type u_1} (r : α → α → Prop) [DecidableRel r] [IsTrans α r] [Std.Antisymm r] [Std.Total r] (a : α) : {a}.sort r = [a] - Finset.sort_val 📋 Mathlib.Data.Finset.Sort
{α : Type u_1} (s : Finset α) (r : α → α → Prop) [DecidableRel r] [IsTrans α r] [Std.Antisymm r] [Std.Total r] : s.val.sort r = s.sort r - Finset.sort_mk 📋 Mathlib.Data.Finset.Sort
{α : Type u_1} {m : Multiset α} (r : α → α → Prop) [DecidableRel r] [IsTrans α r] [Std.Antisymm r] [Std.Total r] (h : m.Nodup) : { val := m, nodup := h }.sort r = m.sort r - List.toFinset_sort 📋 Mathlib.Data.Finset.Sort
{α : Type u_1} (r : α → α → Prop) [DecidableRel r] [IsTrans α r] [Std.Antisymm r] [Std.Total r] [DecidableEq α] {l : List α} (hl : l.Nodup) : l.toFinset.sort r = l ↔ List.Pairwise r l - Finset.mem_sort 📋 Mathlib.Data.Finset.Sort
{α : Type u_1} {s : Finset α} (r : α → α → Prop) [DecidableRel r] [IsTrans α r] [Std.Antisymm r] [Std.Total r] {a : α} : a ∈ s.sort r ↔ a ∈ s - Finset.sort_cons 📋 Mathlib.Data.Finset.Sort
{α : Type u_1} {s : Finset α} (r : α → α → Prop) [DecidableRel r] [IsTrans α r] [Std.Antisymm r] [Std.Total r] {a : α} (h₁ : ∀ b ∈ s, r a b) (h₂ : a ∉ s) : (Finset.cons a s h₂).sort r = a :: s.sort r - Finset.sort_insert 📋 Mathlib.Data.Finset.Sort
{α : Type u_1} {s : Finset α} (r : α → α → Prop) [DecidableRel r] [IsTrans α r] [Std.Antisymm r] [Std.Total r] [DecidableEq α] {a : α} (h₁ : ∀ b ∈ s, r a b) (h₂ : a ∉ s) : (insert a s).sort r = a :: s.sort r - Finset.map_sort 📋 Mathlib.Data.Finset.Sort
{α : Type u_1} {β : Type u_2} (f : α ↪ β) (s : Finset α) (r : α → α → Prop) [DecidableRel r] [IsTrans α r] [Std.Antisymm r] [Std.Total r] (r' : β → β → Prop) [DecidableRel r'] [IsTrans β r'] [Std.Antisymm r'] [Std.Total r'] (hs : ∀ a ∈ s, ∀ b ∈ s, r a b ↔ r' (f a) (f b)) : List.map (⇑f) (s.sort r) = (Finset.map f s).sort r' - SetRel.instIsTransOfPredProdMatch_1PropOfIsTrans 📋 Mathlib.Basic.Rel
{α : Type u_1} {R : α → α → Prop} [IsTrans α R] : SetRel.IsTrans {(a, b) | R a b} - Cycle.Chain.eq_nil_of_irrefl 📋 Mathlib.Data.List.Cycle
{α : Type u_1} {r : α → α → Prop} {s : Cycle α} [IsTrans α r] [Std.Irrefl r] (h : Cycle.Chain r s) : s = Cycle.nil - Cycle.chain_iff_pairwise 📋 Mathlib.Data.List.Cycle
{α : Type u_1} {r : α → α → Prop} {s : Cycle α} [IsTrans α r] : Cycle.Chain r s ↔ ∀ a ∈ s, ∀ b ∈ s, r a b - Cycle.forall_eq_of_chain 📋 Mathlib.Data.List.Cycle
{α : Type u_1} {r : α → α → Prop} {s : Cycle α} [IsTrans α r] [Std.Antisymm r] (hs : Cycle.Chain r s) {a b : α} (ha : a ∈ s) (hb : b ∈ s) : a = b - Int.ModEq.instIsTrans 📋 Mathlib.Data.Int.ModEq
{n : ℤ} : IsTrans ℤ n.ModEq - Fin.liftFun_cons 📋 Mathlib.Order.Fin.Tuple
{α : Type u_1} {n : ℕ} (r : α → α → Prop) [IsTrans α r] {f : Fin n → α} {a : α} : Relator.LiftFun (fun x1 x2 => x1 < x2) r (Fin.cons a f) (Fin.cons a f) ↔ (∀ (i : Fin n), r a (f i)) ∧ Relator.LiftFun (fun x1 x2 => x1 < x2) r f f - liftFun_vecCons 📋 Mathlib.Order.Fin.Tuple
{α : Type u_1} {n : ℕ} (r : α → α → Prop) [IsTrans α r] {f : Fin (n + 1) → α} {a : α} : Relator.LiftFun (fun x1 x2 => x1 < x2) r (Matrix.vecCons a f) (Matrix.vecCons a f) ↔ r a (f 0) ∧ Relator.LiftFun (fun x1 x2 => x1 < x2) r f f - PreconnectedSpace.induction₂ 📋 Mathlib.Topology.Connected.Clopen
{α : Type u} [TopologicalSpace α] [PreconnectedSpace α] (P : α → α → Prop) [Std.Symm P] (h : ∀ (x : α), ∀ᶠ (y : α) in nhds x, P x y) (h' : IsTrans α P) (x y : α) : P x y - PreconnectedSpace.induction₂' 📋 Mathlib.Topology.Connected.Clopen
{α : Type u} [TopologicalSpace α] [PreconnectedSpace α] (P : α → α → Prop) (h : ∀ (x : α), ∀ᶠ (y : α) in nhds x, P x y ∧ P y x) (h' : IsTrans α P) (x y : α) : P x y - Computation.LiftRel.trans 📋 Mathlib.Data.Seq.Computation
{α : Type u} (R : α → α → Prop) [IsTrans α R] : IsTrans (Computation α) (Computation.LiftRel R) - Stream'.Seq.Pairwise.cons_cons_of_trans 📋 Mathlib.Data.Seq.Basic
{α : Type u} {R : α → α → Prop} [IsTrans α R] {hd tl_hd : α} {tl_tl : Stream'.Seq α} (h_hd : R hd tl_hd) (h_tl : Stream'.Seq.Pairwise R (Stream'.Seq.cons tl_hd tl_tl)) : Stream'.Seq.Pairwise R (Stream'.Seq.cons hd (Stream'.Seq.cons tl_hd tl_tl)) - Stream'.Seq.Pairwise.coind_trans 📋 Mathlib.Data.Seq.Basic
{α : Type u} {R : α → α → Prop} [IsTrans α R] {s : Stream'.Seq α} (motive : Stream'.Seq α → Prop) (base : motive s) (step : ∀ (hd : α) (tl : Stream'.Seq α), motive (Stream'.Seq.cons hd tl) → (∀ x ∈ tl.head, R hd x) ∧ motive tl) : Stream'.Seq.Pairwise R s - Filter.IsBounded.isCobounded_flip 📋 Mathlib.Order.Filter.IsBounded
{α : Type u_1} {r : α → α → Prop} {f : Filter α} [IsTrans α r] [f.NeBot] : Filter.IsBounded r f → Filter.IsCobounded (flip r) f - Filter.IsBoundedUnder.isCoboundedUnder_flip 📋 Mathlib.Order.Filter.IsBounded
{α : Type u_1} {γ : Type u_3} {r : α → α → Prop} {u : γ → α} {l : Filter γ} [IsTrans α r] [l.NeBot] (h : Filter.IsBoundedUnder r l u) : Filter.IsCoboundedUnder (flip r) l u - Filter.isBounded_sup 📋 Mathlib.Order.Filter.IsBounded
{α : Type u_1} {r : α → α → Prop} {f g : Filter α} [IsTrans α r] [IsDirected α r] : Filter.IsBounded r f → Filter.IsBounded r g → Filter.IsBounded r (f ⊔ g) - Filter.IsCobounded.mk 📋 Mathlib.Order.Filter.IsBounded
{α : Type u_1} {r : α → α → Prop} {f : Filter α} [IsTrans α r] (a : α) (h : ∀ s ∈ f, ∃ x ∈ s, r a x) : Filter.IsCobounded r f - AffineSubspace.instIsTransParallel 📋 Mathlib.LinearAlgebra.AffineSpace.AffineSubspace.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_4} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] : IsTrans (AffineSubspace k P) AffineSubspace.Parallel - Quotient.instIsTransLe 📋 Mathlib.Order.Quotient
{α : Type u_1} {s : Setoid α} [LE α] : IsTrans (Quotient s) fun x1 x2 => x1 ≤ x2 - List.length_destutter'_cotrans_ge 📋 Mathlib.Data.List.Destutter
{α : Type u_1} {R : α → α → Prop} [DecidableRel R] {b : α} [i : IsTrans α Rᶜ] {a : α} {l : List α} : ¬R b a → (List.destutter' R b l).length ≤ (List.destutter' R a l).length - CategoryTheory.Abelian.pseudoEqual_trans 📋 Mathlib.CategoryTheory.Abelian.Pseudoelements
{C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.Abelian C] {P : C} : IsTrans (CategoryTheory.Over P) (CategoryTheory.Abelian.PseudoEqual P) - TypeCat.TransitiveRelation.ofIsTrans 📋 Mathlib.CategoryTheory.EquivalenceRelation
{X : Type w} {φ : X → X → Prop} (hφ : IsTrans X φ) : CategoryTheory.TransitiveRelation (TypeCat.p₁OfRel φ) (TypeCat.p₂OfRel φ) - TypeCat.isTrans_of_transitiveRelation 📋 Mathlib.CategoryTheory.EquivalenceRelation
{X R : Type w} {p₁ p₂ : R ⟶ X} (e : CategoryTheory.TransitiveRelation p₁ p₂) : IsTrans X (TypeCat.Rel.ofPair p₁ p₂) - isTrans_manyOneReducible 📋 Mathlib.Computability.Reduce
{α : Type u_1} [Primcodable α] : IsTrans (α → Prop) ManyOneReducible - isTrans_oneOneReducible 📋 Mathlib.Computability.Reduce
{α : Type u_1} [Primcodable α] : IsTrans (α → Prop) OneOneReducible - instIsTransNatLeHAddOfNat 📋 Mathlib.Data.Nat.Fib.Zeckendorf
: IsTrans ℕ fun a b => b + 2 ≤ a - Stream'.WSeq.LiftRel.trans 📋 Mathlib.Data.WSeq.Relation
{α : Type u} (R : α → α → Prop) [IsTrans α R] : IsTrans (Stream'.WSeq α) (Stream'.WSeq.LiftRel R) - FirstOrder.Language.Relations.realize_transitive 📋 Mathlib.ModelTheory.Semantics
{L : FirstOrder.Language} {M : Type w} [L.Structure M] {r : L.Relations 2} : M ⊨ r.transitive ↔ IsTrans M fun x y => FirstOrder.Language.Structure.RelMap r ![x, y] - FirstOrder.Language.Theory.Iff.instIsTransBoundedFormula 📋 Mathlib.ModelTheory.Equivalence
{L : FirstOrder.Language} {T : L.Theory} {α : Type w} {n : ℕ} : IsTrans (L.BoundedFormula α n) T.Iff - FirstOrder.Language.Theory.Imp.instIsTransBoundedFormula 📋 Mathlib.ModelTheory.Equivalence
{L : FirstOrder.Language} {T : L.Theory} {α : Type w} {n : ℕ} : IsTrans (L.BoundedFormula α n) T.Imp - Concept.mem_extent_of_rel_extent 📋 Mathlib.Order.Concept
{α : Type u_2} {r' : α → α → Prop} {c' : Concept α α r'} [IsTrans α r'] {x y : α} (hy : r' y x) (hx : x ∈ c'.extent) : y ∈ c'.extent - Concept.mem_intent_of_intent_rel 📋 Mathlib.Order.Concept
{α : Type u_2} {r' : α → α → Prop} {c' : Concept α α r'} [IsTrans α r'] {x y : α} (hy : r' x y) (hx : x ∈ c'.intent) : y ∈ c'.intent - Concept.codisjoint_extent_intent 📋 Mathlib.Order.Concept
{α : Type u_2} {r' : α → α → Prop} {c' : Concept α α r'} [Std.Trichotomous r'] [IsTrans α r'] : Codisjoint c'.extent c'.intent - Partition.instIsTransRel 📋 Mathlib.Order.Partition.Basic
{α : Type u_1} {u : Set α} (P : Partition u) : IsTrans α P.Rel - ZFSet.instIsTransLe 📋 Mathlib.SetTheory.ZFC.Basic
: IsTrans ZFSet.{u_1} fun x1 x2 => x1 ⊆ x2 - ZFSet.IsOrdinal.isTrans 📋 Mathlib.SetTheory.ZFC.Ordinal
{x : ZFSet.{u}} (h : x.IsOrdinal) : IsTrans (↥x) (Subrel (fun x1 x2 => x1 ∈ x2) fun x_1 => x_1 ∈ x) - ZFSet.isOrdinal_iff_isTrans 📋 Mathlib.SetTheory.ZFC.Ordinal
{x : ZFSet.{u}} : x.IsOrdinal ↔ x.IsTransitive ∧ IsTrans (↥x) (Subrel (fun x1 x2 => x1 ∈ x2) fun x_1 => x_1 ∈ x)
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