Mathlib Map

Theorems · Theorem · general topology

IsMaxOn.bicomp_mono

∀ {α : Type u} {β : Type v} {γ : Type w} {δ : Type x} [inst : Preorder β] [inst_1 : Preorder γ] {f : α → β} {s : Set α}
  {a : α} [inst_2 : Preorder δ] {op : β → γ → δ},
  Relator.LiftFun (fun x1 x2 => x1 ≤ x2) (Relator.LiftFun (fun x1 x2 => x1 ≤ x2) fun x1 x2 => x1 ≤ x2) op op →
    IsMaxOn f s a → ∀ {g : α → γ}, IsMaxOn g s a → IsMaxOn (fun x => op (f x) (g x)) s a
Defined in
Mathlib.Order.Filter.Extr
Cited by
0 results in Mathlib
Foundations
Depth 9 from the axioms · uses no axioms
Assumes
PreorderPreorderPreorder

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 by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.