Let $P$ be a polyhedron in $[0,1]^n$ defined by the constraints $Ax \leq b$ for $A \in \mathbb{R}^{m \times n}$, $x \in \mathbb{R}^n$, and $b \in \mathbb{R}^m$.
In the solutions of an exercise, the following is mentioned:
"Since the first $n$ constraints are linearly independent, they correspond to a basic solution of the system which, a priori, may be feasible or infeasible. This solution is obtained by replacing inequalities with equalities and computing the unique solution of this linear system."
So I am quite confused about this:
Why does "linear independent constraints" imply that "basic solution"?
Is a basic solution not always feasible?