let C be complete Lattice; :: thesis: for a, b being Element of C holds
( a "\/" b = "\/" {a,b} & a "/\" b = "/\" {a,b} )
let a, b be Element of C; :: thesis: ( a "\/" b = "\/" {a,b} & a "/\" b = "/\" {a,b} )
A1:
{a,b} is_less_than a "\/" b
A2:
( a in {a,b} & b in {a,b} )
by TARSKI:def 2;
hence
a "\/" b = "\/" {a,b}
by A1, Def21; :: thesis: a "/\" b = "/\" {a,b}
a "/\" b is_less_than {a,b}
then A3:
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 A3, Th41; :: thesis: verum