let A be QC-alphabet ; :: thesis: for F being Element of QC-WFF A
for t being Element of dom (tree_of_subformulae F) holds
( (tree_of_subformulae F) . t = F iff t = {} )

let F be Element of QC-WFF A; :: thesis: for t being Element of dom (tree_of_subformulae F) holds
( (tree_of_subformulae F) . t = F iff t = {} )

let t be Element of dom (tree_of_subformulae F); :: thesis: ( (tree_of_subformulae F) . t = F iff t = {} )
now :: thesis: ( (tree_of_subformulae F) . t = F implies not t <> {} )end;
hence ( (tree_of_subformulae F) . t = F implies t = {} ) ; :: thesis: ( t = {} implies (tree_of_subformulae F) . t = F )
assume t = {} ; :: thesis: (tree_of_subformulae F) . t = F
hence (tree_of_subformulae F) . t = F by Def2; :: thesis: verum