deffunc H1( object ) -> set = ($1 |-- A) . x;
A1: for v being object st v in the carrier of V holds
H1(v) in the carrier of R^1
proof
let v be object ; :: thesis: ( v in the carrier of V implies H1(v) in the carrier of R^1 )
assume v in the carrier of V ; :: thesis: H1(v) in the carrier of R^1
set vA = v |-- A;
per cases ( x in dom (v |-- A) or not x in dom (v |-- A) ) ;
end;
end;
consider f being Function of V,R^1 such that
A2: for v being object st v in the carrier of V holds
f . v = H1(v) from FUNCT_2:sch 2(A1);
take f ; :: thesis: for v being VECTOR of V holds f . v = (v |-- A) . x
let v be Element of V; :: thesis: f . v = (v |-- A) . x
thus f . v = (v |-- A) . x by A2; :: thesis: verum