Theorems · Theorem · general topology
Filter.Tendsto.min_left
∀ {α : Type u} {β : Type v} [inst : TopologicalSpace α] [inst_1 : LinearOrder α] [OrderClosedTopology α] {f : β → α}
{l : Filter β} {a : α}, Filter.Tendsto f l (nhds a) → Filter.Tendsto (fun i => min (f i) a) l (nhds a)- Defined in
- Mathlib.Topology.Order.OrderClosed
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- LinearOrderstatement and proof · cited by 8,572
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- OrderClosedTopologystatement and proof · cited by 445
- min_commproof · cited by 23
- Filter.Tendsto.min_rightproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.