fbpx
Wikipedia

Minkowski addition

In geometry, the Minkowski sum of two sets of position vectors A and B in Euclidean space is formed by adding each vector in A to each vector in B:

The red figure is the Minkowski sum of blue and green figures.

The Minkowski difference (also Minkowski subtraction, Minkowski decomposition, or geometric difference)[1] is the corresponding inverse, where produces a set that could be summed with B to recover A. This is defined as the complement of the Minkowski sum of the complement of A with the reflection of B about the origin.[2]

This definition allows a symmetrical relationship between the Minkowski sum and difference. Note that alternately taking the sum and difference with B is not necessarily equivalent. The sum can fill gaps which the difference may not re-open, and the difference can erase small islands which the sum cannot recreate from nothing.

In 2D image processing the Minkowski sum and difference are known as dilation and erosion.

An alternative definition of the Minkowski difference is sometimes used for computing intersection of convex shapes.[3] This is not equivalent to the previous definition, and is not an inverse of the sum operation. Instead it replaces the vector addition of the Minkowski sum with a vector subtraction. If the two convex shapes intersect, the resulting set will contain the origin.

The concept is named for Hermann Minkowski.

Example edit

 
Minkowski sum A + B

For example, if we have two sets A and B, each consisting of three position vectors (informally, three points), representing the vertices of two triangles in  , with coordinates

 

and

 

then their Minkowski sum is

 

which comprises the vertices of a hexagon and the three interior points of that hexagon having integral coordinates.

For Minkowski addition, the zero set,   containing only the zero vector, 0, is an identity element: for every subset S of a vector space,

 

The empty set is important in Minkowski addition, because the empty set annihilates every other subset: for every subset S of a vector space, its sum with the empty set is empty:

 

For another example, consider the Minkowski sums of open or closed balls in the field   which is either the real numbers   or complex numbers   If   is the closed ball of radius   centered at   in   then for any     and also   will hold for any scalar   such that the product   is defined (which happens when   or  ). If   and   are all non-zero then the same equalities would still hold had   been defined to be the open ball, rather than the closed ball, centered at   (the non-zero assumption is needed because the open ball of radius   is the empty set). The Minkowski sum of a closed ball and an open ball is an open ball. More generally, the Minkowski sum of an open subset with any other set will be an open subset.

If   is the graph of   and if and   is the  -axis in   then the Minkowski sum of these two closed subsets of the plane is the open set   consisting of everything other than the  -axis. This shows that the Minkowski sum of two closed sets is not necessarily a closed set. However, the Minkowski sum of two closed subsets will be a closed subset if at least one of these sets is also a compact subset.

Convex hulls of Minkowski sums edit

Minkowski addition behaves well with respect to the operation of taking convex hulls, as shown by the following proposition:

For all non-empty subsets   and   of a real vector space, the convex hull of their Minkowski sum is the Minkowski sum of their convex hulls:
 

This result holds more generally for any finite collection of non-empty sets:

 

In mathematical terminology, the operations of Minkowski summation and of forming convex hulls are commuting operations.[4][5]

If   is a convex set then   is also a convex set; furthermore

 

for every  . Conversely, if this "distributive property" holds for all non-negative real numbers,  , then the set is convex.[6]

 
An example of a non-convex set such that  

The figure to the right shows an example of a non-convex set for which  

An example in   dimension is:   It can be easily calculated that   but   hence again  

Minkowski sums act linearly on the perimeter of two-dimensional convex bodies: the perimeter of the sum equals the sum of perimeters. Additionally, if   is (the interior of) a curve of constant width, then the Minkowski sum of   and of its   rotation is a disk. These two facts can be combined to give a short proof of Barbier's theorem on the perimeter of curves of constant width.[7]

Applications edit

Minkowski addition plays a central role in mathematical morphology. It arises in the brush-and-stroke paradigm of 2D computer graphics (with various uses, notably by Donald E. Knuth in Metafont), and as the solid sweep operation of 3D computer graphics. It has also been shown to be closely connected to the Earth mover's distance, and by extension, optimal transport.[8]

Motion planning edit

Minkowski sums are used in motion planning of an object among obstacles. They are used for the computation of the configuration space, which is the set of all admissible positions of the object. In the simple model of translational motion of an object in the plane, where the position of an object may be uniquely specified by the position of a fixed point of this object, the configuration space are the Minkowski sum of the set of obstacles and the movable object placed at the origin and rotated 180 degrees.

