let V, C be set ; :: thesis: for a, b being Element of (SubstLatt (V,C)) holds a "/\" b = b "/\" a
let a, b be Element of (SubstLatt (V,C)); :: thesis: a "/\" b = b "/\" a
reconsider a9 = a, b9 = b as Element of SubstitutionSet (V,C) by Def4;
a "/\" b = mi (a9 ^ b9) by Def4
.= mi (b9 ^ a9) by Th3
.= b "/\" a by Def4 ;
hence a "/\" b = b "/\" a ; :: thesis: verum