let L be non empty RelStr ; :: thesis: [(id L),(id L)] is Galois
take g = id L; :: according to WAYBEL_1:def 10 :: thesis: ex b1 being Element of bool [: the carrier of L, the carrier of L:] st
( [(id L),(id L)] = [g,b1] & g is monotone & b1 is monotone & ( for b2, b3 being Element of the carrier of L holds
( ( not b2 <= g . b3 or b1 . b2 <= b3 ) & ( not b1 . b2 <= b3 or b2 <= g . b3 ) ) ) )

take d = id L; :: thesis: ( [(id L),(id L)] = [g,d] & g is monotone & d is monotone & ( for b1, b2 being Element of the carrier of L holds
( ( not b1 <= g . b2 or d . b1 <= b2 ) & ( not d . b1 <= b2 or b1 <= g . b2 ) ) ) )

thus ( [(id L),(id L)] = [g,d] & g is monotone & d is monotone ) ; :: thesis: for b1, b2 being Element of the carrier of L holds
( ( not b1 <= g . b2 or d . b1 <= b2 ) & ( not d . b1 <= b2 or b1 <= g . b2 ) )

let t, s be Element of L; :: thesis: ( ( not t <= g . s or d . t <= s ) & ( not d . t <= s or t <= g . s ) )
g . s = s by FUNCT_1:18;
hence ( ( not t <= g . s or d . t <= s ) & ( not d . t <= s or t <= g . s ) ) by FUNCT_1:18; :: thesis: verum