Numerical control (NC) machining edit

In numerical control machining, the programming of the NC tool exploits the fact that the Minkowski sum of the cutting piece with its trajectory gives the shape of the cut in the material.

3D solid modeling edit

In OpenSCAD Minkowski sums are used to outline a shape with another shape creating a composite of both shapes.

Aggregation theory edit

Minkowski sums are also frequently used in aggregation theory when individual objects to be aggregated are characterized via sets.[9][10]

Collision detection edit

Minkowski sums, specifically Minkowski differences, are often used alongside GJK algorithms to compute collision detection for convex hulls in physics engines.

Algorithms for computing Minkowski sums edit

 
Minkowski addition and convex hulls. The sixteen dark-red points (on the right) form the Minkowski sum of the four non-convex sets (on the left), each of which consists of a pair of red points. Their convex hulls (shaded pink) contain plus-signs (+): The right plus-sign is the sum of the left plus-signs.

Planar case edit

Two convex polygons in the plane edit

For two convex polygons P and Q in the plane with m and n vertices, their Minkowski sum is a convex polygon with at most m + n vertices and may be computed in time O(m + n) by a very simple procedure, which may be informally described as follows. Assume that the edges of a polygon are given and the direction, say, counterclockwise, along the polygon boundary. Then it is easily seen that these edges of the convex polygon are ordered by polar angle. Let us merge the ordered sequences of the directed edges from P and Q into a single ordered sequence S. Imagine that these edges are solid arrows which can be moved freely while keeping them parallel to their original direction. Assemble these arrows in the order of the sequence S by attaching the tail of the next arrow to the head of the previous arrow. It turns out that the resulting polygonal chain will in fact be a convex polygon which is the Minkowski sum of P and Q.

Other edit

If one polygon is convex and another one is not, the complexity of their Minkowski sum is O(nm). If both of them are nonconvex, their Minkowski sum complexity is O((mn)2).

Essential Minkowski sum edit

There is also a notion of the essential Minkowski sum +e of two subsets of Euclidean space. The usual Minkowski sum can be written as

 

Thus, the essential Minkowski sum is defined by

 

where μ denotes the n-dimensional Lebesgue measure. The reason for the term "essential" is the following property of indicator functions: while

 

it can be seen that

 

where "ess sup" denotes the essential supremum.

Lp Minkowski sum edit

For K and L compact convex subsets in  , the Minkowski sum can be described by the support function of the convex sets:

 

For p ≥ 1, Firey[11] defined the Lp Minkowski sum K +p L of compact convex sets K and L in   containing the origin as

 

By the Minkowski inequality, the function hK+pL is again positive homogeneous and convex and hence the support function of a compact convex set. This definition is fundamental in the Lp Brunn-Minkowski theory.

See also edit

Notes edit

  1. ^ Hadwiger, Hugo (1950), "Minkowskische Addition und Subtraktion beliebiger Punktmengen und die Theoreme von Erhard Schmidt", Math. Z., 53 (3): 210–218, doi:10.1007/BF01175656, S2CID 121604732, retrieved 2023-01-12
  2. ^ Li, Wei (Fall 2011). GPU-Based Computation of Voxelized Minkowski Sums with Applications (PhD). UC Berkeley. pp. 13–14. Retrieved 2023-01-10.
  3. ^ Lozano-Pérez, Tomás (February 1983). "Spatial Planning: A Configuration Space Approach" (PDF). IEEE Transactions on Computers. C-32 (2): 111. doi:10.1109/TC.1983.1676196. hdl:1721.1/5684. S2CID 18978404. Retrieved 2023-01-10.
  4. ^ Theorem 3 (pages 562–563): Krein, M.; Šmulian, V. (1940). "On regularly convex sets in the space conjugate to a Banach space". Annals of Mathematics. Second Series. 41 (3): 556–583. doi:10.2307/1968735. JSTOR 1968735. MR 0002009.
  5. ^ For the commutativity of Minkowski addition and convexification, see Theorem 1.1.2 (pages 2–3) in Schneider; this reference discusses much of the literature on the convex hulls of Minkowski sumsets in its "Chapter 3 Minkowski addition" (pages 126–196): Schneider, Rolf (1993). Convex bodies: The Brunn–Minkowski theory. Encyclopedia of mathematics and its applications. Vol. 44. Cambridge: Cambridge University Press. pp. xiv+490. ISBN 978-0-521-35220-8. MR 1216521.
  6. ^ Chapter 1: Schneider, Rolf (1993). Convex bodies: The Brunn–Minkowski theory. Encyclopedia of mathematics and its applications. Vol. 44. Cambridge: Cambridge University Press. pp. xiv+490. ISBN 978-0-521-35220-8. MR 1216521.
  7. ^ The Theorem of Barbier (Java) at cut-the-knot.
  8. ^ Kline, Jeffery (2019). "Properties of the d-dimensional earth mover's problem". Discrete Applied Mathematics. 265: 128–141. doi:10.1016/j.dam.2019.02.042. S2CID 127962240.
  9. ^ Zelenyuk, V (2015). "Aggregation of scale efficiency". European Journal of Operational Research. 240 (1): 269–277. doi:10.1016/j.ejor.2014.06.038.
  10. ^ Mayer, A.; Zelenyuk, V. (2014). "Aggregation of Malmquist productivity indexes allowing for reallocation of resources". European Journal of Operational Research. 238 (3): 774–785. doi:10.1016/j.ejor.2014.04.003.
  11. ^ Firey, William J. (1962), "p-means of convex bodies", Math. Scand., 10: 17–24, doi:10.7146/math.scand.a-10510

