let L be complete LATTICE; for X, Y being Subset of L st Y is_coarser_than X holds
"/\" (X,L) <= "/\" (Y,L)
let X, Y be Subset of L; ( Y is_coarser_than X implies "/\" (X,L) <= "/\" (Y,L) )
assume A1:
Y is_coarser_than X
; "/\" (X,L) <= "/\" (Y,L)
"/\" (X,L) is_<=_than Y
hence
"/\" (X,L) <= "/\" (Y,L)
by YELLOW_0:33; verum