let X be set ; card (FixedUltraFilters X) = card X
set FUF = { (uparrow x) where x is Element of (BoolePoset X) : ex z being Element of X st x = {z} } ;
A1:
BoolePoset X = InclPoset (bool X)
by YELLOW_1:4;
A2:
InclPoset (bool X) = RelStr(# (bool X),(RelIncl (bool X)) #)
by YELLOW_1:def 1;
then A3:
the carrier of (BoolePoset X) = bool X
by YELLOW_1:4;
X, { (uparrow x) where x is Element of (BoolePoset X) : ex z being Element of X st x = {z} } are_equipotent
proof
defpred S1[
object ,
object ]
means ex
y being
Element of
X ex
x being
Element of
(BoolePoset X) st
(
x = {y} & $1
= y & $2
= uparrow x );
A4:
for
x being
object st
x in X holds
ex
y being
object st
S1[
x,
y]
consider f being
Function such that A6:
(
dom f = X & ( for
x being
object st
x in X holds
S1[
x,
f . x] ) )
from CLASSES1:sch 1(A4);
take
f
;
WELLORD2:def 4 ( f is one-to-one & dom f = X & rng f = { (uparrow x) where x is Element of (BoolePoset X) : ex z being Element of X st x = {z} } )
thus
f is
one-to-one
( dom f = X & rng f = { (uparrow x) where x is Element of (BoolePoset X) : ex z being Element of X st x = {z} } )proof
let x1,
x2 be
object ;
FUNCT_1:def 4 ( not x1 in dom f or not x2 in dom f or not f . x1 = f . x2 or x1 = x2 )
assume that A7:
x1 in dom f
and A8:
x2 in dom f
and A9:
f . x1 = f . x2
;
x1 = x2
consider x29 being
Element of
X,
bx2 being
Element of
(BoolePoset X) such that A10:
(
bx2 = {x29} &
x2 = x29 )
and A11:
f . x2 = uparrow bx2
by A6, A8;
consider x19 being
Element of
X,
bx1 being
Element of
(BoolePoset X) such that A12:
(
bx1 = {x19} &
x1 = x19 )
and A13:
f . x1 = uparrow bx1
by A6, A7;
bx1 = bx2
by A9, A13, A11, WAYBEL_0:20;
hence
x1 = x2
by A12, A10, ZFMISC_1:3;
verum
end;
thus
dom f = X
by A6;
rng f = { (uparrow x) where x is Element of (BoolePoset X) : ex z being Element of X st x = {z} }
hence
rng f = { (uparrow x) where x is Element of (BoolePoset X) : ex z being Element of X st x = {z} }
by TARSKI:2;
verum
end;
hence
card (FixedUltraFilters X) = card X
by CARD_1:5; verum