let Z be finite Tree; :: thesis: ( branchdeg (Root Z) = 1 implies succ (Root Z) = {<*0 *>} )
assume branchdeg (Root Z) = 1 ; :: thesis: succ (Root Z) = {<*0 *>}
then card (succ (Root Z)) = 1 by TREES_2:def 13;
then consider x being set such that
A1: succ (Root Z) = {x} by CARD_2:60;
A2: x in succ (Root Z) by A1, TARSKI:def 1;
then reconsider x' = x as Element of Z ;
x' in { ((Root Z) ^ <*n*>) where n is Element of NAT : (Root Z) ^ <*n*> in Z } by A2, TREES_2:def 5;
then consider m being Element of NAT such that
A3: ( x' = (Root Z) ^ <*m*> & (Root Z) ^ <*m*> in Z ) ;
A4: x' = <*m*> by A3, FINSEQ_1:47;
now end;
hence succ (Root Z) = {<*0 *>} by A1, A3, FINSEQ_1:47; :: thesis: verum