:: SETFAM_1 semantic presentation :: Showing IDV graph ... (Click the Palm Trees again to close it)
:: deftheorem Def1 defines meet SETFAM_1:def 1 :
for
X being
set for
b2 being
set holds
( (
X <> {} implies (
b2 = meet X iff for
x being
set holds
(
x in b2 iff for
Y being
set st
Y in X holds
x in Y ) ) ) & ( not
X <> {} implies (
b2 = meet X iff
b2 = {} ) ) );
theorem :: SETFAM_1:1 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: SETFAM_1:2 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th3: :: SETFAM_1:3 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th4: :: SETFAM_1:4 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:5 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:6 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th7: :: SETFAM_1:7 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:8 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:9 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:10 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:11 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:12 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem defines is_finer_than SETFAM_1:def 2 :
:: deftheorem defines is_coarser_than SETFAM_1:def 3 :
theorem :: SETFAM_1:13 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: SETFAM_1:14 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: SETFAM_1:15 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: SETFAM_1:16 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: SETFAM_1:17 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:18 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:19 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:20 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:21 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:22 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: SETFAM_1:23 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:24 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:25 :: Showing IDV graph ... (Click the Palm Tree again to close it)
definition
let SFX,
SFY be
set ;
func UNION SFX,
SFY -> set means :
Def4:
:: SETFAM_1:def 4
for
Z being
set holds
(
Z in it iff ex
X,
Y being
set st
(
X in SFX &
Y in SFY &
Z = X \/ Y ) );
existence
ex b1 being set st
for Z being set holds
( Z in b1 iff ex X, Y being set st
( X in SFX & Y in SFY & Z = X \/ Y ) )
uniqueness
for b1, b2 being set st ( for Z being set holds
( Z in b1 iff ex X, Y being set st
( X in SFX & Y in SFY & Z = X \/ Y ) ) ) & ( for Z being set holds
( Z in b2 iff ex X, Y being set st
( X in SFX & Y in SFY & Z = X \/ Y ) ) ) holds
b1 = b2
commutativity
for b1 being set
for SFX, SFY being set st ( for Z being set holds
( Z in b1 iff ex X, Y being set st
( X in SFX & Y in SFY & Z = X \/ Y ) ) ) holds
for Z being set holds
( Z in b1 iff ex X, Y being set st
( X in SFY & Y in SFX & Z = X \/ Y ) )
func INTERSECTION SFX,
SFY -> set means :
Def5:
:: SETFAM_1:def 5
for
Z being
set holds
(
Z in it iff ex
X,
Y being
set st
(
X in SFX &
Y in SFY &
Z = X /\ Y ) );
existence
ex b1 being set st
for Z being set holds
( Z in b1 iff ex X, Y being set st
( X in SFX & Y in SFY & Z = X /\ Y ) )
uniqueness
for b1, b2 being set st ( for Z being set holds
( Z in b1 iff ex X, Y being set st
( X in SFX & Y in SFY & Z = X /\ Y ) ) ) & ( for Z being set holds
( Z in b2 iff ex X, Y being set st
( X in SFX & Y in SFY & Z = X /\ Y ) ) ) holds
b1 = b2
commutativity
for b1 being set
for SFX, SFY being set st ( for Z being set holds
( Z in b1 iff ex X, Y being set st
( X in SFX & Y in SFY & Z = X /\ Y ) ) ) holds
for Z being set holds
( Z in b1 iff ex X, Y being set st
( X in SFY & Y in SFX & Z = X /\ Y ) )
func DIFFERENCE SFX,
SFY -> set means :
Def6:
:: SETFAM_1:def 6
for
Z being
set holds
(
Z in it iff ex
X,
Y being
set st
(
X in SFX &
Y in SFY &
Z = X \ Y ) );
existence
ex b1 being set st
for Z being set holds
( Z in b1 iff ex X, Y being set st
( X in SFX & Y in SFY & Z = X \ Y ) )
uniqueness
for b1, b2 being set st ( for Z being set holds
( Z in b1 iff ex X, Y being set st
( X in SFX & Y in SFY & Z = X \ Y ) ) ) & ( for Z being set holds
( Z in b2 iff ex X, Y being set st
( X in SFX & Y in SFY & Z = X \ Y ) ) ) holds
b1 = b2
end;
:: deftheorem Def4 defines UNION SETFAM_1:def 4 :
for
SFX,
SFY being
set for
b3 being
set holds
(
b3 = UNION SFX,
SFY iff for
Z being
set holds
(
Z in b3 iff ex
X,
Y being
set st
(
X in SFX &
Y in SFY &
Z = X \/ Y ) ) );
:: deftheorem Def5 defines INTERSECTION SETFAM_1:def 5 :
for
SFX,
SFY being
set for
b3 being
set holds
(
b3 = INTERSECTION SFX,
SFY iff for
Z being
set holds
(
Z in b3 iff ex
X,
Y being
set st
(
X in SFX &
Y in SFY &
Z = X /\ Y ) ) );
:: deftheorem Def6 defines DIFFERENCE SETFAM_1:def 6 :
for
SFX,
SFY being
set for
b3 being
set holds
(
b3 = DIFFERENCE SFX,
SFY iff for
Z being
set holds
(
Z in b3 iff ex
X,
Y being
set st
(
X in SFX &
Y in SFY &
Z = X \ Y ) ) );
theorem :: SETFAM_1:26 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: SETFAM_1:27 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: SETFAM_1:28 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: SETFAM_1:29 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:30 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:31 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:32 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: SETFAM_1:33 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: SETFAM_1:34 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:35 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:36 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:37 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:38 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:39 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:40 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:41 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:42 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: SETFAM_1:43 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem Th44: :: SETFAM_1:44 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem SETFAM_1:def 7 :
canceled;
:: deftheorem Def8 defines COMPLEMENT SETFAM_1:def 8 :
theorem :: SETFAM_1:45 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem Th46: :: SETFAM_1:46 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:47 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:48 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:49 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:50 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem Th51: :: SETFAM_1:51 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:52 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:53 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:54 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:55 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def9 defines with_non-empty_elements SETFAM_1:def 9 :
theorem :: SETFAM_1:56 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:57 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def10 defines Intersect SETFAM_1:def 10 :
theorem Th58: :: SETFAM_1:58 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SETFAM_1:59 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def11 defines empty-membered SETFAM_1:def 11 :