Theorems · Theorem · global analysis
mem_tangentConeAt_of_frequently
∀ {R : Type u} {E : Type v} [inst : AddCommGroup E] [inst_1 : SMul R E] [inst_2 : TopologicalSpace E] {s : Set E}
{x y : E} {α : Type u_1} (l : Filter α) (c : α → R) (d : α → E),
Filter.Tendsto d l (nhds 0) →
(∃ᶠ (n : α) in l, x + d n ∈ s) → Filter.Tendsto (fun n => c n • d n) l (nhds y) → y ∈ tangentConeAt R s xLet c n be a family of scalars, d n be a family of vectors, and l be a filter such that
- d n → 0 along l;
- x + d n ∈ s frequently along l;
- c n • d n → y along l.
Then y belongs to the tangent cone of s at x.
See also
- mem_tangentConeAt_of_seq for a version assuming that x + d n ∈ s eventually along l.
- exists_fun_of_mem_tangentConeAt for the other implication.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- AddCommGroupstatement and proof · cited by 12,871
- Top.topproof · cited by 9,680
- Filterstatement and proof · cited by 8,121
- Set.ofPredproof · cited by 6,101
- nhdsstatement and proof · cited by 5,554
- Set.preimageproof · cited by 4,946
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallyproof · cited by 3,134
- nhdsWithinproof · cited by 1,912
- Filter.principalproof · cited by 740
Cited by3
Results whose statement or proof uses this declaration.
- mem_tangentConeAt_of_seqproof · cited by 8
- zero_mem_tangentConeAtproof · cited by 2
- tangentConeAt_eq_univproof · cited by 1