Theorems · Theorem · general topology
Filter.Tendsto.min_right
∀ {α : 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 a (f i)) l (nhds a)- Defined in
- Mathlib.Topology.Order.OrderClosed
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- tendsto_const_nhdsproof · cited by 330
- inf_idemproof · cited by 37
- Filter.Tendsto.minproof · cited by 5
Cited by2
Results whose statement or proof uses this declaration.
- Filter.tendsto_nhds_min_rightproof · cited by 1
- Filter.Tendsto.min_leftproof · cited by 0