Mathlib Map

Theorems · Theorem · order theory

Monotone.comp_monotoneOn

∀ {α : Type u} {β : Type v} {γ : Type w} [inst : Preorder α] [inst_1 : Preorder β] [inst_2 : Preorder γ] {g : β → γ}
  {f : α → β} {s : Set α}, Monotone g → MonotoneOn f s → MonotoneOn (g ∘ f) s
Defined in
Mathlib.Order.Monotone.Defs
Cited by
6 results in Mathlib
Foundations
Depth 5 from the axioms · uses no axioms
Assumes
PreorderPreorderPreorder

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites4

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

  • Setstatement and proof · cited by 53,352
  • Preorderstatement and proof · cited by 7,952
  • Monotonestatement and proof · cited by 1,397
  • MonotoneOnstatement and proof · cited by 311

Cited by6

Results whose statement or proof uses this declaration.