let f, g be real-valued FinSequence; :: thesis: ( f,g are_fiberwise_equipotent implies - f, - g are_fiberwise_equipotent )
assume A1: f,g are_fiberwise_equipotent ; :: thesis: - f, - g are_fiberwise_equipotent
then consider P being Permutation of (dom g) such that
A2: f = g * P by RFINSEQ:4;
A3: now :: thesis: ( ( len g >= 1 & - f = (- g) * P ) or ( len g < 1 & - f = (- g) * P ) )
per cases ( len g >= 1 or len g < 1 ) ;
case len g >= 1 ; :: thesis: - f = (- g) * P
hence - f = (- g) * P by A2, Th24; :: thesis: verum
end;
case len g < 1 ; :: thesis: - f = (- g) * P
end;
end;
end;
dom (- g) = dom g by VALUED_1:8;
hence - f, - g are_fiberwise_equipotent by A3, RFINSEQ:4; :: thesis: verum