let rr be Real; :: thesis: for j being Nat holds
( ( j <> 0 & rr = 0 ) iff Product (j |-> rr) = 0 )

let j be Nat; :: thesis: ( ( j <> 0 & rr = 0 ) iff Product (j |-> rr) = 0 )
set f = j |-> rr;
A1: dom (j |-> rr) = Seg j by FUNCOP_1:13;
hereby :: thesis: ( Product (j |-> rr) = 0 implies ( j <> 0 & rr = 0 ) ) end;
assume Product (j |-> rr) = 0 ; :: thesis: ( j <> 0 & rr = 0 )
then ex n being Nat st
( n in dom (j |-> rr) & (j |-> rr) . n = 0 ) by RVSUM_1:103;
hence ( j <> 0 & rr = 0 ) by A1, FUNCOP_1:7; :: thesis: verum