defpred S1[ DecoratedTree] means G is binary ;
A1: now :: thesis: for s being Terminal of G holds S1[ root-tree s]end;
A2: for nt being NonTerminal of G
for tl, tr being Element of TS G st nt ==> <*(root-label tl),(root-label tr)*> & S1[tl] & S1[tr] holds
S1[nt -tree (tl,tr)] by Th9;
thus for x being Element of TS G holds S1[x] from BINTREE1:sch 2(A1, A2); :: thesis: verum