let L be non empty non trivial right_complementable add-associative right_zeroed well-unital distributive doubleLoopStr ; :: thesis: for n being Ordinal
for p being Polynomial of n,L st Support p = {} holds
p = 0_ n,L
let n be Ordinal; :: thesis: for p being Polynomial of n,L st Support p = {} holds
p = 0_ n,L
let p be Polynomial of n,L; :: thesis: ( Support p = {} implies p = 0_ n,L )
assume A1:
Support p = {}
; :: thesis: p = 0_ n,L
A2:
( Bags n = dom p & Bags n = dom (0_ n,L) )
by FUNCT_2:def 1;
for u being set st u in Bags n holds
p . u = (0_ n,L) . u
hence
p = 0_ n,L
by A2, FUNCT_1:9; :: thesis: verum