let T be Tree; :: thesis: ( T is binary implies T is finite-order )
assume A1: T is binary ; :: thesis: T is finite-order
now :: thesis: for t being Element of T holds not t ^ <*2*> in T
let t be Element of T; :: thesis: not t ^ <*2*> in T
assume A2: t ^ <*2*> in T ; :: thesis: contradiction
then A3: t ^ <*0*> in T by TREES_1:def 3;
per cases ( t in Leaves T or not t in Leaves T ) ;
end;
end;
hence T is finite-order by TREES_2:def 2; :: thesis: verum