Theorems · Theorem · general topology
Filter.Tendsto.finSnoc
∀ {Y : Type v} {n : ℕ} {A : Fin (n + 1) → Type u_9} [inst : (i : Fin (n + 1)) → TopologicalSpace (A i)]
{f : Y → (j : Fin n) → A j.castSucc} {g : Y → A (Fin.last n)} {l : Filter Y} {x : (j : Fin n) → A j.castSucc}
{y : A (Fin.last n)},
Filter.Tendsto f l (nhds x) →
Filter.Tendsto g l (nhds y) → Filter.Tendsto (fun a => Fin.snoc (f a) (g a)) l (nhds (Fin.snoc 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.
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
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- Fin.snocstatement · cited by 113
- tendsto_pi_nhdsproof · cited by 58
- Fin.snoc_castSuccproof · cited by 38
- Fin.snoc_lastproof · cited by 37
Cited by2
Results whose statement or proof uses this declaration.
- ContinuousAt.finSnocproof · cited by 1
- ContinuousWithinAt.finSnocproof · cited by 1