Mathlib Map

Theorems · Theorem · general topology

IsMaxFilter.max

∀ {α : Type u} {β : Type v} [inst : LinearOrder β] {f g : α → β} {a : α} {l : Filter α},
  IsMaxFilter f l a → IsMaxFilter g l a → IsMaxFilter (fun x => max (f x) (g x)) l a
Defined in
Mathlib.Order.Filter.Extr
Cited by
3 results in Mathlib
Foundations
Depth 18 from the axioms · uses propext
Assumes
LinearOrder

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 by3

Results whose statement or proof uses this declaration.