linear programming, polyhedron and extreme points

  • Context: Graduate 
  • Thread starter Thread starter mertcan
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
mertcan
Messages
343
Reaction score
6
Hi,

First assume that there is a polyhedron P, where Ax<=b and x is free variable whose dimension is n. Besides, rank(A) = n. I really wonder if extreme points in a polyhedron can be linearly dependent? I used even ChatGPT, but it includes some shaky calculations while proofing. In short, if extreme points in a polyhedron can be linearly dependent or not, could you provide me with a proof?

Thanks
 
on Phys.org
mertcan said:
Hi,

First assume that there is a polyhedron P, where Ax<=b and x is free variable whose dimension is n. Besides, rank(A) = n. I really wonder if extreme points in a polyhedron can be linearly dependent? I used even ChatGPT, but it includes some shaky calculations while proofing. In short, if extreme points in a polyhedron can be linearly dependent or not, could you provide me with a proof?

Thanks
As an example you can consider a triangle in the plane R^2 with vertices
A=(0,1)
B=(1,0)
C=(1,1)

x<=1
y<=1
x+y>=1 ( -x-y<=-1 )
 
Last edited:
Reply
  • Like
Likes   Reactions: mertcan
very thanks for your reply. Well, may I ask if ANY TWO extreme points in a polyhedron can be linearly dependent or not (those 2 extreme points are multiple of each other or not), could you provide me with a proof?

Thanks
 
It's trivial that you can get two points to be linearly dependent. For example the square with vertices (0,0), (0,1), (1,0) and (1,1). (0,0) Is linearly dependent with every other vertex.
 
Reply
  • Like
Likes   Reactions: Bosko