let L be non empty Boolean RelStr ; :: thesis: for a, b being Element of L holds
( a "/\" b = Bottom L iff a \ b = a )

let a, b be Element of L; :: thesis: ( a "/\" b = Bottom L iff a \ b = a )
thus ( a "/\" b = Bottom L implies a \ b = a ) :: thesis: ( a \ b = a implies a "/\" b = Bottom L )
proof end;
thus ( a \ b = a implies a "/\" b = Bottom L ) :: thesis: verum
proof end;