:: YELLOW_1 semantic presentation :: Showing IDV graph ... (Click the Palm Trees again to close it)
:: deftheorem defines InclPoset YELLOW_1:def 1 :
theorem :: YELLOW_1:1 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem defines BoolePoset YELLOW_1:def 2 :
theorem Th2: :: YELLOW_1:2 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th3: :: YELLOW_1:3 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th4: :: YELLOW_1:4 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: YELLOW_1:5 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: YELLOW_1:6 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: YELLOW_1:7 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th8: :: YELLOW_1:8 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th9: :: YELLOW_1:9 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: YELLOW_1:10 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: YELLOW_1:11 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: YELLOW_1:12 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th13: :: YELLOW_1:13 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th14: :: YELLOW_1:14 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: YELLOW_1:15 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: YELLOW_1:16 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm1:
for X being set holds the carrier of (BoolePoset X) = bool X
by LATTICE3:def 1;
Lm2:
for X being set
for x, y being Element of (BoolePoset X) holds
( x /\ y in bool X & x \/ y in bool X )
theorem :: YELLOW_1:17 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: YELLOW_1:18 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: YELLOW_1:19 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: YELLOW_1:20 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: YELLOW_1:21 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: YELLOW_1:22 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: YELLOW_1:23 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm3:
for T being non empty TopSpace holds InclPoset the topology of T is lower-bounded
theorem :: YELLOW_1:24 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm4:
for T being non empty TopSpace holds InclPoset the topology of T is complete
Lm5:
for T being non empty TopSpace holds not InclPoset the topology of T is trivial
theorem :: YELLOW_1:25 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def3 defines RelStr-yielding YELLOW_1:def 3 :
definition
let I be
set ;
let J be
RelStr-yielding ManySortedSet of
I;
func product J -> strict RelStr means :
Def4:
:: YELLOW_1:def 4
( the
carrier of
it = product (Carrier J) & ( for
x,
y being
Element of
it st
x in product (Carrier J) holds
(
x <= y iff ex
f,
g being
Function st
(
f = x &
g = y & ( for
i being
set st
i in I holds
ex
R being
RelStr ex
xi,
yi being
Element of
R st
(
R = J . i &
xi = f . i &
yi = g . i &
xi <= yi ) ) ) ) ) );
existence
ex b1 being strict RelStr st
( the carrier of b1 = product (Carrier J) & ( for x, y being Element of b1 st x in product (Carrier J) holds
( x <= y iff ex f, g being Function st
( f = x & g = y & ( for i being set st i in I holds
ex R being RelStr ex xi, yi being Element of R st
( R = J . i & xi = f . i & yi = g . i & xi <= yi ) ) ) ) ) )
uniqueness
for b1, b2 being strict RelStr st the carrier of b1 = product (Carrier J) & ( for x, y being Element of b1 st x in product (Carrier J) holds
( x <= y iff ex f, g being Function st
( f = x & g = y & ( for i being set st i in I holds
ex R being RelStr ex xi, yi being Element of R st
( R = J . i & xi = f . i & yi = g . i & xi <= yi ) ) ) ) ) & the carrier of b2 = product (Carrier J) & ( for x, y being Element of b2 st x in product (Carrier J) holds
( x <= y iff ex f, g being Function st
( f = x & g = y & ( for i being set st i in I holds
ex R being RelStr ex xi, yi being Element of R st
( R = J . i & xi = f . i & yi = g . i & xi <= yi ) ) ) ) ) holds
b1 = b2
end;
:: deftheorem Def4 defines product YELLOW_1:def 4 :
:: deftheorem defines |^ YELLOW_1:def 5 :
theorem Th26: :: YELLOW_1:26 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th27: :: YELLOW_1:27 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th28: :: YELLOW_1:28 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm6:
for X being set
for Y being non empty RelStr
for x being Element of (Y |^ X) holds
( x in the carrier of (product (X --> Y)) & x is Function of X,the carrier of Y )
definition
let S,
T be
RelStr ;
func MonMaps S,
T -> strict full SubRelStr of
T |^ the
carrier of
S means :: YELLOW_1:def 6
for
f being
Function of
S,
T holds
(
f in the
carrier of
it iff (
f in Funcs the
carrier of
S,the
carrier of
T &
f is
monotone ) );
existence
ex b1 being strict full SubRelStr of T |^ the carrier of S st
for f being Function of S,T holds
( f in the carrier of b1 iff ( f in Funcs the carrier of S,the carrier of T & f is monotone ) )
uniqueness
for b1, b2 being strict full SubRelStr of T |^ the carrier of S st ( for f being Function of S,T holds
( f in the carrier of b1 iff ( f in Funcs the carrier of S,the carrier of T & f is monotone ) ) ) & ( for f being Function of S,T holds
( f in the carrier of b2 iff ( f in Funcs the carrier of S,the carrier of T & f is monotone ) ) ) holds
b1 = b2
end;
:: deftheorem defines MonMaps YELLOW_1:def 6 :