set S = { v where v is Vector of V1 : ex n being Nat st (f |^ n). v =0. V1 } ; { v where v is Vector of V1 : ex n being Nat st (f |^ n). v =0. V1 }c= the carrier of V1
let v, u be Element of V1; :: thesis: ( v in S & u in S implies v + u in S ) assume A4:
( v in S & u in S )
; :: thesis: v + u in S consider v' being Vector of V1 such that A5:
( v' = v & ex n being Nat st (f |^ n). v' =0. V1 )
by A4; consider n being Nat such that A6:
(f |^ n). v =0. V1
by A5; consider u' being Vector of V1 such that A7:
( u' = u & ex m being Nat st (f |^ m). u' =0. V1 )
by A4; consider m being Nat such that A8:
(f |^ m). u =0. V1
by A7;