set X = StandardStackSystem A;
let s be stack of (StandardStackSystem A); :: according to STACKS_1:def 12 :: thesis: for e being Element of (StandardStackSystem A) holds not emp push (e,s)
let e be Element of (StandardStackSystem A); :: thesis: not emp push (e,s)
reconsider g = s as Element of A * by EXAM;
push (e,s) = <*e*> ^ g by EXAM;
hence not emp push (e,s) by EXAM; :: thesis: verum