References edit

  • Arrow, Kenneth J.; Hahn, Frank H. (1980). General competitive analysis. Advanced textbooks in economics. Vol. 12 (reprint of (1971) San Francisco, CA: Holden-Day, Inc. Mathematical economics texts. 6 ed.). Amsterdam: North-Holland. ISBN 978-0-444-85497-1. MR 0439057.
  • Gardner, Richard J. (2002), "The Brunn-Minkowski inequality", Bull. Amer. Math. Soc. (N.S.), 39 (3): 355–405 (electronic), doi:10.1090/S0273-0979-02-00941-2
  • Green, Jerry; Heller, Walter P. (1981). "1 Mathematical analysis and convexity with applications to economics". In Arrow, Kenneth Joseph; Intriligator, Michael D (eds.). Handbook of mathematical economics, Volume I. Handbooks in economics. Vol. 1. Amsterdam: North-Holland Publishing Co. pp. 15–52. doi:10.1016/S1573-4382(81)01005-9. ISBN 978-0-444-86126-9. MR 0634800.
  • Henry Mann (1976), Addition Theorems: The Addition Theorems of Group Theory and Number Theory (Corrected reprint of 1965 Wiley ed.), Huntington, New York: Robert E. Krieger Publishing Company, ISBN 978-0-88275-418-5 – via www.krieger-publishing.com/subcats/MathematicsandStatistics/mathematicsandstatistics.html
  • Rockafellar, R. Tyrrell (1997). Convex analysis. Princeton landmarks in mathematics (Reprint of the 1979 Princeton mathematical series 28 ed.). Princeton, NJ: Princeton University Press. pp. xviii+451. ISBN 978-0-691-01586-6. MR 1451876.
  • Nathanson, Melvyn B. (1996), Additive Number Theory: Inverse Problems and Geometry of Sumsets, GTM, vol. 165, Springer, Zbl 0859.11003.
  • Oks, Eduard; Sharir, Micha (2006), "Minkowski Sums of Monotone and General Simple Polygons", Discrete & Computational Geometry, 35 (2): 223–240, doi:10.1007/s00454-005-1206-y.
  • Schneider, Rolf (1993), Convex bodies: the Brunn-Minkowski theory, Cambridge: Cambridge University Press.
  • Tao, Terence & Vu, Van (2006), Additive Combinatorics, Cambridge University Press.
  • Mayer, A.; Zelenyuk, V. (2014). "Aggregation of Malmquist productivity indexes allowing for reallocation of resources". European Journal of Operational Research. 238 (3): 774–785. doi:10.1016/j.ejor.2014.04.003.
  • Zelenyuk, V (2015). "Aggregation of scale efficiency". European Journal of Operational Research. 240 (1): 269–277. doi:10.1016/j.ejor.2014.06.038.

External links edit

