:: FUZZY_4 semantic presentation :: Showing IDV graph ... (Click the Palm Trees again to close it)
theorem Th1: :: FUZZY_4:1 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: FUZZY_4:2 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th3: :: FUZZY_4:3 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: FUZZY_4:4 :: Showing IDV graph ... (Click the Palm Tree again to close it)
definition
let C1,
C2 be non
empty set ;
let h be
RMembership_Func of
C2,
C1;
func converse h -> RMembership_Func of
C1,
C2 means :
Def1:
:: FUZZY_4:def 1
for
x,
y being
set st
[x,y] in [:C1,C2:] holds
it . [x,y] = h . [y,x];
existence
ex b1 being RMembership_Func of C1,C2 st
for x, y being set st [x,y] in [:C1,C2:] holds
b1 . [x,y] = h . [y,x]
uniqueness
for b1, b2 being RMembership_Func of C1,C2 st ( for x, y being set st [x,y] in [:C1,C2:] holds
b1 . [x,y] = h . [y,x] ) & ( for x, y being set st [x,y] in [:C1,C2:] holds
b2 . [x,y] = h . [y,x] ) holds
b1 = b2
end;
:: deftheorem Def1 defines converse FUZZY_4:def 1 :
theorem :: FUZZY_4:5 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th6: :: FUZZY_4:6 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th7: :: FUZZY_4:7 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th8: :: FUZZY_4:8 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th9: :: FUZZY_4:9 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: FUZZY_4:10 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: FUZZY_4:11 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: FUZZY_4:12 :: Showing IDV graph ... (Click the Palm Tree again to close it)
definition
let C1,
C2,
C3 be non
empty set ;
let h be
RMembership_Func of
C1,
C2;
let g be
RMembership_Func of
C2,
C3;
let x,
z be
set ;
assume A1:
(
x in C1 &
z in C3 )
;
func min h,
g,
x,
z -> Membership_Func of
C2 means :
Def2:
:: FUZZY_4:def 2
for
y being
Element of
C2 holds
it . y = min (h . [x,y]),
(g . [y,z]);
existence
ex b1 being Membership_Func of C2 st
for y being Element of C2 holds b1 . y = min (h . [x,y]),(g . [y,z])
uniqueness
for b1, b2 being Membership_Func of C2 st ( for y being Element of C2 holds b1 . y = min (h . [x,y]),(g . [y,z]) ) & ( for y being Element of C2 holds b2 . y = min (h . [x,y]),(g . [y,z]) ) holds
b1 = b2
end;
:: deftheorem Def2 defines min FUZZY_4:def 2 :
for
C1,
C2,
C3 being non
empty set for
h being
RMembership_Func of
C1,
C2 for
g being
RMembership_Func of
C2,
C3 for
x,
z being
set st
x in C1 &
z in C3 holds
for
b8 being
Membership_Func of
C2 holds
(
b8 = min h,
g,
x,
z iff for
y being
Element of
C2 holds
b8 . y = min (h . [x,y]),
(g . [y,z]) );
definition
let C1,
C2,
C3 be non
empty set ;
let h be
RMembership_Func of
C1,
C2;
let g be
RMembership_Func of
C2,
C3;
func h (#) g -> RMembership_Func of
C1,
C3 means :
Def3:
:: FUZZY_4:def 3
for
x,
z being
set st
[x,z] in [:C1,C3:] holds
it . [x,z] = sup (rng (min h,g,x,z));
existence
ex b1 being RMembership_Func of C1,C3 st
for x, z being set st [x,z] in [:C1,C3:] holds
b1 . [x,z] = sup (rng (min h,g,x,z))
uniqueness
for b1, b2 being RMembership_Func of C1,C3 st ( for x, z being set st [x,z] in [:C1,C3:] holds
b1 . [x,z] = sup (rng (min h,g,x,z)) ) & ( for x, z being set st [x,z] in [:C1,C3:] holds
b2 . [x,z] = sup (rng (min h,g,x,z)) ) holds
b1 = b2
end;
:: deftheorem Def3 defines (#) FUZZY_4:def 3 :
for
C1,
C2,
C3 being non
empty set for
h being
RMembership_Func of
C1,
C2 for
g being
RMembership_Func of
C2,
C3 for
b6 being
RMembership_Func of
C1,
C3 holds
(
b6 = h (#) g iff for
x,
z being
set st
[x,z] in [:C1,C3:] holds
b6 . [x,z] = sup (rng (min h,g,x,z)) );
Lm1:
for C1, C2, C3 being non empty set
for f being RMembership_Func of C1,C2
for g, h being RMembership_Func of C2,C3
for x, z being set st x in C1 & z in C3 holds
sup (rng (min f,(max g,h),x,z)) = max (sup (rng (min f,g,x,z))),(sup (rng (min f,h,x,z)))
theorem :: FUZZY_4:13 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm2:
for C1, C2, C3 being non empty set
for f, g being RMembership_Func of C1,C2
for h being RMembership_Func of C2,C3
for x, z being set st x in C1 & z in C3 holds
sup (rng (min (max f,g),h,x,z)) = max (sup (rng (min f,h,x,z))),(sup (rng (min g,h,x,z)))
theorem :: FUZZY_4:14 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm3:
for C1, C2, C3 being non empty set
for f being RMembership_Func of C1,C2
for g, h being RMembership_Func of C2,C3
for x, z being set st x in C1 & z in C3 holds
sup (rng (min f,(min g,h),x,z)) <= min (sup (rng (min f,g,x,z))),(sup (rng (min f,h,x,z)))
theorem :: FUZZY_4:15 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm4:
for C1, C2, C3 being non empty set
for f, g being RMembership_Func of C1,C2
for h being RMembership_Func of C2,C3
for x, z being set st x in C1 & z in C3 holds
sup (rng (min (min f,g),h,x,z)) <= min (sup (rng (min f,h,x,z))),(sup (rng (min g,h,x,z)))
theorem :: FUZZY_4:16 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm5:
for C1, C2, C3 being non empty set
for f being RMembership_Func of C1,C2
for g being RMembership_Func of C2,C3
for x, z being set st x in C1 & z in C3 holds
sup (rng (min (converse g),(converse f),z,x)) = sup (rng (min f,g,x,z))
theorem :: FUZZY_4:17 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th18: :: FUZZY_4:18 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
C1,
C2,
C3 being non
empty set for
f,
g being
RMembership_Func of
C1,
C2 for
h,
k being
RMembership_Func of
C2,
C3 for
x,
z being
set st
x in C1 &
z in C3 & ( for
y being
set st
y in C2 holds
(
f . [x,y] <= g . [x,y] &
h . [y,z] <= k . [y,z] ) ) holds
(f (#) h) . [x,z] <= (g (#) k) . [x,z]
theorem :: FUZZY_4:19 :: Showing IDV graph ... (Click the Palm Tree again to close it)
definition
let C1,
C2 be non
empty set ;
func Imf C1,
C2 -> RMembership_Func of
C1,
C2 means :: FUZZY_4:def 4
for
x,
y being
set st
[x,y] in [:C1,C2:] holds
( (
x = y implies
it . [x,y] = 1 ) & ( not
x = y implies
it . [x,y] = 0 ) );
existence
ex b1 being RMembership_Func of C1,C2 st
for x, y being set st [x,y] in [:C1,C2:] holds
( ( x = y implies b1 . [x,y] = 1 ) & ( not x = y implies b1 . [x,y] = 0 ) )
uniqueness
for b1, b2 being RMembership_Func of C1,C2 st ( for x, y being set st [x,y] in [:C1,C2:] holds
( ( x = y implies b1 . [x,y] = 1 ) & ( not x = y implies b1 . [x,y] = 0 ) ) ) & ( for x, y being set st [x,y] in [:C1,C2:] holds
( ( x = y implies b2 . [x,y] = 1 ) & ( not x = y implies b2 . [x,y] = 0 ) ) ) holds
b1 = b2
end;
:: deftheorem defines Imf FUZZY_4:def 4 :
theorem Th20: :: FUZZY_4:20 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: FUZZY_4:21 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm6:
for C2, C3, C1 being non empty set
for f being RMembership_Func of C2,C3
for x, z being set st x in C1 & z in C3 holds
sup (rng (min (Zmf C1,C2),f,x,z)) = (Zmf C1,C3) . [x,z]
theorem Th22: :: FUZZY_4:22 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm7:
for C1, C2, C3 being non empty set
for f being RMembership_Func of C1,C2
for x, z being set st x in C1 & z in C3 holds
sup (rng (min f,(Zmf C2,C3),x,z)) = (Zmf C1,C3) . [x,z]
theorem Th23: :: FUZZY_4:23 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: FUZZY_4:24 :: Showing IDV graph ... (Click the Palm Tree again to close it)