Theorems · Theorem · general topology
IsMaxFilter.min
∀ {α : Type u} {β : Type v} [inst : LinearOrder β] {f g : α → β} {a : α} {l : Filter α},
IsMaxFilter f l a → IsMaxFilter g l a → IsMaxFilter (fun x => min (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.
- LinearOrderstatement and proof · cited by 8,572
- Filterstatement and proof · cited by 8,121
- IsMaxFilterstatement and proof · cited by 38
- min_le_minproof · cited by 11
- IsMaxFilter.bicomp_monoproof · cited by 8
Cited by3
Results whose statement or proof uses this declaration.
- IsMaxOn.minproof · cited by 0
- IsLocalMaxOn.minproof · cited by 0
- IsLocalMax.minproof · cited by 0