let V, C be set ; for a, b being Element of holds (a "/\" b) "\/" b = b
let a, b be Element of ; (a "/\" b) "\/" b = b
reconsider a' = a, b' = b as Element of SubstitutionSet V,C by Def4;
set G = SubstLatt V,C;
thus (a "/\" b) "\/" b =
the L_join of (SubstLatt V,C) . (the L_meet of (SubstLatt V,C) . a',b'),b'
.=
b
by Lm8
; verum