thus not GRZ-symbols is trivial by Th1; :: thesis: GRZ-symbols is antichain-like
let p be FinSequence; :: according to POLNOT_1:def 16 :: thesis: for b1 being set holds
( not p in GRZ-symbols or not p ^ b1 in GRZ-symbols or b1 = {} )

let q be FinSequence; :: thesis: ( not p in GRZ-symbols or not p ^ q in GRZ-symbols or q = {} )
set r = p ^ q;
assume that
A1: p in GRZ-symbols and
A2: p ^ q in GRZ-symbols ; :: thesis: q = {}
reconsider p = p as Element of GRZ-symbols by A1;
reconsider r = p ^ q as Element of GRZ-symbols by A2;
per cases ( p . 1 = 0 or p . 1 <> 0 ) ;
end;