reserve n for Nat;

theorem bag1:
for R being domRing,
    a being non zero Element of R holds card BRoots a|R = 0
proof
let R be domRing, a be non zero Element of R;
support(BRoots a|R) = {} by BR3;
hence thesis by bag1a;
end;
