Loogle!
Result
Found 1315 declarations mentioning Monotone. Of these, only the first 200 are shown.
- Monotone 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} [Preorder α] [Preorder β] (f : α → β) : Prop - monotone_id 📋 Mathlib.Order.Monotone.Defs
{α : Type u} [Preorder α] : Monotone id - monotone_const 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {c : β} : Monotone fun x => c - Subsingleton.monotone 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} [Preorder α] [Preorder β] [Subsingleton α] (f : α → β) : Monotone f - Subsingleton.monotone' 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} [Preorder α] [Preorder β] [Subsingleton β] (f : α → β) : Monotone f - Function.const_mono 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} [Preorder α] : Monotone (Function.const β) - Subtype.mono_coe 📋 Mathlib.Order.Monotone.Defs
{α : Type u} [Preorder α] (p : α → Prop) : Monotone Subtype.val - monotone_fst 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} [Preorder α] [Preorder β] : Monotone Prod.fst - monotone_snd 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} [Preorder α] [Preorder β] : Monotone Prod.snd - Monotone.iterate 📋 Mathlib.Order.Monotone.Defs
{α : Type u} [Preorder α] {f : α → α} (hf : Monotone f) (n : ℕ) : Monotone f^[n] - monotoneOn_univ 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {f : α → β} : MonotoneOn f Set.univ ↔ Monotone f - Monotone.monotoneOn 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {f : α → β} (hf : Monotone f) (s : Set α) : MonotoneOn f s - Function.monotone_eval 📋 Mathlib.Order.Monotone.Defs
{ι : Type u} {α : ι → Type v} [(i : ι) → Preorder (α i)] (i : ι) : Monotone (Function.eval i) - StrictMono.monotone 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} [PartialOrder α] [Preorder β] {f : α → β} (hf : StrictMono f) : Monotone f - Monotone.strictMono_of_injective 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} [Preorder α] [PartialOrder β] {f : α → β} (h₁ : Monotone f) (h₂ : Function.Injective f) : StrictMono f - Function.update_mono 📋 Mathlib.Order.Monotone.Defs
{ι : Type u_1} {π : ι → Type u_3} [DecidableEq ι] [(i : ι) → Preorder (π i)] {f : (i : ι) → π i} {i : ι} : Monotone (Function.update f i) - monotone_lam 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} {γ : Type w} [Preorder α] [Preorder γ] {f : α → β → γ} (hf : ∀ (b : β), Monotone fun a => f a b) : Monotone f - Monotone.imp 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {f : α → β} {a b : α} (hf : Monotone f) (h : a ≤ b) : f a ≤ f b - instDecidableMonotoneOfForallForallForallLe 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {f : α → β} [i : Decidable (∀ (a b : α), a ≤ b → f a ≤ f b)] : Decidable (Monotone f) - monotone_app 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} {γ : Type w} [Preorder α] [Preorder γ] (f : β → α → γ) (b : β) (hf : Monotone fun a b => f b a) : Monotone (f b) - Antitone.comp 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} {γ : Type w} [Preorder α] [Preorder β] [Preorder γ] {g : β → γ} {f : α → β} (hg : Antitone g) (hf : Antitone f) : Monotone (g ∘ f) - Antitone.comp_monotone 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} {γ : Type w} [Preorder α] [Preorder β] [Preorder γ] {g : β → γ} {f : α → β} (hg : Antitone g) (hf : Monotone f) : Antitone (g ∘ f) - Monotone.comp 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} {γ : Type w} [Preorder α] [Preorder β] [Preorder γ] {g : β → γ} {f : α → β} (hg : Monotone g) (hf : Monotone f) : Monotone (g ∘ f) - Monotone.comp_antitone 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} {γ : Type w} [Preorder α] [Preorder β] [Preorder γ] {g : β → γ} {f : α → β} (hg : Monotone g) (hf : Antitone f) : Antitone (g ∘ f) - monotone_iff_forall_lt 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} [PartialOrder α] [Preorder β] {f : α → β} : Monotone f ↔ ∀ ⦃a b : α⦄, a < b → f a ≤ f b - Monotone.apply₂ 📋 Mathlib.Order.Monotone.Defs
{ι : Type u_1} {α : Type u} {β : ι → Type u_4} [(i : ι) → Preorder (β i)] [Preorder α] {f : α → (i : ι) → β i} : Monotone f → ∀ (i : ι), Monotone fun x => f x i - Monotone.of_apply₂ 📋 Mathlib.Order.Monotone.Defs
{ι : Type u_1} {α : Type u} {β : ι → Type u_4} [(i : ι) → Preorder (β i)] [Preorder α] {f : α → (i : ι) → β i} : (∀ (i : ι), Monotone fun x => f x i) → Monotone f - monotone_iff_apply₂ 📋 Mathlib.Order.Monotone.Defs
{ι : Type u_1} {α : Type u} {β : ι → Type u_4} [(i : ι) → Preorder (β i)] [Preorder α] {f : α → (i : ι) → β i} : Monotone f ↔ ∀ (i : ι), Monotone fun x => f x i - Set.mono_coe 📋 Mathlib.Order.Monotone.Defs
{α : Type u} [Preorder α] (A : Set α) : Monotone fun a => ↑a - Monotone.comp_antitoneOn 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} {γ : Type w} [Preorder α] [Preorder β] [Preorder γ] {g : β → γ} {f : α → β} {s : Set α} (hg : Monotone g) (hf : AntitoneOn f s) : AntitoneOn (g ∘ f) s - Monotone.comp_monotoneOn 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} {γ : Type w} [Preorder α] [Preorder β] [Preorder γ] {g : β → γ} {f : α → β} {s : Set α} (hg : Monotone g) (hf : MonotoneOn f s) : MonotoneOn (g ∘ f) s - Monotone.reflect_lt 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} [LinearOrder α] [Preorder β] {f : α → β} (hf : Monotone f) {a b : α} (h : f a < f b) : a < b - Monotone.prodMk 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} {γ : Type w} [Preorder α] [Preorder β] [Preorder γ] {f : γ → α} {g : γ → β} (hf : Monotone f) (hg : Monotone g) : Monotone fun x => (f x, g x) - monotone_prodMk_iff 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} {γ : Type w} [Preorder α] [Preorder β] [Preorder γ] {f : γ → α} {g : γ → β} : (Monotone fun x => (f x, g x)) ↔ Monotone f ∧ Monotone g - Monotone.prodMap 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} {γ : Type w} {δ : Type u_2} [Preorder α] [Preorder β] [Preorder γ] [Preorder δ] {f : α → γ} {g : β → δ} (hf : Monotone f) (hg : Monotone g) : Monotone (Prod.map f g) - monotone_prod_iff 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} {γ : Type w} [Preorder α] [Preorder β] [Preorder γ] {h : α × β → γ} : Monotone h ↔ (∀ (a : α), Monotone fun b => h (a, b)) ∧ ∀ (b : β), Monotone fun a => h (a, b) - Monotone.comp_le_comp_left 📋 Mathlib.Order.Monotone.Defs
{α : Type u} {β : Type v} {γ : Type w} [Preorder α] [Preorder β] {f : β → α} {g h : γ → β} (hf : Monotone f) (le_gh : g ≤ h) : f ∘ g ≤ f ∘ h - Nat.pow_self_mono 📋 Mathlib.Order.Monotone.Basic
: Monotone fun n => n ^ n - List.foldr_monotone 📋 Mathlib.Order.Monotone.Basic
{α : Type u} {β : Type v} [Preorder β] {f : α → β → β} (H : ∀ (a : α), Monotone (f a)) (l : List α) : Monotone fun b => List.foldr f b l - List.foldl_monotone 📋 Mathlib.Order.Monotone.Basic
{α : Type u} {β : Type v} [Preorder α] {f : α → β → α} (H : ∀ (b : β), Monotone fun a => f a b) (l : List β) : Monotone fun a => List.foldl f a l - converges_of_monotone_of_bounded 📋 Mathlib.Order.Monotone.Basic
{f : ℕ → ℕ} (mono_f : Monotone f) {c : ℕ} (hc : ∀ (n : ℕ), f n ≤ c) : ∃ b N, ∀ n ≥ N, f n = b - monotone_int_of_le_succ 📋 Mathlib.Order.Monotone.Basic
{α : Type u} [Preorder α] {f : ℤ → α} (hf : ∀ (n : ℤ), f n ≤ f (n + 1)) : Monotone f - monotone_nat_of_le_succ 📋 Mathlib.Order.Monotone.Basic
{α : Type u} [Preorder α] {f : ℕ → α} (hf : ∀ (n : ℕ), f n ≤ f (n + 1)) : Monotone f - monotone_add_nat_iff_monotoneOn_nat_Ici 📋 Mathlib.Order.Monotone.Basic
{α : Type u} [Preorder α] {f : ℕ → α} {k : ℕ} : (Monotone fun n => f (n + k)) ↔ MonotoneOn f {x | k ≤ x} - Monotone.strictMono_iff_injective 📋 Mathlib.Order.Monotone.Basic
{α : Type u} {β : Type v} [LinearOrder α] [PartialOrder β] {f : α → β} (hf : Monotone f) : StrictMono f ↔ Function.Injective f - Monotone.ne_of_lt_of_lt_int 📋 Mathlib.Order.Monotone.Basic
{α : Type u} [Preorder α] {f : ℤ → α} (hf : Monotone f) (n : ℤ) {x : α} (h1 : f n < x) (h2 : x < f (n + 1)) (a : ℤ) : f a ≠ x - Monotone.ne_of_lt_of_lt_nat 📋 Mathlib.Order.Monotone.Basic
{α : Type u} [Preorder α] {f : ℕ → α} (hf : Monotone f) (n : ℕ) {x : α} (h1 : f n < x) (h2 : x < f (n + 1)) (a : ℕ) : f a ≠ x - monotone_add_nat_of_le_succ 📋 Mathlib.Order.Monotone.Basic
{α : Type u} [Preorder α] {f : ℕ → α} {k : ℕ} (hf : ∀ n ≥ k, f n ≤ f (n + 1)) : Monotone fun n => f (n + k) - Antitone.dual_right 📋 Mathlib.Order.Monotone.Basic
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {f : α → β} : Antitone f → Monotone (⇑OrderDual.toDual ∘ f) - Monotone.dual_right 📋 Mathlib.Order.Monotone.Basic
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {f : α → β} : Monotone f → Antitone (⇑OrderDual.toDual ∘ f) - antitone_toDual_comp_iff 📋 Mathlib.Order.Monotone.Basic
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {f : α → β} : Antitone (⇑OrderDual.toDual ∘ f) ↔ Monotone f - monotone_toDual_comp_iff 📋 Mathlib.Order.Monotone.Basic
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {f : α → β} : Monotone (⇑OrderDual.toDual ∘ f) ↔ Antitone f - Antitone.dual_left 📋 Mathlib.Order.Monotone.Basic
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {f : α → β} : Antitone f → Monotone (f ∘ ⇑OrderDual.ofDual) - Monotone.dual_left 📋 Mathlib.Order.Monotone.Basic
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {f : α → β} : Monotone f → Antitone (f ∘ ⇑OrderDual.ofDual) - antitone_comp_ofDual_iff 📋 Mathlib.Order.Monotone.Basic
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {f : α → β} : Antitone (f ∘ ⇑OrderDual.ofDual) ↔ Monotone f - monotone_comp_ofDual_iff 📋 Mathlib.Order.Monotone.Basic
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {f : α → β} : Monotone (f ∘ ⇑OrderDual.ofDual) ↔ Antitone f - Monotone.eq_of_ge_of_le 📋 Mathlib.Order.Monotone.Basic
{α : Type u} {β : Type v} [LinearOrder α] [PartialOrder β] {f : α → β} {a₁ a₂ : α} (h_mon : Monotone f) (h_fa : f a₁ = f a₂) {i : α} (h₁ : a₁ ≤ i) (h₂ : i ≤ a₂) : f i = f a₁ - Nat.stabilises_of_monotone 📋 Mathlib.Order.Monotone.Basic
{f : ℕ → ℕ} {b n : ℕ} (hfmono : Monotone f) (hfb : ∀ (m : ℕ), f m ≤ b) (hfstab : ∀ (m : ℕ), f m = f (m + 1) → f (m + 1) = f (m + 2)) (hbn : b ≤ n) : f n = f b - Monotone.dual 📋 Mathlib.Order.Monotone.Basic
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {f : α → β} : Monotone f → Monotone (⇑OrderDual.toDual ∘ f ∘ ⇑OrderDual.ofDual) - monotone_dual_iff 📋 Mathlib.Order.Monotone.Basic
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {f : α → β} : Monotone (⇑OrderDual.toDual ∘ f ∘ ⇑OrderDual.ofDual) ↔ Monotone f - not_monotone_not_antitone_iff_exists_le_le 📋 Mathlib.Order.Monotone.Basic
{α : Type u} {β : Type v} [LinearOrder α] [LinearOrder β] {f : α → β} : ¬Monotone f ∧ ¬Antitone f ↔ ∃ a b c, a ≤ b ∧ b ≤ c ∧ (f a < f b ∧ f c < f b ∨ f b < f a ∧ f b < f c) - not_monotone_not_antitone_iff_exists_lt_lt 📋 Mathlib.Order.Monotone.Basic
{α : Type u} {β : Type v} [LinearOrder α] [LinearOrder β] {f : α → β} : ¬Monotone f ∧ ¬Antitone f ↔ ∃ a b c, a < b ∧ b < c ∧ (f a < f b ∧ f c < f b ∨ f b < f a ∧ f b < f c) - Monotone.of_left_le_map_sup 📋 Mathlib.Order.Lattice
{α : Type u} {β : Type v} [SemilatticeSup α] [Preorder β] {f : α → β} (h : ∀ (x y : α), f x ≤ f (x ⊔ y)) : Monotone f - Monotone.of_map_inf_le_left 📋 Mathlib.Order.Lattice
{α : Type u} {β : Type v} [SemilatticeInf α] [Preorder β] {f : α → β} (h : ∀ (x y : α), f (x ⊓ y) ≤ f x) : Monotone f - exists_ge_and_iff_exists 📋 Mathlib.Order.Lattice
{α : Type u} [SemilatticeSup α] {P : α → Prop} {x₀ : α} (hP : Monotone P) : (∃ x, x₀ ≤ x ∧ P x) ↔ ∃ x, P x - Monotone.of_map_inf 📋 Mathlib.Order.Lattice
{α : Type u} {β : Type v} [SemilatticeInf α] [SemilatticeInf β] {f : α → β} (h : ∀ (x y : α), f (x ⊓ y) = f x ⊓ f y) : Monotone f - Monotone.of_map_sup 📋 Mathlib.Order.Lattice
{α : Type u} {β : Type v} [SemilatticeSup α] [SemilatticeSup β] {f : α → β} (h : ∀ (x y : α), f (x ⊔ y) = f x ⊔ f y) : Monotone f - Monotone.le_map_sup 📋 Mathlib.Order.Lattice
{α : Type u} {β : Type v} [SemilatticeSup α] [SemilatticeSup β] {f : α → β} (h : Monotone f) (x y : α) : f x ⊔ f y ≤ f (x ⊔ y) - Monotone.map_inf_le 📋 Mathlib.Order.Lattice
{α : Type u} {β : Type v} [SemilatticeInf α] [SemilatticeInf β] {f : α → β} (h : Monotone f) (x y : α) : f (x ⊓ y) ≤ f x ⊓ f y - Monotone.of_le_map_sup 📋 Mathlib.Order.Lattice
{α : Type u} {β : Type v} [SemilatticeSup α] [SemilatticeSup β] {f : α → β} (h : ∀ (x y : α), f x ⊔ f y ≤ f (x ⊔ y)) : Monotone f - Monotone.of_map_inf_le 📋 Mathlib.Order.Lattice
{α : Type u} {β : Type v} [SemilatticeInf α] [SemilatticeInf β] {f : α → β} (h : ∀ (x y : α), f (x ⊓ y) ≤ f x ⊓ f y) : Monotone f - exists_and_iff_of_monotone 📋 Mathlib.Order.Lattice
{α : Type u} [SemilatticeSup α] {P Q : α → Prop} (hP : Monotone P) (hQ : Monotone Q) : ((∃ x, P x) ∧ ∃ x, Q x) ↔ ∃ x, P x ∧ Q x - Monotone.inf 📋 Mathlib.Order.Lattice
{α : Type u} {β : Type v} [Preorder α] [SemilatticeInf β] {f g : α → β} (hf : Monotone f) (hg : Monotone g) : Monotone (f ⊓ g) - Monotone.sup 📋 Mathlib.Order.Lattice
{α : Type u} {β : Type v} [Preorder α] [SemilatticeSup β] {f g : α → β} (hf : Monotone f) (hg : Monotone g) : Monotone (f ⊔ g) - Monotone.map_inf 📋 Mathlib.Order.Lattice
{α : Type u} {β : Type v} [LinearOrder α] [SemilatticeInf β] {f : α → β} (hf : Monotone f) (x y : α) : f (min x y) = f x ⊓ f y - Monotone.map_sup 📋 Mathlib.Order.Lattice
{α : Type u} {β : Type v} [LinearOrder α] [SemilatticeSup β] {f : α → β} (hf : Monotone f) (x y : α) : f (max x y) = f x ⊔ f y - Monotone.max 📋 Mathlib.Order.Lattice
{α : Type u} {β : Type v} [Preorder α] [LinearOrder β] {f g : α → β} (hf : Monotone f) (hg : Monotone g) : Monotone fun x => max (f x) (g x) - Monotone.min 📋 Mathlib.Order.Lattice
{α : Type u} {β : Type v} [Preorder α] [LinearOrder β] {f g : α → β} (hf : Monotone f) (hg : Monotone g) : Monotone fun x => min (f x) (g x) - Set.monotone_powerset 📋 Mathlib.Data.Set.Basic
{α : Type u} : Monotone Set.powerset - GaloisConnection.monotone_l 📋 Mathlib.Order.GaloisConnection.Defs
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {u : α → β} {l : β → α} (gc : GaloisConnection l u) : Monotone l - GaloisConnection.monotone_u 📋 Mathlib.Order.GaloisConnection.Defs
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {l : α → β} {u : β → α} (gc : GaloisConnection l u) : Monotone u - GaloisConnection.monotone_l_comp_u 📋 Mathlib.Order.GaloisConnection.Defs
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {l : α → β} {u : β → α} (gc : GaloisConnection l u) : Monotone (l ∘ u) - GaloisConnection.monotone_u_comp_l 📋 Mathlib.Order.GaloisConnection.Defs
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {u : α → β} {l : β → α} (gc : GaloisConnection l u) : Monotone (u ∘ l) - GaloisCoinsertion.monotoneIntro 📋 Mathlib.Order.GaloisConnection.Defs
{α : Type u_1} {β : Type u_2} [Preorder α] [Preorder β] {u : α → β} {l : β → α} (hu : Monotone u) (hl : Monotone l) (h_l_u : ∀ (a : α), l (u a) ≤ a) (h_u_l : ∀ (b : β), u (l b) = b) : GaloisCoinsertion l u - GaloisInsertion.monotoneIntro 📋 Mathlib.Order.GaloisConnection.Defs
{α : Type u_1} {β : Type u_2} [Preorder α] [Preorder β] {l : α → β} {u : β → α} (hu : Monotone u) (hl : Monotone l) (h_u_l : ∀ (a : α), a ≤ u (l a)) (h_l_u : ∀ (b : β), l (u b) = b) : GaloisInsertion l u - GaloisConnection.monotone_intro 📋 Mathlib.Order.GaloisConnection.Defs
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {l : α → β} {u : β → α} (hu : Monotone u) (hl : Monotone l) (h_u_l : ∀ (a : α), a ≤ u (l a)) (h_l_u : ∀ (a : β), l (u a) ≤ a) : GaloisConnection l u - Set.monotone_image 📋 Mathlib.Data.Set.Image
{α : Type u_1} {β : Type u_2} {f : α → β} : Monotone (Set.image f) - Set.rangeSplitting_strictMono 📋 Mathlib.Data.Set.Image
{α : Type u_1} {β : Type u_2} [LinearOrder α] [Preorder β] {f : α → β} (hf : Monotone f) : StrictMono (Set.rangeSplitting f) - Set.offDiag_mono 📋 Mathlib.Data.Set.Prod
{α : Type u_1} : Monotone Set.offDiag - Monotone.set_prod 📋 Mathlib.Data.Set.Prod
{α : Type u_1} {β : Type u_2} {γ : Type u_3} [Preorder α] {f : α → Set β} {g : α → Set γ} (hf : Monotone f) (hg : Monotone g) : Monotone fun x => f x ×ˢ g x - Covariant.monotone_of_const 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Defs
{M : Type u_1} {N : Type u_2} {μ : M → N → N} [Preorder N] [CovariantClass M N μ fun x1 x2 => x1 ≤ x2] (m : M) : Monotone (μ m) - Monotone.covariant_of_const 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Defs
{M : Type u_1} {N : Type u_2} {μ : M → N → N} {α : Type u_3} [Preorder α] [Preorder N] {f : N → α} [CovariantClass M N μ fun x1 x2 => x1 ≤ x2] (hf : Monotone f) (m : M) : Monotone fun x => f (μ m x) - Monotone.covariant_of_const' 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Defs
{N : Type u_2} {α : Type u_3} [Preorder α] [Preorder N] {f : N → α} {μ : N → N → N} [CovariantClass N N (Function.swap μ) fun x1 x2 => x1 ≤ x2] (hf : Monotone f) (m : N) : Monotone fun x => f (μ x m) - Monotone.map_max 📋 Mathlib.Order.MinMax
{α : Type u} {β : Type v} [LinearOrder α] [LinearOrder β] {f : α → β} {a b : α} (hf : Monotone f) : f (max a b) = max (f a) (f b) - Monotone.map_min 📋 Mathlib.Order.MinMax
{α : Type u} {β : Type v} [LinearOrder α] [LinearOrder β] {f : α → β} {a b : α} (hf : Monotone f) : f (min a b) = min (f a) (f b) - add_left_mono 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Basic
{α : Type u_1} {a : α} [Add α] [Preorder α] [AddRightMono α] : Monotone fun x => x + a - add_right_mono 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Basic
{α : Type u_1} {a : α} [Add α] [Preorder α] [AddLeftMono α] : Monotone fun x => a + x - mul_left_mono 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Basic
{α : Type u_1} {a : α} [Mul α] [Preorder α] [MulRightMono α] : Monotone fun x => x * a - mul_right_mono 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Basic
{α : Type u_1} {a : α} [Mul α] [Preorder α] [MulLeftMono α] : Monotone fun x => a * x - Monotone.add_const 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Basic
{α : Type u_1} {β : Type u_2} [Add α] [Preorder α] [Preorder β] {f : β → α} [AddRightMono α] (hf : Monotone f) (a : α) : Monotone fun x => f x + a - Monotone.const_add 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Basic
{α : Type u_1} {β : Type u_2} [Add α] [Preorder α] [Preorder β] {f : β → α} [AddLeftMono α] (hf : Monotone f) (a : α) : Monotone fun x => a + f x - Monotone.const_mul' 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Basic
{α : Type u_1} {β : Type u_2} [Mul α] [Preorder α] [Preorder β] {f : β → α} [MulLeftMono α] (hf : Monotone f) (a : α) : Monotone fun x => a * f x - Monotone.mul_const' 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Basic
{α : Type u_1} {β : Type u_2} [Mul α] [Preorder α] [Preorder β] {f : β → α} [MulRightMono α] (hf : Monotone f) (a : α) : Monotone fun x => f x * a - Monotone.add 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Basic
{α : Type u_1} {β : Type u_2} [Add α] [Preorder α] [Preorder β] {f g : β → α} [AddLeftMono α] [AddRightMono α] (hf : Monotone f) (hg : Monotone g) : Monotone fun x => f x + g x - Monotone.add_strictMono 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Basic
{α : Type u_1} {β : Type u_2} [Add α] [Preorder α] [Preorder β] [AddLeftStrictMono α] [AddRightMono α] {f g : β → α} (hf : Monotone f) (hg : StrictMono g) : StrictMono fun x => f x + g x - Monotone.mul' 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Basic
{α : Type u_1} {β : Type u_2} [Mul α] [Preorder α] [Preorder β] {f g : β → α} [MulLeftMono α] [MulRightMono α] (hf : Monotone f) (hg : Monotone g) : Monotone fun x => f x * g x - Monotone.mul_strictMono' 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Basic
{α : Type u_1} {β : Type u_2} [Mul α] [Preorder α] [Preorder β] [MulLeftStrictMono α] [MulRightMono α] {f g : β → α} (hf : Monotone f) (hg : StrictMono g) : StrictMono fun x => f x * g x - StrictMono.add_monotone 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Basic
{α : Type u_1} {β : Type u_2} [Add α] [Preorder α] [Preorder β] {f g : β → α} [AddLeftMono α] [AddRightStrictMono α] (hf : StrictMono f) (hg : Monotone g) : StrictMono fun x => f x + g x - StrictMono.mul_monotone' 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Basic
{α : Type u_1} {β : Type u_2} [Mul α] [Preorder α] [Preorder β] {f g : β → α} [MulLeftMono α] [MulRightStrictMono α] (hf : StrictMono f) (hg : Monotone g) : StrictMono fun x => f x * g x - Antitone.inv 📋 Mathlib.Algebra.Order.Group.Unbundled.Basic
{α : Type u} {β : Type u_1} [Group α] [Preorder α] [MulLeftMono α] [MulRightMono α] [Preorder β] {f : β → α} (hf : Antitone f) : Monotone fun x => (f x)⁻¹ - Antitone.neg 📋 Mathlib.Algebra.Order.Group.Unbundled.Basic
{α : Type u} {β : Type u_1} [AddGroup α] [Preorder α] [AddLeftMono α] [AddRightMono α] [Preorder β] {f : β → α} (hf : Antitone f) : Monotone fun x => -f x - Monotone.inv 📋 Mathlib.Algebra.Order.Group.Unbundled.Basic
{α : Type u} {β : Type u_1} [Group α] [Preorder α] [MulLeftMono α] [MulRightMono α] [Preorder β] {f : β → α} (hf : Monotone f) : Antitone fun x => (f x)⁻¹ - Monotone.neg 📋 Mathlib.Algebra.Order.Group.Unbundled.Basic
{α : Type u} {β : Type u_1} [AddGroup α] [Preorder α] [AddLeftMono α] [AddRightMono α] [Preorder β] {f : β → α} (hf : Monotone f) : Antitone fun x => -f x - monotone_mul_left_of_nonneg 📋 Mathlib.Algebra.Order.GroupWithZero.Basic
{M₀ : Type u_2} [MonoidWithZero M₀] [Preorder M₀] {a : M₀} [PosMulMono M₀] (ha : 0 ≤ a) : Monotone fun x => a * x - monotone_mul_right_of_nonneg 📋 Mathlib.Algebra.Order.GroupWithZero.Basic
{M₀ : Type u_2} [MonoidWithZero M₀] [Preorder M₀] {a : M₀} [MulPosMono M₀] (ha : 0 ≤ a) : Monotone fun x => x * a - Monotone.const_mul 📋 Mathlib.Algebra.Order.GroupWithZero.Basic
{α : Type u_1} {M₀ : Type u_2} [MonoidWithZero M₀] [Preorder M₀] {a : M₀} [Preorder α] {f : α → M₀} [PosMulMono M₀] (hf : Monotone f) (ha : 0 ≤ a) : Monotone fun x => a * f x - Monotone.mul_const 📋 Mathlib.Algebra.Order.GroupWithZero.Basic
{α : Type u_1} {M₀ : Type u_2} [MonoidWithZero M₀] [Preorder M₀] {a : M₀} [Preorder α] {f : α → M₀} [MulPosMono M₀] (hf : Monotone f) (ha : 0 ≤ a) : Monotone fun x => f x * a - pow_right_mono₀ 📋 Mathlib.Algebra.Order.GroupWithZero.Basic
{M₀ : Type u_2} [MonoidWithZero M₀] [Preorder M₀] {a : M₀} [ZeroLEOneClass M₀] [PosMulMono M₀] (h : 1 ≤ a) : Monotone fun x => a ^ x - Monotone.mul 📋 Mathlib.Algebra.Order.GroupWithZero.Basic
{α : Type u_1} {M₀ : Type u_2} [Mul M₀] [Zero M₀] [Preorder M₀] [Preorder α] {f g : α → M₀} [PosMulMono M₀] [MulPosMono M₀] (hf : Monotone f) (hg : Monotone g) (hf₀ : ∀ (x : α), 0 ≤ f x) (hg₀ : ∀ (x : α), 0 ≤ g x) : Monotone (f * g) - zpow_right_mono₀ 📋 Mathlib.Algebra.Order.GroupWithZero.Basic
{G₀ : Type u_3} [GroupWithZero G₀] [PartialOrder G₀] [PosMulReflectLT G₀] {a : G₀} [ZeroLEOneClass G₀] (ha : 1 ≤ a) : Monotone fun n => a ^ n - Monotone.mul_strictMono 📋 Mathlib.Algebra.Order.GroupWithZero.Basic
{α : Type u_1} {M₀ : Type u_2} [MonoidWithZero M₀] [PartialOrder M₀] [Preorder α] {f g : α → M₀} [PosMulStrictMono M₀] [MulPosMono M₀] (hf : Monotone f) (hg : StrictMono g) (hf₀ : ∀ (x : α), 0 < f x) (hg₀ : ∀ (x : α), 0 ≤ g x) : StrictMono (f * g) - StrictMono.mul_monotone 📋 Mathlib.Algebra.Order.GroupWithZero.Basic
{α : Type u_1} {M₀ : Type u_2} [MonoidWithZero M₀] [PartialOrder M₀] [Preorder α] {f g : α → M₀} [PosMulMono M₀] [MulPosStrictMono M₀] (hf : StrictMono f) (hg : Monotone g) (hf₀ : ∀ (x : α), 0 ≤ f x) (hg₀ : ∀ (x : α), 0 < g x) : StrictMono (f * g) - Antitone.const_mul_of_nonpos 📋 Mathlib.Algebra.Order.Ring.Unbundled.Basic
{R : Type u} {α : Type u_1} [Semiring R] [Preorder R] {a : R} [Preorder α] {f : α → R} [ExistsAddOfLE R] [PosMulMono R] [AddRightMono R] [AddRightReflectLE R] (hf : Antitone f) (ha : a ≤ 0) : Monotone fun x => a * f x - Antitone.mul_const_of_nonpos 📋 Mathlib.Algebra.Order.Ring.Unbundled.Basic
{R : Type u} {α : Type u_1} [Semiring R] [Preorder R] {a : R} [Preorder α] {f : α → R} [ExistsAddOfLE R] [MulPosMono R] [AddRightMono R] [AddRightReflectLE R] (hf : Antitone f) (ha : a ≤ 0) : Monotone fun x => f x * a - Monotone.const_mul_of_nonpos 📋 Mathlib.Algebra.Order.Ring.Unbundled.Basic
{R : Type u} {α : Type u_1} [Semiring R] [Preorder R] {a : R} [Preorder α] {f : α → R} [ExistsAddOfLE R] [PosMulMono R] [AddRightMono R] [AddRightReflectLE R] (hf : Monotone f) (ha : a ≤ 0) : Antitone fun x => a * f x - Monotone.mul_const_of_nonpos 📋 Mathlib.Algebra.Order.Ring.Unbundled.Basic
{R : Type u} {α : Type u_1} [Semiring R] [Preorder R] {a : R} [Preorder α] {f : α → R} [ExistsAddOfLE R] [MulPosMono R] [AddRightMono R] [AddRightReflectLE R] (hf : Monotone f) (ha : a ≤ 0) : Antitone fun x => f x * a - Antitone.mul 📋 Mathlib.Algebra.Order.Ring.Unbundled.Basic
{R : Type u} {α : Type u_1} [Semiring R] [Preorder R] [Preorder α] {f g : α → R} [ExistsAddOfLE R] [PosMulMono R] [MulPosMono R] [AddRightMono R] [AddRightReflectLE R] (hf : Antitone f) (hg : Antitone g) (hf₀ : ∀ (x : α), f x ≤ 0) (hg₀ : ∀ (x : α), g x ≤ 0) : Monotone (f * g) - Antitone.mul_monotone 📋 Mathlib.Algebra.Order.Ring.Unbundled.Basic
{R : Type u} {α : Type u_1} [Semiring R] [Preorder R] [Preorder α] {f g : α → R} [ExistsAddOfLE R] [PosMulMono R] [MulPosMono R] [AddRightMono R] [AddRightReflectLE R] (hf : Antitone f) (hg : Monotone g) (hf₀ : ∀ (x : α), f x ≤ 0) (hg₀ : ∀ (x : α), 0 ≤ g x) : Antitone (f * g) - Monotone.mul_antitone 📋 Mathlib.Algebra.Order.Ring.Unbundled.Basic
{R : Type u} {α : Type u_1} [Semiring R] [Preorder R] [Preorder α] {f g : α → R} [ExistsAddOfLE R] [PosMulMono R] [MulPosMono R] [AddRightMono R] [AddRightReflectLE R] (hf : Monotone f) (hg : Antitone g) (hf₀ : ∀ (x : α), 0 ≤ f x) (hg₀ : ∀ (x : α), g x ≤ 0) : Antitone (f * g) - OrderHom.mk 📋 Mathlib.Order.Hom.Basic
{α : Type u_6} {β : Type u_7} [Preorder α] [Preorder β] (toFun : α → β) (monotone' : Monotone toFun) : α →o β - OrderHom.monotone' 📋 Mathlib.Order.Hom.Basic
{α : Type u_6} {β : Type u_7} [Preorder α] [Preorder β] (self : α →o β) : Monotone self.toFun - OrderHom.mono 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} [Preorder α] [Preorder β] (f : α →o β) : Monotone ⇑f - OrderHom.monotone 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} [Preorder α] [Preorder β] (f : α →o β) : Monotone ⇑f - OrderHom.canLift 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} [Preorder α] [Preorder β] : CanLift (α → β) (α →o β) DFunLike.coe Monotone - OrderHomClass.mono 📋 Mathlib.Order.Hom.Basic
{F : Type u_1} {α : Type u_2} {β : Type u_3} [Preorder α] [Preorder β] [FunLike F α β] [OrderHomClass F α β] (f : F) : Monotone ⇑f - OrderHomClass.monotone 📋 Mathlib.Order.Hom.Basic
{F : Type u_1} {α : Type u_2} {β : Type u_3} [Preorder α] [Preorder β] [FunLike F α β] [OrderHomClass F α β] (f : F) : Monotone ⇑f - OrderHom.coe_mk 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} [Preorder α] [Preorder β] (f : α → β) (hf : Monotone f) : ⇑{ toFun := f, monotone' := hf } = f - OrderEmbedding.monotone 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} [Preorder α] [Preorder β] (f : α ↪o β) : Monotone ⇑f - OrderIso.monotone 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} [Preorder α] [Preorder β] (e : α ≃o β) : Monotone ⇑e - Equiv.toOrderIso 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} [Preorder α] [Preorder β] (e : α ≃ β) (h₁ : Monotone ⇑e) (h₂ : Monotone ⇑e.symm) : α ≃o β - OrderHom.mk_le_mk 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} [Preorder α] [Preorder β] {f g : α → β} {hf : Monotone f} {hg : Monotone g} : { toFun := f, monotone' := hf } ≤ { toFun := g, monotone' := hg } ↔ f ≤ g - OrderHom.mk_comp_mk 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} {γ : Type u_4} [Preorder α] [Preorder β] [Preorder γ] (g : β → γ) (f : α → β) (hg : Monotone g) (hf : Monotone f) : { toFun := g, monotone' := hg }.comp { toFun := f, monotone' := hf } = { toFun := g ∘ f, monotone' := ⋯ } - Equiv.toOrderIso_toEquiv 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} [Preorder α] [Preorder β] (e : α ≃ β) (h₁ : Monotone ⇑e) (h₂ : Monotone ⇑e.symm) : (e.toOrderIso h₁ h₂).toEquiv = e - Equiv.coe_toOrderIso 📋 Mathlib.Order.Hom.Basic
{α : Type u_2} {β : Type u_3} [Preorder α] [Preorder β] (e : α ≃ β) (h₁ : Monotone ⇑e) (h₂ : Monotone ⇑e.symm) : ⇑(e.toOrderIso h₁ h₂) = ⇑e - nsmul_right_mono 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Pow
{M : Type u_3} [AddMonoid M] [Preorder M] [AddLeftMono M] [AddRightMono M] (n : ℕ) : Monotone fun a => n • a - pow_left_mono 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Pow
{M : Type u_3} [Monoid M] [Preorder M] [MulLeftMono M] [MulRightMono M] (n : ℕ) : Monotone fun a => a ^ n - nsmul_left_monotone 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Pow
{M : Type u_3} [AddMonoid M] [Preorder M] [AddLeftMono M] {a : M} (ha : 0 ≤ a) : Monotone fun n => n • a - pow_right_monotone 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Pow
{M : Type u_3} [Monoid M] [Preorder M] [MulLeftMono M] {a : M} (ha : 1 ≤ a) : Monotone fun n => a ^ n - Monotone.const_nsmul 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Pow
{β : Type u_1} {M : Type u_3} [AddMonoid M] [Preorder M] [Preorder β] [AddLeftMono M] [AddRightMono M] {f : β → M} (hf : Monotone f) (n : ℕ) : Monotone fun a => n • f a - Monotone.pow_const 📋 Mathlib.Algebra.Order.Monoid.Unbundled.Pow
{β : Type u_1} {M : Type u_3} [Monoid M] [Preorder M] [Preorder β] [MulLeftMono M] [MulRightMono M] {f : β → M} (hf : Monotone f) (n : ℕ) : Monotone fun a => f a ^ n - Nat.mono_cast 📋 Mathlib.Data.Nat.Cast.Order.Basic
{α : Type u_1} [AddMonoidWithOne α] [PartialOrder α] [AddLeftMono α] [ZeroLEOneClass α] : Monotone Nat.cast - WithBot.coe_mono 📋 Mathlib.Order.WithBot
{α : Type u_1} [Preorder α] : Monotone fun a => ↑a - WithTop.coe_mono 📋 Mathlib.Order.WithBot
{α : Type u_1} [Preorder α] : Monotone fun a => ↑a - Monotone.withBot_map 📋 Mathlib.Order.WithBot
{α : Type u_1} {β : Type u_2} [Preorder α] [Preorder β] {f : α → β} : Monotone f → Monotone (WithBot.map f) - Monotone.withTop_map 📋 Mathlib.Order.WithBot
{α : Type u_1} {β : Type u_2} [Preorder α] [Preorder β] {f : α → β} : Monotone f → Monotone (WithTop.map f) - WithBot.monotone_map_iff 📋 Mathlib.Order.WithBot
{α : Type u_1} {β : Type u_2} [Preorder α] [Preorder β] {f : α → β} : Monotone (WithBot.map f) ↔ Monotone f - WithTop.monotone_map_iff 📋 Mathlib.Order.WithBot
{α : Type u_1} {β : Type u_2} [Preorder α] [Preorder β] {f : α → β} : Monotone (WithTop.map f) ↔ Monotone f - WithBot.monotone_iff 📋 Mathlib.Order.WithBot
{α : Type u_1} {β : Type u_2} [Preorder α] [Preorder β] {f : WithBot α → β} : Monotone f ↔ (Monotone fun a => f ↑a) ∧ ∀ (x : α), f ⊥ ≤ f ↑x - WithTop.monotone_iff 📋 Mathlib.Order.WithBot
{α : Type u_1} {β : Type u_2} [Preorder α] [Preorder β] {f : WithTop α → β} : Monotone f ↔ (Monotone fun a => f ↑a) ∧ ∀ (x : α), f ↑x ≤ f ⊤ - WithZero.map'_mono 📋 Mathlib.Algebra.Order.GroupWithZero.Canonical
{α : Type u_1} {β : Type u_2} [Preorder α] [Preorder β] [MulOneClass α] [MulOneClass β] {f : α →* β} (hf : Monotone ⇑f) : Monotone ⇑(WithZero.map' f) - Int.cast_mono 📋 Mathlib.Algebra.Order.Ring.Cast
{R : Type u_1} [AddCommGroupWithOne R] [PartialOrder R] [AddLeftMono R] [ZeroLEOneClass R] : Monotone Int.cast - FloorSemiring.natCast_mono 📋 Mathlib.Algebra.Order.Floor.Defs
{α : Type u_1} [Semiring α] [PartialOrder α] [FloorSemiring α] : Monotone Nat.cast - FloorRing.intCast_mono 📋 Mathlib.Algebra.Order.Floor.Defs
{α : Type u_1} [Ring α] [LinearOrder α] [FloorRing α] : Monotone Int.cast - Nat.ceil_mono 📋 Mathlib.Algebra.Order.Floor.Semiring
{R : Type u_1} [Semiring R] [LinearOrder R] [FloorSemiring R] : Monotone Nat.ceil - Nat.floor_mono 📋 Mathlib.Algebra.Order.Floor.Semiring
{R : Type u_1} [Semiring R] [LinearOrder R] [FloorSemiring R] [IsStrictOrderedRing R] : Monotone Nat.floor - Monotone.directed_ge 📋 Mathlib.Order.Directed
{α : Type u_1} {β : Type u_2} [Preorder α] [IsCodirectedOrder α] [Preorder β] {f : α → β} : Monotone f → Directed (fun x1 x2 => x2 ≤ x1) f - Monotone.directed_le 📋 Mathlib.Order.Directed
{α : Type u_1} {β : Type u_2} [Preorder α] [IsDirectedOrder α] [Preorder β] {f : α → β} : Monotone f → Directed (fun x1 x2 => x1 ≤ x2) f - constant_of_monotone_antitone 📋 Mathlib.Order.Directed
{α : Type u_1} {β : Type u_2} [PartialOrder β] [Preorder α] {f : α → β} [IsDirectedOrder α] (hf : Monotone f) (hf' : Antitone f) (a b : α) : f a = f b - Monotone.forall_le_of_antitone 📋 Mathlib.Order.Directed
{α : Type u_1} {β : Type u_2} [Preorder α] [IsDirectedOrder α] [Preorder β] {f g : α → β} (hf : Monotone f) (hg : Antitone g) (h : f ≤ g) (m n : α) : f m ≤ g n - Monotone.domRestrict 📋 Mathlib.Data.Set.Monotone
{α : Type u_1} {β : Type u_2} [Preorder α] [Preorder β] {f : α → β} (h : Monotone f) (s : Set α) : Monotone (s.domRestrict f) - Monotone.restrict 📋 Mathlib.Data.Set.Monotone
{α : Type u_1} {β : Type u_2} [Preorder α] [Preorder β] {f : α → β} (h : Monotone f) (s : Set α) : Monotone (s.domRestrict f) - Monotone.rangeFactorization 📋 Mathlib.Data.Set.Monotone
{α : Type u_1} {β : Type u_2} [Preorder α] [Preorder β] {f : α → β} (h : Monotone f) : Monotone (Set.rangeFactorization f) - Monotone.codRestrict 📋 Mathlib.Data.Set.Monotone
{α : Type u_1} {β : Type u_2} [Preorder α] [Preorder β] {f : α → β} (h : Monotone f) {s : Set β} (hs : ∀ (x : α), f x ∈ s) : Monotone (Set.codRestrict f s hs) - Function.monotone_of_rightInverse 📋 Mathlib.Data.Set.Monotone
{α : Type u_1} {β : Type u_2} [PartialOrder α] [LinearOrder β] {φ : β → α} {ψ : α → β} (hφ : Monotone φ) (φψ : Function.RightInverse ψ φ) : Monotone ψ - MonotoneOn.monotone 📋 Mathlib.Data.Set.Monotone
{α : Type u_1} {β : Type u_2} {s : Set α} {f : α → β} [Preorder α] [Preorder β] (h : MonotoneOn f s) : Monotone (f ∘ Subtype.val) - AntisymmRel.image 📋 Mathlib.Order.Antisymmetrization
{α : Type u_1} {β : Type u_2} {a b : α} [Preorder α] [Preorder β] (h : AntisymmRel (fun x1 x2 => x1 ≤ x2) a b) {f : α → β} (hf : Monotone f) : AntisymmRel (fun x1 x2 => x1 ≤ x2) (f a) (f b) - toAntisymmetrization_mono 📋 Mathlib.Order.Antisymmetrization
{α : Type u_1} [Preorder α] : Monotone (toAntisymmetrization fun x1 x2 => x1 ≤ x2) - monotone_le 📋 Mathlib.Order.BoundedOrder.Monotone
{α : Type u} [Preorder α] {x : α} : Monotone fun x_1 => x ≤ x_1 - monotone_lt 📋 Mathlib.Order.BoundedOrder.Monotone
{α : Type u} [Preorder α] {x : α} : Monotone fun x_1 => x < x_1 - forall_ge_iff 📋 Mathlib.Order.BoundedOrder.Monotone
{α : Type u} [Preorder α] {P : α → Prop} {x₀ : α} (hP : Monotone P) : (∀ x ≥ x₀, P x) ↔ P x₀ - Monotone.forall 📋 Mathlib.Order.BoundedOrder.Monotone
{α : Type u} {β : Type v} [Preorder α] {P : β → α → Prop} (hP : ∀ (x : β), Monotone (P x)) : Monotone fun y => ∀ (x : β), P x y - Monotone.exists 📋 Mathlib.Order.BoundedOrder.Monotone
{α : Type u} {β : Type v} [Preorder α] {P : β → α → Prop} (hP : ∀ (x : β), Monotone (P x)) : Monotone fun y => ∃ x, P x y - monotone_and 📋 Mathlib.Order.BoundedOrder.Monotone
{α : Type u} [Preorder α] {p q : α → Prop} (m_p : Monotone p) (m_q : Monotone q) : Monotone fun x => p x ∧ q x - monotone_or 📋 Mathlib.Order.BoundedOrder.Monotone
{α : Type u} [Preorder α] {p q : α → Prop} (m_p : Monotone p) (m_q : Monotone q) : Monotone fun x => p x ∨ q x - Monotone.ball 📋 Mathlib.Order.BoundedOrder.Monotone
{α : Type u} {β : Type v} [Preorder α] {P : β → α → Prop} {s : Set β} (hP : ∀ x ∈ s, Monotone (P x)) : Monotone fun y => ∀ x ∈ s, P x y - Monotone.map_bddAbove 📋 Mathlib.Order.Bounds.Image
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {f : α → β} (Hf : Monotone f) {s : Set α} : BddAbove s → BddAbove (f '' s) - Monotone.map_bddBelow 📋 Mathlib.Order.Bounds.Image
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {f : α → β} (Hf : Monotone f) {s : Set α} : BddBelow s → BddBelow (f '' s) - Monotone.map_isGreatest 📋 Mathlib.Order.Bounds.Image
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {f : α → β} (Hf : Monotone f) {a : α} {s : Set α} (Ha : IsGreatest s a) : IsGreatest (f '' s) (f a) - Monotone.map_isLeast 📋 Mathlib.Order.Bounds.Image
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {f : α → β} (Hf : Monotone f) {a : α} {s : Set α} (Ha : IsLeast s a) : IsLeast (f '' s) (f a) - BddAbove.range_comp 📋 Mathlib.Order.Bounds.Image
{α : Type u} {β : Type v} {γ : Type u_1} [Preorder β] [Preorder γ] {f : α → β} {g : β → γ} (hf : BddAbove (Set.range f)) (hg : Monotone g) : BddAbove (Set.range fun x => g (f x)) - BddAbove.range_comp_left 📋 Mathlib.Order.Bounds.Image
{α : Type u} {β : Type v} {γ : Type u_1} [Preorder β] [Preorder γ] {f : α → β} {g : β → γ} (hf : BddAbove (Set.range f)) (hg : Monotone g) : BddAbove (Set.range fun x => g (f x)) - BddBelow.range_comp 📋 Mathlib.Order.Bounds.Image
{α : Type u} {β : Type v} {γ : Type u_1} [Preorder β] [Preorder γ] {f : α → β} {g : β → γ} (hf : BddBelow (Set.range f)) (hg : Monotone g) : BddBelow (Set.range fun x => g (f x)) - BddBelow.range_comp_left 📋 Mathlib.Order.Bounds.Image
{α : Type u} {β : Type v} {γ : Type u_1} [Preorder β] [Preorder γ] {f : α → β} {g : β → γ} (hf : BddBelow (Set.range f)) (hg : Monotone g) : BddBelow (Set.range fun x => g (f x)) - IsCofinalFor.image_of_monotone 📋 Mathlib.Order.Bounds.Image
{α : Type u_1} {β : Type u_2} [Preorder α] [Preorder β] {s t : Set α} {f : α → β} (hst : IsCofinalFor s t) (hf : Monotone f) : IsCofinalFor (f '' s) (f '' t) - IsCoinitialFor.image_of_monotone 📋 Mathlib.Order.Bounds.Image
{α : Type u_1} {β : Type u_2} [Preorder α] [Preorder β] {s t : Set α} {f : α → β} (hst : IsCoinitialFor s t) (hf : Monotone f) : IsCoinitialFor (f '' s) (f '' t) - Monotone.image_lowerBounds_subset_lowerBounds_image 📋 Mathlib.Order.Bounds.Image
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {f : α → β} (Hf : Monotone f) {s : Set α} : f '' lowerBounds s ⊆ lowerBounds (f '' s) - Monotone.image_upperBounds_subset_upperBounds_image 📋 Mathlib.Order.Bounds.Image
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {f : α → β} (Hf : Monotone f) {s : Set α} : f '' upperBounds s ⊆ upperBounds (f '' s) - Monotone.mem_lowerBounds_image 📋 Mathlib.Order.Bounds.Image
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {f : α → β} (Hf : Monotone f) {a : α} {s : Set α} (Ha : a ∈ lowerBounds s) : f a ∈ lowerBounds (f '' s) - Monotone.mem_upperBounds_image 📋 Mathlib.Order.Bounds.Image
{α : Type u} {β : Type v} [Preorder α] [Preorder β] {f : α → β} (Hf : Monotone f) {a : α} {s : Set α} (Ha : a ∈ upperBounds s) : f a ∈ upperBounds (f '' s) - BddAbove.bddAbove_image2_of_bddBelow 📋 Mathlib.Order.Bounds.Image
{α : Type u} {β : Type v} {γ : Type w} [Preorder α] [Preorder β] [Preorder γ] {f : α → β → γ} {s : Set α} {t : Set β} (h₀ : ∀ (b : β), Monotone (Function.swap f b)) (h₁ : ∀ (a : α), Antitone (f a)) : BddAbove s → BddBelow t → BddAbove (Set.image2 f s t)
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
🔍Real.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
🔍"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
🔍_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
🔍Real.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
🔍(?a -> ?b) -> List ?a -> List ?b
🔍List ?a -> (?a -> ?b) -> List ?bBy main conclusion:
🔍|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of all→and∀) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
🔍|- _ < _ → tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
⊢ (_ : Type _)finds all definitions which provide data while⊢ (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
🔍 Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ → _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision 69fae59