let X be non empty set ; :: thesis: for a being Element of X
for n being Element of NAT holds card (({a},n) -bag) = n

let a be Element of X; :: thesis: for n being Element of NAT holds card (({a},n) -bag) = n
let n be Element of NAT ; :: thesis: card (({a},n) -bag) = n
reconsider b = ({a},n) -bag as bag of X ;
consider F being FinSequence of NAT such that
H: ( degree b = Sum F & F = b * (canFS (support b)) ) by UPROOTS:def 4;
I: a in {a} by TARSKI:def 1;
per cases ( n = 0 or n <> 0 ) ;
end;