Theorems · Theorem · convex and discrete geometry
Convex.closure_subset_interior_image_homothety_of_one_lt
∀ {E : Type u_3} [inst : AddCommGroup E] [inst_1 : Module ℝ E] [inst_2 : TopologicalSpace E] [IsTopologicalAddGroup E]
[ContinuousSMul ℝ E] {s : Set E},
Convex ℝ s → ∀ {x : E}, x ∈ interior s → ∀ (t : ℝ), 1 < t → closure s ⊆ interior (⇑(AffineMap.homothety x t) '' s)If we dilate a convex set about a point in its interior by a scale t > 1, the interior of
the result includes the closure of the original set.
TODO Generalise this from convex sets to sets that are balanced / star-shaped about x.
- Defined in
- Mathlib.Analysis.Convex.Topology
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 115 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- Set.imagestatement · cited by 5,609
- LE.le.transproof · cited by 3,151
- LT.lt.ne'proof · cited by 1,417
- IsTopologicalAddGroupstatement and proof · cited by 1,394
- closurestatement · cited by 1,254
- ContinuousSMulstatement and proof · cited by 1,016
Cited by1
Results whose statement or proof uses this declaration.
- Convex.subset_interior_image_homothety_of_one_ltproof · cited by 0