let A be non empty set ; :: thesis: for a being Element of A holds (<*> A) .--> a is non empty homogeneous quasi_total PartFunc of (A *),A
let a be Element of A; :: thesis: (<*> A) .--> a is non empty homogeneous quasi_total PartFunc of (A *),A
set f = (<*> A) .--> a;
A2: dom ((<*> A) .--> a) c= A *
proof
let z be object ; :: according to TARSKI:def 3 :: thesis: ( not z in dom ((<*> A) .--> a) or z in A * )
assume z in dom ((<*> A) .--> a) ; :: thesis: z in A *
then z = <*> A by TARSKI:def 1;
hence z in A * by FINSEQ_1:def 11; :: thesis: verum
end;
A3: rng ((<*> A) .--> a) = {a} by FUNCOP_1:8;
rng ((<*> A) .--> a) c= A
proof
let z be object ; :: according to TARSKI:def 3 :: thesis: ( not z in rng ((<*> A) .--> a) or z in A )
assume z in rng ((<*> A) .--> a) ; :: thesis: z in A
then z = a by A3, TARSKI:def 1;
hence z in A ; :: thesis: verum
end;
then reconsider f = (<*> A) .--> a as PartFunc of (A *),A by A2, RELSET_1:4;
A4: f is quasi_total
proof
let x, y be FinSequence of A; :: according to MARGREL1:def 22 :: thesis: ( len x = len y & x in dom f implies y in dom f )
assume that
A5: len x = len y and
A6: x in dom f ; :: thesis: y in dom f
x = <*> A by A6, TARSKI:def 1;
then len x = 0 ;
then y = <*> A by A5;
hence y in dom f by TARSKI:def 1; :: thesis: verum
end;
f is homogeneous ;
hence (<*> A) .--> a is non empty homogeneous quasi_total PartFunc of (A *),A by A4; :: thesis: verum