Mathlib Map

Theorems · Theorem · order theory

DirectedOn.mono_comp

∀ {α : Type u_1} {β : Type u_2} {r : α → α → Prop} {rb : β → β → Prop} {g : α → β} {s : Set α},
  (∀ ⦃x y : α⦄, r x y → rb (g x) (g y)) → DirectedOn r s → DirectedOn rb (g '' s)
Defined in
Mathlib.Order.Directed
Cited by
10 results in Mathlib
Foundations
Depth 8 from the axioms · uses propext, Quot.sound

Around this declaration

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

Cites5

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

Cited by10

Results whose statement or proof uses this declaration.