let V be RealLinearSpace; :: thesis: for v being VECTOR of V
for A being Subset of V holds
( A \/ {v} is affinely-independent iff ( A is affinely-independent & ( v in A or not v in Affin A ) ) )

let v be VECTOR of V; :: thesis: for A being Subset of V holds
( A \/ {v} is affinely-independent iff ( A is affinely-independent & ( v in A or not v in Affin A ) ) )

let A be Subset of V; :: thesis: ( A \/ {v} is affinely-independent iff ( A is affinely-independent & ( v in A or not v in Affin A ) ) )
set Av = A \/ {v};
v in {v} by TARSKI:def 1;
then A1: v in A \/ {v} by XBOOLE_0:def 3;
A2: A c= A \/ {v} by XBOOLE_1:7;
thus ( A \/ {v} is affinely-independent implies ( A is affinely-independent & ( v in A or not v in Affin A ) ) ) by A1, A2, RLAFFIN1:58, RLAFFIN1:69, RLAFFIN1:82, ZFMISC_1:37; :: thesis: ( A is affinely-independent & ( v in A or not v in Affin A ) implies A \/ {v} is affinely-independent )
assume that
A4: A is affinely-independent and
A5: ( v in A or not v in Affin A ) ; :: thesis: A \/ {v} is affinely-independent
per cases ( v in A or ( not v in Affin A & not v in A ) ) by A5;
end;