let L be WA-Lattice; for a, b being Element of L
for aa, bb being Element of (wlatt L) st a = aa & b = bb holds
( aa [= bb iff a <= b )
let a, b be Element of L; for aa, bb being Element of (wlatt L) st a = aa & b = bb holds
( aa [= bb iff a <= b )
let aa, bb be Element of (wlatt L); ( a = aa & b = bb implies ( aa [= bb iff a <= b ) )
assume AA:
( a = aa & b = bb )
; ( aa [= bb iff a <= b )
WW:
LatRelStr (wlatt L) = RelStr(# the carrier of L, the InternalRel of L #)
by WLatDef;
thus
( aa [= bb implies a <= b )
( a <= b implies aa [= bb )
assume
a <= b
; aa [= bb
then
[a,b] in the InternalRel of L
by ORDERS_2:def 5;
then consider xx, yy being Element of (wlatt L) such that
A1:
( [a,b] = [xx,yy] & xx [= yy )
by WW;
( a = xx & b = yy )
by XTUPLE_0:1, A1;
hence
aa [= bb
by A1, AA; verum