What is the formal, rigorous definition of a polyhedron in 3d space, and polytopes more generally in N-dimensional space? And, although this was not part of the title question, I also want a definition of polyhedral region and polytopal regions, that is, the region in 3d (respectively N-dimensional) that is bounded by a polyhedron (respectively polytope). I am interested in this question because of Euler's polyhedron theorem relating vertices, edges, and faces. I know that Euler's theorem fails for polyhedrons with holes in them. I would like a rigorous definition of vertex, edge, and face, as well as their higher-dimensional analogs in higher-dimensional space. Also, is there a book or paper that rigorously defines these notions?
2026-04-01 10:44:37.1775040277
What is the rigorous definition of a polyhedron and polytopes more generally?
240 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in REFERENCE-REQUEST
- Best book to study Lie group theory
- Alternative definition for characteristic foliation of a surface
- Transition from theory of PDEs to applied analysis and industrial problems and models with PDEs
- Random variables in integrals, how to analyze?
- Abstract Algebra Preparation
- Definition of matrix valued smooth function
- CLT for Martingales
- Almost locality of cubic spline interpolation
- Identify sequences from OEIS or the literature, or find examples of odd integers $n\geq 1$ satisfying these equations related to odd perfect numbers
- property of Lebesgue measure involving small intervals
Related Questions in EUCLIDEAN-GEOMETRY
- Visualization of Projective Space
- Triangle inequality for metric space where the metric is angles between vectors
- Circle inside kite inside larger circle
- If in a triangle ABC, ∠B = 2∠C and the bisector of ∠B meets CA in D, then the ratio BD : DC would be equal to?
- Euclidean Fifth Postulate
- JMO geometry Problem.
- Measure of the angle
- Difference between parallel and Equal lines
- Complex numbers - prove |BD| + |CD| = |AD|
- Find the ratio of segments using Ceva's theorem
Related Questions in DEFINITION
- How are these definitions of continuous relations equivalent?
- If a set is open, does it mean that every point is an interior point?
- What does $a^b$ mean in the definition of a cartesian closed category?
- $\lim_{n\to \infty}\sum_{j=0}^{[n/2]} \frac{1}{n} f\left( \frac{j}{n}\right)$
- Definition of "Normal topological space"
- How to verify $(a,b) = (c,d) \implies a = c \wedge b = d$ naively
- Why wolfram alpha assumed $ x>0$ as a domain of definition for $x^x $?
- Showing $x = x' \implies f(x) = f(x')$
- Inferior limit when t decreases to 0
- Is Hilbert space a Normed Space or a Inner Product Space? Or it have to be both at the same time?
Related Questions in POLYHEDRA
- Dimension of Flow Polytope
- Algorithm to find the convex polyhedron
- What is the name of the polyhedral shape of the Humanity Star?
- Number of congruences for given polyhedron
- How to find the "interior boundary" for a set of points?
- Do the second differences of the fifth powers count the sphere packing of a polyhedron?
- PORTA software and Polyhedron theory
- Convex polyhedron given its vertices
- Name of irregular convex octahedron
- Coordinates of a tetrahedron containing a cube
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
EDIT: I clearly did not read the question carefully. I’ll leave this up for the special case that the polytope is convex, but this answer is badly incomplete for the general nonconvex polyhedra.
For a reference, I would recommend Ziegler's Lectures on Polytopes. It has some nice pictures.
There are two common and equivalent definitions of a polytope.
A polytope is either:
The convex hull of finitely many points. Here, the convex hull of a set $S$, written $\text{conv}(S)$, is the set $$\text{conv}(S) = \left\{\sum_{i=1}^n \lambda_i s_i : s_i \in S \text{ and }\sum_{i=1}^n \lambda_i = 1\right\}$$ of all convex combinations of $S$. Equivalently, it is the smallest convex set which contains $S$. Draw some pictures to convince yourself that the convex hull of finitely many points in $\mathbf{R}^2$ is a polygon, and a polyhedron in $\mathbf{R}^3$.
The bounded intersection of finitely many half spaces. Here, a half space is everything to one side of a hyperplane, which can be written (if the hyperplane does not go through the origin) as $$H^a_- = \{x \in \mathbf{R}^d : \langle x, a\rangle \leq 1\}$$ where the $a$ in the superscript denotes $H$'s normal vector, and the $-$ in the subscript denotes the $\leq$. Draw some pictures to convince yourself that a half space in $\mathbf{R}^2$ is what you get when you draw a line, and then take all the points to one side of that line. One you feel comfortable with that, observe that a convex polygon with $n$ sides is a bounded intersection of $n$ half spaces, after removing redundant half spaces.
A polyhedron is the intersection of finitely many half spaces, and as such might be unbounded. One example of a polyhedron is $$\bigcap_{i=1}^n \{x \in \mathbf{R}^d : x_i \geq 0\}$$ the positive orthant.
For high-dimensional polytopes, there are too many dimensions to give unique names to each of the "face-like" things, so we just call all of them faces. Define a face $F$ of a polytope $P$ to be a set which can be isolated by a the boundary of a half space; i.e., there is a vector $a$ so that $$H_-^a \cap P = P \text{ and } \partial H_-^a \cap P = F$$ Draw a picture and verify that a face of a polygon is either a vertex or an edge, and a face of a polyhedron is a face (in the sense of polyhedra), an edge, or a vertex.
The distinguished faces we like are vertices, which is a face of cardinality one, and facets, which is the lingo for faces that are $d-1$-dimensional polytopes. A facet of a polygon is an edge, and a facet of a polyhedron is a face.