let S be with_infima Poset; for a, b being Element of holds lim_inf (Net-Str a,b) = a "/\" b
let a, b be Element of ; lim_inf (Net-Str a,b) = a "/\" b
set N = Net-Str a,b;
A1:
for j being Element of holds { ((Net-Str a,b) . i) where i is Element of : i >= j } = {a,b}
defpred S1[ Element of , Element of ] means $1 >= $2;
deffunc H1( Element of ) -> set = { ((Net-Str a,b) . i1) where i1 is Element of : S1[i1,$1] } ;
defpred S2[ set ] means verum;
deffunc H2( Element of ) -> Element of bool the carrier of S = {a,b};
deffunc H3( Element of ) -> Element of the carrier of S = "/\" H1($1),S;
deffunc H4( Element of ) -> Element of the carrier of S = "/\" H2($1),S;
deffunc H5( set ) -> Element of the carrier of S = a "/\" b;
A16:
for jj being Element of holds H3(jj) = H5(jj)
A17:
{ H3(j3) where j3 is Element of : S2[j3] } = { H5(j4) where j4 is Element of : S2[j4] }
from FRAENKEL:sch 5(A16);
A18:
{ (a "/\" b) where j4 is Element of : S2[j4] } c= {(a "/\" b)}
{(a "/\" b)} c= { (a "/\" b) where j4 is Element of : S2[j4] }
then
{ (a "/\" b) where j4 is Element of : S2[j4] } = {(a "/\" b)}
by A18, XBOOLE_0:def 10;
hence
lim_inf (Net-Str a,b) = a "/\" b
by A17, YELLOW_0:39; verum