Theorems · Theorem · convex and discrete geometry
exists_homeomorph_image_eq
∀ {E : Type u_1} [inst : AddCommGroup E] [inst_1 : Module ℝ E] [inst_2 : TopologicalSpace E] [IsTopologicalAddGroup E]
[ContinuousSMul ℝ E] [T1Space E] {s t : Set E},
Convex ℝ s →
(interior s).Nonempty →
Bornology.IsVonNBounded ℝ s →
Convex ℝ t →
(interior t).Nonempty →
Bornology.IsVonNBounded ℝ t →
∃ e, ⇑e '' interior s = interior t ∧ ⇑e '' closure s = closure t ∧ ⇑e '' frontier s = frontier tGiven two convex bounded sets in a topological vector space with nonempty interiors,
there exists a homeomorphism of the ambient space
that sends the interior, the closure, and the frontier of one set
to the interior, the closure, and the frontier of the other set.
In particular, if both s and t are open set or both s and t are closed sets,
then e maps s to t.
- Defined in
- Mathlib.Analysis.Convex.GaugeRescale
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 169 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · 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 and proof · cited by 5,609
- add_zeroproof · cited by 2,707
- Set.Nonemptystatement and proof · cited by 2,627
- HVAdd.hVAddproof · cited by 1,820
- IsTopologicalAddGroupstatement and proof · cited by 1,394
- closurestatement and proof · cited by 1,254
Cited by1
Results whose statement or proof uses this declaration.
- exists_homeomorph_image_interior_closure_frontier_eq_unitBallproof · cited by 0