let X be set ; for b1, b2 being real-valued finite-support ManySortedSet of X holds support (max (b1,b2)) c= (support b1) \/ (support b2)
let b1, b2 be real-valued finite-support ManySortedSet of X; support (max (b1,b2)) c= (support b1) \/ (support b2)
set f = max (b1,b2);
let x be object ; TARSKI:def 3 ( not x in support (max (b1,b2)) or x in (support b1) \/ (support b2) )
assume
x in support (max (b1,b2))
; x in (support b1) \/ (support b2)
then A1:
(max (b1,b2)) . x <> 0
by PRE_POLY:def 7;
( (max (b1,b2)) . x = b1 . x or (max (b1,b2)) . x = b2 . x )
by Def4;
then
( x in support b1 or x in support b2 )
by A1, PRE_POLY:def 7;
hence
x in (support b1) \/ (support b2)
by XBOOLE_0:def 3; verum