set M = { [a,b] where a, b is Element of I : b <> 0. I } ;
for u being object st u in { [a,b] where a, b is Element of I : b <> 0. I } holds
u in [: the carrier of I, the carrier of I:]
then A1:
{ [a,b] where a, b is Element of I : b <> 0. I } is Subset of [: the carrier of I, the carrier of I:]
by TARSKI:def 3;
for u being set holds
( u in { [a,b] where a, b is Element of I : b <> 0. I } iff ex a, b being Element of I st
( u = [a,b] & b <> 0. I ) )
;
hence
ex b1 being Subset of [: the carrier of I, the carrier of I:] st
for u being set holds
( u in b1 iff ex a, b being Element of I st
( u = [a,b] & b <> 0. I ) )
by A1; verum