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

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