Theorems · Theorem · general topology
Filter.Tendsto.finInsertNth
∀ {Y : Type v} {n : ℕ} {A : Fin (n + 1) → Type u_9} [inst : (i : Fin (n + 1)) → TopologicalSpace (A i)]
(i : Fin (n + 1)) {f : Y → A i} {g : Y → (j : Fin n) → A (i.succAbove j)} {l : Filter Y} {x : A i}
{y : (j : Fin n) → A (i.succAbove j)},
Filter.Tendsto f l (nhds x) →
Filter.Tendsto g l (nhds y) → Filter.Tendsto (fun a => i.insertNth (f a) (g a)) l (nhds (i.insertNth x y))- Defined in
- Mathlib.Topology.Constructions
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- Fin.succAbovestatement and proof · cited by 249
- Fin.insertNthstatement · cited by 95
- tendsto_pi_nhdsproof · cited by 58
- Fin.insertNth_apply_sameproof · cited by 30
- Fin.insertNth_apply_succAboveproof · cited by 23
- Fin.succAboveCasesproof · cited by 9
Cited by2
Results whose statement or proof uses this declaration.
- ContinuousAt.finInsertNthproof · cited by 1
- ContinuousWithinAt.finInsertNthproof · cited by 1