Theorems · Theorem · general topology
IsMinFilter.bicomp_mono
∀ {α : Type u} {β : Type v} {γ : Type w} {δ : Type x} [inst : Preorder β] [inst_1 : Preorder γ] {f : α → β}
{l : Filter α} {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 →
IsMinFilter f l a → ∀ {g : α → γ}, IsMinFilter g l a → IsMinFilter (fun x => op (f x) (g x)) l a- Defined in
- Mathlib.Order.Filter.Extr
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Filterstatement and proof · cited by 8,121
- Preorderstatement and proof · cited by 7,952
- Set.ofPredproof · cited by 6,101
- Filter.mem_of_supersetproof · cited by 308
- Filter.inter_memproof · cited by 153
- Relator.LiftFunstatement and proof · cited by 47
- IsMinFilterstatement and proof · cited by 36
Cited by8
Results whose statement or proof uses this declaration.
- IsMinFilter.addproof · cited by 4
- IsMinFilter.infproof · cited by 3
- IsMinFilter.maxproof · cited by 3
- IsMinFilter.minproof · cited by 3
- IsMinFilter.supproof · cited by 3
- IsLocalMinOn.bicomp_monoproof · cited by 0
- IsMinOn.bicomp_monoproof · cited by 0
- IsLocalMin.bicomp_monoproof · cited by 0