let X be non empty set ; :: thesis: for f being Functional_Sequence of X,REAL
for x being Element of X st x in dom (lim_inf f) holds
(lim_inf f) . x = lim_inf (R_EAL (f # x))

let f be Functional_Sequence of X,REAL; :: thesis: for x being Element of X st x in dom (lim_inf f) holds
(lim_inf f) . x = lim_inf (R_EAL (f # x))

let x be Element of X; :: thesis: ( x in dom (lim_inf f) implies (lim_inf f) . x = lim_inf (R_EAL (f # x)) )
assume x in dom (lim_inf f) ; :: thesis: (lim_inf f) . x = lim_inf (R_EAL (f # x))
then (lim_inf f) . x = lim_inf ((R_EAL f) # x) by MESFUNC8:def 7;
hence (lim_inf f) . x = lim_inf (R_EAL (f # x)) by Th1; :: thesis: verum