Mathlib Map

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
Assumes
TopologicalSpaceLinearOrderOrderClosedTopology

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.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.