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 12;
then consider x being object such that
A1: succ (Root Z) = {x} by CARD_2:42;
A2: x in succ (Root Z) by A1, TARSKI:def 1;
then reconsider x9 = x as Element of Z ;
x9 in { ((Root Z) ^ <*n*>) where n is Nat : (Root Z) ^ <*n*> in Z } by A2, TREES_2:def 5;
then consider m being Nat such that
A3: x9 = (Root Z) ^ <*m*> and
A4: (Root Z) ^ <*m*> in Z ;
A5: x9 = <*m*> by A3, FINSEQ_1:34;
now :: thesis: not m <> 0 end;
hence succ (Root Z) = {<*0*>} by A1, A3, FINSEQ_1:34; :: thesis: verum