let GF be Field; for V being VectSp of GF
for v1, v2 being Vector of V holds
( v1 <> v2 & {v1,v2} is linearly-independent iff ( v2 <> 0. V & ( for a being Element of GF holds v1 <> a * v2 ) ) )
let V be VectSp of GF; for v1, v2 being Vector of V holds
( v1 <> v2 & {v1,v2} is linearly-independent iff ( v2 <> 0. V & ( for a being Element of GF holds v1 <> a * v2 ) ) )
let v1, v2 be Vector of V; ( v1 <> v2 & {v1,v2} is linearly-independent iff ( v2 <> 0. V & ( for a being Element of GF holds v1 <> a * v2 ) ) )
thus
( v1 <> v2 & {v1,v2} is linearly-independent implies ( v2 <> 0. V & ( for a being Element of GF holds v1 <> a * v2 ) ) )
( v2 <> 0. V & ( for a being Element of GF holds v1 <> a * v2 ) implies ( v1 <> v2 & {v1,v2} is linearly-independent ) )proof
deffunc H1(
set )
-> Element of the
carrier of
GF =
0. GF;
assume that A1:
v1 <> v2
and A2:
{v1,v2} is
linearly-independent
;
( v2 <> 0. V & ( for a being Element of GF holds v1 <> a * v2 ) )
thus
v2 <> 0. V
by A2, Th6;
for a being Element of GF holds v1 <> a * v2
let a be
Element of
GF;
v1 <> a * v2
consider f being
Function of the
carrier of
V, the
carrier of
GF such that A3:
(
f . v1 = - (1_ GF) &
f . v2 = a )
and A4:
for
v being
Element of
V st
v <> v1 &
v <> v2 holds
f . v = H1(
v)
from FUNCT_2:sch 7(A1);
reconsider f =
f as
Element of
Funcs ( the
carrier of
V, the
carrier of
GF)
by FUNCT_2:8;
then reconsider f =
f as
Linear_Combination of
V by VECTSP_6:def 1;
Carrier f c= {v1,v2}
then reconsider f =
f as
Linear_Combination of
{v1,v2} by VECTSP_6:def 4;
set w =
a * v2;
assume
v1 = a * v2
;
contradiction
then Sum f =
((- (1_ GF)) * (a * v2)) + (a * v2)
by A1, A3, VECTSP_6:18
.=
(- (a * v2)) + (a * v2)
by VECTSP_1:14
.=
- ((a * v2) - (a * v2))
by VECTSP_1:17
.=
- (0. V)
by VECTSP_1:19
.=
0. V
by RLVECT_1:12
;
hence
contradiction
by A2, A6, Def1;
verum
end;
assume A7:
v2 <> 0. V
; ( ex a being Element of GF st not v1 <> a * v2 or ( v1 <> v2 & {v1,v2} is linearly-independent ) )
assume A8:
for a being Element of GF holds v1 <> a * v2
; ( v1 <> v2 & {v1,v2} is linearly-independent )
A9:
(1_ GF) * v2 = v2
by VECTSP_1:def 17;
hence
v1 <> v2
by A8; {v1,v2} is linearly-independent
let l be Linear_Combination of {v1,v2}; VECTSP_7:def 1 ( Sum l = 0. V implies Carrier l = {} )
assume that
A10:
Sum l = 0. V
and
A11:
Carrier l <> {}
; contradiction
A12:
0. V = ((l . v1) * v1) + ((l . v2) * v2)
by A8, A9, A10, VECTSP_6:18;
set x = the Element of Carrier l;
Carrier l c= {v1,v2}
by VECTSP_6:def 4;
then A13:
the Element of Carrier l in {v1,v2}
by A11, TARSKI:def 3;
the Element of Carrier l in Carrier l
by A11;
then A14:
ex u being Vector of V st
( the Element of Carrier l = u & l . u <> 0. GF )
;
hence
contradiction
; verum