let V, C be set ; for a, b being Element of (SubstLatt (V,C)) holds a "/\" (a "\/" b) = a
let a, b be Element of (SubstLatt (V,C)); a "/\" (a "\/" b) = a
reconsider a9 = a, b9 = b as Element of SubstitutionSet (V,C) by Def4;
thus a "/\" (a "\/" b) =
the L_join of (SubstLatt (V,C)) . (( the L_meet of (SubstLatt (V,C)) . (a9,a9)),( the L_meet of (SubstLatt (V,C)) . (a9,b9)))
by Lm11
.=
the L_join of (SubstLatt (V,C)) . ((mi (a9 ^ a9)),( the L_meet of (SubstLatt (V,C)) . (a9,b9)))
by Def4
.=
the L_join of (SubstLatt (V,C)) . ((mi a9),( the L_meet of (SubstLatt (V,C)) . (a9,b9)))
by Th24
.=
a "\/" (a "/\" b)
by Th11
.=
(a "/\" b) "\/" a
by Lm5
.=
(b "/\" a) "\/" a
by Lm9
.=
a
by Lm8
; verum