consider L being non empty trivial Lattice;
A1:
L is lower-bounded
A2:
L is upper-bounded
for b being Element of L ex a being Element of L st a is_a_complement_of b
then A3:
L is complemented
by LATTICES:def 19;
A4:
L is join-idempotent
for b being Element of L ex a being Element of L st a is_a_complement'_of b
then A5:
L is complemented'
by Def7;
for a, b, c being Element of L holds a "/\" (b "\/" c) = (a "/\" b) "\/" (a "/\" c)
by STRUCT_0:def 10;
then A6:
L is distributive
by LATTICES:def 11;
A7:
L is lower-bounded'
A8:
L is upper-bounded'
for a, b, c being Element of L holds a "\/" (b "/\" c) = (a "\/" b) "/\" (a "\/" c)
by STRUCT_0:def 10;
then
L is distributive'
by Def5;
hence
ex b1 being non empty LattStr st
( b1 is Boolean & b1 is join-idempotent & b1 is upper-bounded' & b1 is complemented' & b1 is distributive' & b1 is lower-bounded' & b1 is Lattice-like )
by A3, A6, A1, A2, A4, A8, A5, A7; verum