let I be non empty set ; for i being Element of I
for F being Group-Family of I holds proj ((Carrier F),i) is Function of (product (Carrier F)), the carrier of (F . i)
let i be Element of I; for F being Group-Family of I holds proj ((Carrier F),i) is Function of (product (Carrier F)), the carrier of (F . i)
let F be Group-Family of I; proj ((Carrier F),i) is Function of (product (Carrier F)), the carrier of (F . i)
set X = product (Carrier F);
set Y = the carrier of (F . i);
set f = proj ((Carrier F),i);
A1:
dom (proj ((Carrier F),i)) = product (Carrier F)
by CARD_3:def 16;
for x being object st x in product (Carrier F) holds
(proj ((Carrier F),i)) . x in the carrier of (F . i)
hence
proj ((Carrier F),i) is Function of (product (Carrier F)), the carrier of (F . i)
by A1, FUNCT_2:3; verum