A1:
LattRel L = { [p,q] where p, q is Element of : p [= q }
by FILTER_1:def 8;
LattRel L c= [:the carrier of L,the carrier of L:]
then reconsider R = LattRel L as Relation of ;
A2:
R is_antisymmetric_in the carrier of L
A3:
R is_transitive_in the carrier of L
proof
let x,
y,
z be
set ;
RELAT_2:def 8 ( not x in the carrier of L or not y in the carrier of L or not z in the carrier of L or not [x,y] in R or not [y,z] in R or [x,z] in R )
assume
(
x in the
carrier of
L &
y in the
carrier of
L &
z in the
carrier of
L )
;
( not [x,y] in R or not [y,z] in R or [x,z] in R )
then reconsider x' =
x,
y' =
y,
z' =
z as
Element of ;
assume
(
[x,y] in R &
[y,z] in R )
;
[x,z] in R
then
(
x' [= y' &
y' [= z' )
by FILTER_1:32;
then
x' [= z'
by LATTICES:25;
hence
[x,z] in R
by FILTER_1:32;
verum
end;
A4:
R is_reflexive_in the carrier of L
then
( dom R = the carrier of L & field R = the carrier of L )
by ORDERS_1:98;
hence
LattRel L is Order of
by A4, A2, A3, PARTFUN1:def 4, RELAT_2:def 9, RELAT_2:def 12, RELAT_2:def 16; verum