let L1, L2 be non empty antisymmetric RelStr ; :: thesis: for D being Subset of [:L1,L2:] st ex_inf_of D,[:L1,L2:] holds
inf D = [(inf (proj1 D)),(inf (proj2 D))]

let D be Subset of [:L1,L2:]; :: thesis: ( ex_inf_of D,[:L1,L2:] implies inf D = [(inf (proj1 D)),(inf (proj2 D))] )
assume A1: ex_inf_of D,[:L1,L2:] ; :: thesis: inf D = [(inf (proj1 D)),(inf (proj2 D))]
per cases ( D <> {} or D = {} ) ;
end;