let R be domRing; for n being non empty Ordinal
for S, T being non empty Subset of (Polynom-Ring (n,R)) st S c= T holds
Zero_ T c= Zero_ S
let n be non empty Ordinal; for S, T being non empty Subset of (Polynom-Ring (n,R)) st S c= T holds
Zero_ T c= Zero_ S
let S, T be non empty Subset of (Polynom-Ring (n,R)); ( S c= T implies Zero_ T c= Zero_ S )
assume A1:
S c= T
; Zero_ T c= Zero_ S
for o being object st o in Zero_ T holds
o in Zero_ S
proof
let o be
object ;
( o in Zero_ T implies o in Zero_ S )
assume
o in Zero_ T
;
o in Zero_ S
then
o in { x where x is Function of n,R : for f being Polynomial of n,R st f in T holds
eval (f,x) = 0. R }
by Def6;
then consider x being
Function of
n,
R such that A3:
(
o = x & ( for
f being
Polynomial of
n,
R st
f in T holds
eval (
f,
x)
= 0. R ) )
;
for
f being
Polynomial of
n,
R st
f in S holds
eval (
f,
x)
= 0. R
by A1, A3;
then
x in { x where x is Function of n,R : for f being Polynomial of n,R st f in S holds
eval (f,x) = 0. R }
;
hence
o in Zero_ S
by A3, Def6;
verum
end;
hence
Zero_ T c= Zero_ S
; verum