let a, b be Element of B_6 ; :: thesis: for x, y being Element of Benzene st a = x & b = y holds
( a "\/" b = x "\/" y & a "/\" b = x "/\" y )
let x, y be Element of Benzene ; :: thesis: ( a = x & b = y implies ( a "\/" b = x "\/" y & a "/\" b = x "/\" y ) )
assume X0:
( a = x & b = y )
; :: thesis: ( a "\/" b = x "\/" y & a "/\" b = x "/\" y )
reconsider xy = x "\/" y as Element of B_6 by LemBen, YELLOW_1:1;
( x [= x "\/" y & y [= x "\/" y )
by LATTICES:22;
then X1:
( a <= xy & b <= xy )
by X0, HiHi;
t1:
for d being Element of B_6 st d >= a & d >= b holds
xy <= d
reconsider xy = x "/\" y as Element of B_6 by LemBen, YELLOW_1:1;
( x "/\" y [= x & x "/\" y [= y )
by LATTICES:23;
then x1:
( xy <= a & xy <= b )
by X0, HiHi;
for d being Element of B_6 st d <= a & d <= b holds
xy >= d
hence
( a "\/" b = x "\/" y & a "/\" b = x "/\" y )
by t1, X1, x1, YELLOW_0:22, YELLOW_0:23; :: thesis: verum