minkowski, addition, geometry, minkowski, sets, position, vectors, euclidean, space, formed, adding, each, vector, each, vector, figure, minkowski, blue, green, figures, displaystyle, mathbf, mathbf, mathbf, mathbf, minkowski, difference, also, minkowski, subt. In geometry the Minkowski sum of two sets of position vectors A and B in Euclidean space is formed by adding each vector in A to each vector in B The red figure is the Minkowski sum of blue and green figures A B a b a A b B displaystyle A B mathbf a mathbf b mathbf a in A mathbf b in B The Minkowski difference also Minkowski subtraction Minkowski decomposition or geometric difference 1 is the corresponding inverse where A B displaystyle A B produces a set that could be summed with B to recover A This is defined as the complement of the Minkowski sum of the complement of A with the reflection of B about the origin 2 B b b B displaystyle B mathbf b mathbf b in B A B A B displaystyle A B A complement B complement This definition allows a symmetrical relationship between the Minkowski sum and difference Note that alternately taking the sum and difference with B is not necessarily equivalent The sum can fill gaps which the difference may not re open and the difference can erase small islands which the sum cannot recreate from nothing A B B A displaystyle A B B subseteq A A B B A displaystyle A B B supseteq A A B A B displaystyle A B A complement B complement A B A B displaystyle A B A complement B complement In 2D image processing the Minkowski sum and difference are known as dilation and erosion An alternative definition of the Minkowski difference is sometimes used for computing intersection of convex shapes 3 This is not equivalent to the previous definition and is not an inverse of the sum operation Instead it replaces the vector addition of the Minkowski sum with a vector subtraction If the two convex shapes intersect the resulting set will contain the origin A B a b a A b B A B displaystyle A B mathbf a mathbf b mathbf a in A mathbf b in B A B The concept is named for Hermann Minkowski Contents 1 Example 2 Convex hulls of Minkowski sums 3 Applications 3 1 Motion planning 3 2 Numerical control NC machining 3 3 3D solid modeling 3 4 Aggregation theory 3 5 Collision detection 4 Algorithms for computing Minkowski sums 4 1 Planar case 4 1 1 Two convex polygons in the plane 4 1 2 Other 5 Essential Minkowski sum 6 Lp Minkowski sum 7 See also 8 Notes 9 References 10 External linksExample edit nbsp Minkowski sum A BFor example if we have two sets A and B each consisting of three position vectors informally three points representing the vertices of two triangles in R 2 displaystyle mathbb R 2 nbsp with coordinatesA 1 0 0 1 0 1 displaystyle A 1 0 0 1 0 1 nbsp and B 0 0 1 1 1 1 displaystyle B 0 0 1 1 1 1 nbsp then their Minkowski sum is A B 1 0 2 1 2 1 0 1 1 2 1 0 0 1 1 0 1 2 displaystyle A B 1 0 2 1 2 1 0 1 1 2 1 0 0 1 1 0 1 2 nbsp which comprises the vertices of a hexagon and the three interior points of that hexagon having integral coordinates For Minkowski addition the zero set 0 displaystyle 0 nbsp containing only the zero vector 0 is an identity element for every subset S of a vector space S 0 S displaystyle S 0 S nbsp The empty set is important in Minkowski addition because the empty set annihilates every other subset for every subset S of a vector space its sum with the empty set is empty S displaystyle S emptyset emptyset nbsp For another example consider the Minkowski sums of open or closed balls in the field K displaystyle mathbb K nbsp which is either the real numbers R displaystyle mathbb R nbsp or complex numbers C displaystyle mathbb C nbsp If B r s K s r displaystyle B r s in mathbb K s leq r nbsp is the closed ball of radius r 0 displaystyle r in 0 infty nbsp centered at 0 displaystyle 0 nbsp in K displaystyle mathbb K nbsp then for any r s 0 displaystyle r s in 0 infty nbsp B r B s B r s displaystyle B r B s B r s nbsp and also c B r B c r displaystyle cB r B c r nbsp will hold for any scalar c K displaystyle c in mathbb K nbsp such that the product c r displaystyle c r nbsp is defined which happens when c 0 displaystyle c neq 0 nbsp or r displaystyle r neq infty nbsp If r s displaystyle r s nbsp and c displaystyle c nbsp are all non zero then the same equalities would still hold had B r displaystyle B r nbsp been defined to be the open ball rather than the closed ball centered at 0 displaystyle 0 nbsp the non zero assumption is needed because the open ball of radius 0 displaystyle 0 nbsp is the empty set The Minkowski sum of a closed ball and an open ball is an open ball More generally the Minkowski sum of an open subset with any other set will be an open subset If G x 1 x 0 x R displaystyle G x 1 x 0 neq x in mathbb R nbsp is the graph of f x 1 x displaystyle f x frac 1 x nbsp and if and Y 0 R displaystyle Y 0 times mathbb R nbsp is the y displaystyle y nbsp axis in X R 2 displaystyle X mathbb R 2 nbsp then the Minkowski sum of these two closed subsets of the plane is the open set G Y x y R 2 x 0 R 2 Y displaystyle G Y x y in mathbb R 2 x neq 0 mathbb R 2 setminus Y nbsp consisting of everything other than the y displaystyle y nbsp axis This shows that the Minkowski sum of two closed sets is not necessarily a closed set However the Minkowski sum of two closed subsets will be a closed subset if at least one of these sets is also a compact subset Convex hulls of Minkowski sums editMinkowski addition behaves well with respect to the operation of taking convex hulls as shown by the following proposition For all non empty subsets S 1 displaystyle S 1 nbsp and S 2 displaystyle S 2 nbsp of a real vector space the convex hull of their Minkowski sum is the Minkowski sum of their convex hulls Conv S 1 S 2 Conv S 1 Conv S 2 displaystyle operatorname Conv S 1 S 2 operatorname Conv S 1 operatorname Conv S 2 nbsp This result holds more generally for any finite collection of non empty sets Conv S n Conv S n textstyle operatorname Conv left sum S n right sum operatorname Conv S n nbsp In mathematical terminology the operations of Minkowski summation and of forming convex hulls are commuting operations 4 5 If S displaystyle S nbsp is a convex set then m S l S displaystyle mu S lambda S nbsp is also a convex set furthermore m S l S m l S displaystyle mu S lambda S mu lambda S nbsp for every m l 0 displaystyle mu lambda geq 0 nbsp Conversely if this distributive property holds for all non negative real numbers m l displaystyle mu lambda nbsp then the set is convex 6 nbsp An example of a non convex set such that A A 2 A displaystyle A A neq 2A nbsp The figure to the right shows an example of a non convex set for which A A 2 A displaystyle A A subsetneq 2A nbsp An example in 1 displaystyle 1 nbsp dimension is B 1 2 4 5 displaystyle B 1 2 cup 4 5 nbsp It can be easily calculated that 2 B 2 4 8 10 displaystyle 2B 2 4 cup 8 10 nbsp but B B 2 4 5 7 8 10 displaystyle B B 2 4 cup 5 7 cup 8 10 nbsp hence again B B 2 B displaystyle B B subsetneq 2B nbsp Minkowski sums act linearly on the perimeter of two dimensional convex bodies the perimeter of the sum equals the sum of perimeters Additionally if K displaystyle K nbsp is the interior of a curve of constant width then the Minkowski sum of K displaystyle K nbsp and of its 180 displaystyle 180 circ nbsp rotation is a disk These two facts can be combined to give a short proof of Barbier s theorem on the perimeter of curves of constant width 7 Applications editMinkowski addition plays a central role in mathematical morphology It arises in the brush and stroke paradigm of 2D computer graphics with various uses notably by Donald E Knuth in Metafont and as the solid sweep operation of 3D computer graphics It has also been shown to be closely connected to the Earth mover s distance and by extension optimal transport 8 Motion planning edit Minkowski sums are used in motion planning of an object among obstacles They are used for the computation of the configuration space which is the set of all admissible positions of the object In the simple model of translational motion of an object in the plane where the position of an object may be uniquely specified by the position of a fixed point of this object the configuration space are the Minkowski sum of the set of obstacles and the movable object placed at the origin and rotated 180 degrees Numerical control NC machining edit In numerical control machining the programming of the NC tool exploits the fact that the Minkowski sum of the cutting piece with its trajectory gives the shape of the cut in the material 3D solid modeling edit In OpenSCAD Minkowski sums are used to outline a shape with another shape creating a composite of both shapes Aggregation theory edit Minkowski sums are also frequently used in aggregation theory when individual objects to be aggregated are characterized via sets 9 10 Collision detection edit Minkowski sums specifically Minkowski differences are often used alongside GJK algorithms to compute collision detection for convex hulls in physics engines Algorithms for computing Minkowski sums edit nbsp Minkowski addition and convex hulls The sixteen dark red points on the right form the Minkowski sum of the four non convex sets on the left each of which consists of a pair of red points Their convex hulls shaded pink contain plus signs The right plus sign is the sum of the left plus signs Planar case edit Two convex polygons in the plane edit For two convex polygons P and Q in the plane with m and n vertices their Minkowski sum is a convex polygon with at most m n vertices and may be computed in time O m n by a very simple procedure which may be informally described as follows Assume that the edges of a polygon are given and the direction say counterclockwise along the polygon boundary Then it is easily seen that these edges of the convex polygon are ordered by polar angle Let us merge the ordered sequences of the directed edges from P and Q into a single ordered sequence S Imagine that these edges are solid arrows which can be moved freely while keeping them parallel to their original direction Assemble these arrows in the order of the sequence S by attaching the tail of the next arrow to the head of the previous arrow It turns out that the resulting polygonal chain will in fact be a convex polygon which is the Minkowski sum of P and Q Other edit If one polygon is convex and another one is not the complexity of their Minkowski sum is O nm If both of them are nonconvex their Minkowski sum complexity is O mn 2 Essential Minkowski sum editThere is also a notion of the essential Minkowski sum e of two subsets of Euclidean space The usual Minkowski sum can be written as A B z R n A z B displaystyle A B left z in mathbb R n A cap z B neq emptyset right nbsp Thus the essential Minkowski sum is defined by A e B z R n m A z B gt 0 displaystyle A mathrm e B left z in mathbb R n mu left A cap z B right gt 0 right nbsp where m denotes the n dimensional Lebesgue measure The reason for the term essential is the following property of indicator functions while 1 A B z sup x R n 1 A x 1 B z x displaystyle 1 A B z sup x in mathbb R n 1 A x 1 B z x nbsp it can be seen that 1 A e B z e s s s u p x R n 1 A x 1 B z x displaystyle 1 A mathrm e B z mathop mathrm ess sup x in mathbb R n 1 A x 1 B z x nbsp where ess sup denotes the essential supremum Lp Minkowski sum editFor K and L compact convex subsets in R n displaystyle mathbb R n nbsp the Minkowski sum can be described by the support function of the convex sets h K L h K h L displaystyle h K L h K h L nbsp For p 1 Firey 11 defined the Lp Minkowski sum K p L of compact convex sets K and L in R n displaystyle mathbb R n nbsp containing the origin as h K p L p h K p h L p displaystyle h K p L p h K p h L p nbsp By the Minkowski inequality the function hK pL is again positive homogeneous and convex and hence the support function of a compact convex set This definition is fundamental in the Lp Brunn Minkowski theory See also editBlaschke sum Polytope combining two smaller polytopes Brunn Minkowski theorem theorem in geometryPages displaying wikidata descriptions as a fallback an inequality on the volumes of Minkowski sums Convolution Integral expressing the amount of overlap of one function as it is shifted over another Dilation Operation in mathematical morphology Erosion Basic operation in mathematical morphology Interval arithmetic Method for bounding the errors of numerical computations Mixed volume a k a Quermassintegral or intrinsic volume Parallel curve Shapley Folkman lemma Sums of sets of vectors are nearly convex Sumset set of all possible sums of an element of set A and an element of set BPages displaying wikidata descriptions as a fallback Topological vector space Properties Vector space with a notion of nearness Zonotope Convex polyhedron projected from hypercubePages displaying short descriptions of redirect targetsNotes edit Hadwiger Hugo 1950 Minkowskische Addition und Subtraktion beliebiger Punktmengen und die Theoreme von Erhard Schmidt Math Z 53 3 210 218 doi 10 1007 BF01175656 S2CID 121604732 retrieved 2023 01 12 Li Wei Fall 2011 GPU Based Computation of Voxelized Minkowski Sums with Applications PhD UC Berkeley pp 13 14 Retrieved 2023 01 10 Lozano Perez Tomas February 1983 Spatial Planning A Configuration Space Approach PDF IEEE Transactions on Computers C 32 2 111 doi 10 1109 TC 1983 1676196 hdl 1721 1 5684 S2CID 18978404 Retrieved 2023 01 10 Theorem 3 pages 562 563 Krein M Smulian V 1940 On regularly convex sets in the space conjugate to a Banach space Annals of Mathematics Second Series 41 3 556 583 doi 10 2307 1968735 JSTOR 1968735 MR 0002009 For the commutativity of Minkowski addition and convexification see Theorem 1 1 2 pages 2 3 in Schneider this reference discusses much of the literature on the convex hulls of Minkowski sumsets in its Chapter 3 Minkowski addition pages 126 196 Schneider Rolf 1993 Convex bodies The Brunn Minkowski theory Encyclopedia of mathematics and its applications Vol 44 Cambridge Cambridge University Press pp xiv 490 ISBN 978 0 521 35220 8 MR 1216521 Chapter 1 Schneider Rolf 1993 Convex bodies The Brunn Minkowski theory Encyclopedia of mathematics and its applications Vol 44 Cambridge Cambridge University Press pp xiv 490 ISBN 978 0 521 35220 8 MR 1216521 The Theorem of Barbier Java at cut the knot Kline Jeffery 2019 Properties of the d dimensional earth mover s problem Discrete Applied Mathematics 265 128 141 doi 10 1016 j dam 2019 02 042 S2CID 127962240 Zelenyuk V 2015 Aggregation of scale efficiency European Journal of Operational Research 240 1 269 277 doi 10 1016 j ejor 2014 06 038 Mayer A Zelenyuk V 2014 Aggregation of Malmquist productivity indexes allowing for reallocation of resources European Journal of Operational Research 238 3 774 785 doi 10 1016 j ejor 2014 04 003 Firey William J 1962 p means of convex bodies Math Scand 10 17 24 doi 10 7146 math scand a 10510References editArrow Kenneth J Hahn Frank H 1980 General competitive analysis Advanced textbooks in economics Vol 12 reprint of 1971 San Francisco CA Holden Day Inc Mathematical economics texts 6 ed Amsterdam North Holland ISBN 978 0 444 85497 1 MR 0439057 Gardner Richard J 2002 The Brunn Minkowski inequality Bull Amer Math Soc N S 39 3 355 405 electronic doi 10 1090 S0273 0979 02 00941 2 Green Jerry Heller Walter P 1981 1 Mathematical analysis and convexity with applications to economics In Arrow Kenneth Joseph Intriligator Michael D eds Handbook of mathematical economics Volume I Handbooks in economics Vol 1 Amsterdam North Holland Publishing Co pp 15 52 doi 10 1016 S1573 4382 81 01005 9 ISBN 978 0 444 86126 9 MR 0634800 Henry Mann 1976 Addition Theorems The Addition Theorems of Group Theory and Number Theory Corrected reprint of 1965 Wiley ed Huntington New York Robert E Krieger Publishing Company ISBN 978 0 88275 418 5 via www krieger publishing com subcats MathematicsandStatistics mathematicsandstatistics html Rockafellar R Tyrrell 1997 Convex analysis Princeton landmarks in mathematics Reprint of the 1979 Princeton mathematical series 28 ed Princeton NJ Princeton University Press pp xviii 451 ISBN 978 0 691 01586 6 MR 1451876 Nathanson Melvyn B 1996 Additive Number Theory Inverse Problems and Geometry of Sumsets GTM vol 165 Springer Zbl 0859 11003 Oks Eduard Sharir Micha 2006 Minkowski Sums of Monotone and General Simple Polygons Discrete amp Computational Geometry 35 2 223 240 doi 10 1007 s00454 005 1206 y Schneider Rolf 1993 Convex bodies the Brunn Minkowski theory Cambridge Cambridge University Press Tao Terence amp Vu Van 2006 Additive Combinatorics Cambridge University Press Mayer A Zelenyuk V 2014 Aggregation of Malmquist productivity indexes allowing for reallocation of resources European Journal of Operational Research 238 3 774 785 doi 10 1016 j ejor 2014 04 003 Zelenyuk V 2015 Aggregation of scale efficiency European Journal of Operational Research 240 1 269 277 doi 10 1016 j ejor 2014 06 038 External links edit Minkowski addition Encyclopedia of Mathematics EMS Press 2001 1994 Howe Roger 1979 On the tendency toward convexity of the vector sum of sets Cowles Foundation discussion papers vol 538 Cowles Foundation for Research in Economics Yale University Minkowski Sums in Computational Geometry Algorithms Library The Minkowski Sum of Two Triangles and The Minkowski Sum of a Disk and a Polygon by George Beck The Wolfram Demonstrations Project Minkowski s addition of convex shapes by Alexander Bogomolny an applet Wikibooks OpenSCAD User Manual Transformations minkowski by Marius Kintel Application Application of Minkowski Addition to robotics by Joan Gerard Demonstration of Minkowski additivity convex monotonicity and other properties of the Earth Movers distance Retrieved from https en wikipedia org w index php title Minkowski addition amp oldid 1211664836, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.