consider x being Element of X;
set b = (EmptyBag X) +* x,1;
take
(EmptyBag X) +* x,1
; (EmptyBag X) +* x,1 is univariate
A1:
dom (EmptyBag X) = X
by PARTFUN1:def 4;
then A2:
((EmptyBag X) +* x,1) . x = ((EmptyBag X) +* (x .--> 1)) . x
by FUNCT_7:def 3;
A3:
dom (x .--> 1) = {x}
by FUNCOP_1:19;
A4:
for u being set st u in support ((EmptyBag X) +* x,1) holds
u in {x}
x in dom (x .--> 1)
by A3, TARSKI:def 1;
then A7: ((EmptyBag X) +* x,1) . x =
(x .--> 1) . x
by A2, FUNCT_4:14
.=
1
by FUNCOP_1:87
;
for u being set st u in {x} holds
u in support ((EmptyBag X) +* x,1)
then
support ((EmptyBag X) +* x,1) = {x}
by A4, TARSKI:2;
hence
(EmptyBag X) +* x,1 is univariate
by Def3; verum