set R = LattRel L;
set S = OrthoLattRelStr(# the carrier of L, the L_join of L, the L_meet of L,(LattRel L), the Compl of L #);
OrthoLattStr(# the carrier of L, the L_join of L, the L_meet of L, the Compl of L #) = OrthoLattStr(# the carrier of OrthoLattRelStr(# the carrier of L, the L_join of L, the L_meet of L,(LattRel L), the Compl of L #), the L_join of OrthoLattRelStr(# the carrier of L, the L_join of L, the L_meet of L,(LattRel L), the Compl of L #), the L_meet of OrthoLattRelStr(# the carrier of L, the L_join of L, the L_meet of L,(LattRel L), the Compl of L #), the Compl of OrthoLattRelStr(# the carrier of L, the L_join of L, the L_meet of L,(LattRel L), the Compl of L #) #)
;
then reconsider S = OrthoLattRelStr(# the carrier of L, the L_join of L, the L_meet of L,(LattRel L), the Compl of L #) as CLatAugmentation of L by Def12;
for x, y being Element of S holds
( x <= y iff x |^| y = x )
then A2:
S is naturally_inf-generated
;
for x, y being Element of S holds
( x <= y iff x |_| y = y )
then
S is naturally_sup-generated
;
hence
ex b1 being CLatAugmentation of L st
( b1 is naturally_sup-generated & b1 is naturally_inf-generated & b1 is Lattice-like )
by A2; verum