let L1, L2 be strict LattStr ; :: thesis: ( the carrier of L1 = bool X & ( for Y, Z being Subset of X holds
( the L_join of L1 . Y,Z = Y \/ Z & the L_meet of L1 . Y,Z = Y /\ Z ) ) & the carrier of L2 = bool X & ( for Y, Z being Subset of X holds
( the L_join of L2 . Y,Z = Y \/ Z & the L_meet of L2 . Y,Z = Y /\ Z ) ) implies L1 = L2 )
assume that
A3:
( the carrier of L1 = bool X & ( for Y, Z being Subset of X holds
( H2(L1) . Y,Z = Y \/ Z & H3(L1) . Y,Z = Y /\ Z ) ) )
and
A4:
( the carrier of L2 = bool X & ( for Y, Z being Subset of X holds
( H2(L2) . Y,Z = Y \/ Z & H3(L2) . Y,Z = Y /\ Z ) ) )
; :: thesis: L1 = L2
reconsider j1 = H2(L1), j2 = H2(L2), m1 = H3(L1), m2 = H3(L2) as BinOp of (bool X) by A3, A4;
then A5:
j1 = j2
by BINOP_1:2;
hence
L1 = L2
by A3, A4, A5, BINOP_1:2; :: thesis: verum