Theorems · Theorem · general topology
IsMinFilter.min
∀ {α : Type u} {β : Type v} [inst : LinearOrder β] {f g : α → β} {a : α} {l : Filter α},
IsMinFilter f l a → IsMinFilter g l a → IsMinFilter (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
- IsMinFilterstatement and proof · cited by 36
- min_le_minproof · cited by 11
- IsMinFilter.bicomp_monoproof · cited by 8
Cited by3
Results whose statement or proof uses this declaration.
- IsMinOn.minproof · cited by 0
- IsLocalMinOn.minproof · cited by 0
- IsLocalMin.minproof · cited by 0