let F be Field; :: thesis: for V being VectSp of F
for A being Subset of V
for x being Element of V st x in Lin A & not x in A holds
not A \/ {x} is linearly-independent

let V be VectSp of F; :: thesis: for A being Subset of V
for x being Element of V st x in Lin A & not x in A holds
not A \/ {x} is linearly-independent

let A be Subset of V; :: thesis: for x being Element of V st x in Lin A & not x in A holds
not A \/ {x} is linearly-independent

let x be Element of V; :: thesis: ( x in Lin A & not x in A implies not A \/ {x} is linearly-independent )
assume that
A1: x in Lin A and
A2: not x in A ; :: thesis: not A \/ {x} is linearly-independent
per cases ( A is linearly-independent or not A is linearly-independent ) ;
end;