let G, H be Element of QC-WFF ; :: thesis: ( G is_subformula_of H & H is_subformula_of G implies G = H )
assume that
A1: G is_subformula_of H and
A2: H is_subformula_of G ; :: thesis: G = H
assume A3: G <> H ; :: thesis: contradiction
then G is_proper_subformula_of H by A1, Def22;
then A4: len (@ G) < len (@ H) by Th74;
H is_proper_subformula_of G by A2, A3, Def22;
hence contradiction by A4, Th74; :: thesis: verum