let C be complete Lattice; for a, b being Element of C holds
( a "\/" b = "\/" {a,b} & a "/\" b = "/\" {a,b} )
let a, b be Element of C; ( a "\/" b = "\/" {a,b} & a "/\" b = "/\" {a,b} )
A1:
{a,b} is_less_than a "\/" b
A4:
a in {a,b}
by TARSKI:def 2;
A5:
b in {a,b}
by TARSKI:def 2;
hence
a "\/" b = "\/" {a,b}
by A1, Def21; a "/\" b = "/\" {a,b}
a "/\" b is_less_than {a,b}
then A8:
a "/\" b in { c where c is Element of C : c is_less_than {a,b} }
;
{ c where c is Element of C : c is_less_than {a,b} } is_less_than a "/\" b
hence
a "/\" b = "/\" {a,b}
by A8, Th40; verum