set X = StandardStackSystem A;
let s be stack of (StandardStackSystem A); :: according to STACKS_1:def 10 :: thesis: for e being Element of (StandardStackSystem A) holds e = top (push (e,s))
let e be Element of (StandardStackSystem A); :: thesis: e = top (push (e,s))
reconsider g = s as Element of A * by Def7;
reconsider h = push (e,s) as Element of A * by Def7;
A13: h = <*e*> ^ g by Def7;
then A14: not emp push (e,s) by Def7;
thus e = h . 1 by A13, FINSEQ_1:41
.= top (push (e,s)) by A14, Def7 ; :: thesis: verum