let L be transitive antisymmetric with_suprema with_infima RelStr ; :: thesis: for a, b, c being Element of L st a <= c holds
a \ b <= c

let a, b, c be Element of L; :: thesis: ( a <= c implies a \ b <= c )
assume A1: a <= c ; :: thesis: a \ b <= c
a "/\" ('not' b) <= a by YELLOW_0:23;
hence a \ b <= c by A1, YELLOW_0:def 2; :: thesis: verum