scheme
PartFuncEx{
F1()
-> set ,
F2()
-> set ,
P1[
object ,
object ] } :
provided
A1:
for
x,
y being
object st
x in F1() &
P1[
x,
y] holds
y in F2()
and A2:
for
x,
y1,
y2 being
object st
x in F1() &
P1[
x,
y1] &
P1[
x,
y2] holds
y1 = y2
Lm2:
for X being set
for R being Relation of X st R = id X holds
R is total
;
Lm3:
for X being set
for R being Relation st R = id X holds
( R is reflexive & R is symmetric & R is antisymmetric & R is transitive )
Lm4:
for X being set holds id X is Relation of X