tangent_cone_at

The set of all tangent directions to the set s at the point x.

unique_diff_within_at

A property ensuring that the tangent cone to s at x spans a dense subset of the whole space. The main role of this property is to ensure that the differential within s at x is unique, hence this name. The uniqueness it asserts is proved in unique_diff_within_at.eq in deriv.lean. To avoid pathologies in dimension 0, we also require that x belongs to the closure of s (which is automatic when E is not 0-dimensional).

unique_diff_on

A property ensuring that the tangent cone to s at any of its points spans a dense subset of the whole space. The main role of this property is to ensure that the differential along s is unique, hence this name. The uniqueness it asserts is proved in unique_diff_on.eq in deriv.lean.

tangent_cone_at.lim_zero

Auxiliary lemma ensuring that, under the assumptions defining the tangent cone, the sequence d tends to 0 at infinity.

tangent_cone_inter_nhds

Intersecting with a neighborhood of the point does not change the tangent cone.

subset_tangent_cone_prod_left

The tangent cone of a product contains the tangent cone of its left factor.

subset_tangent_cone_prod_right

The tangent cone of a product contains the tangent cone of its right factor.

mem_tangent_cone_of_segment_subset

If a subset of a real vector space contains a segment, then the direction of this segment belongs to the tangent cone at its endpoints.

unique_diff_within_at.prod

The product of two sets of unique differentiability at points x and y has unique differentiability at (x, y).

unique_diff_on.prod

The product of two sets of unique differentiability is a set of unique differentiability.

unique_diff_on_convex

In a real vector space, a convex set with nonempty interior is a set of unique differentiability.

unique_diff_on_Icc_zero_one

The real interval [0, 1] is a set of unique differentiability.