Mathlib Map

Theorems · Theorem · order theory

Monotone.comp_antitone

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

Around this declaration

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

Cites3

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

  • Preorderstatement and proof · cited by 7,952
  • Monotonestatement and proof · cited by 1,397
  • Antitonestatement and proof · cited by 563

Cited by16

Results whose statement or proof uses this declaration.