deffunc H1( set ) -> Element of bool (bool (X . $1)) = bool (X . $1);
consider p being FinSequence such that
A1: len p = n and
A2: for i being Nat st i in dom p holds
p . i = H1(i) from FINSEQ_1:sch 2();
reconsider p = p as n -element FinSequence by A1, CARD_1:def 7;
take p ; :: thesis: for i being Nat st i in Seg n holds
p . i is Field_Subset of (X . i)

hereby :: thesis: verum
let i be Nat; :: thesis: ( i in Seg n implies p . i is Field_Subset of (X . i) )
assume i in Seg n ; :: thesis: p . i is Field_Subset of (X . i)
then i in dom p by A1, FINSEQ_1:def 3;
then p . i = bool (X . i) by A2;
hence p . i is Field_Subset of (X . i) ; :: thesis: verum
end;