let S1, S2 be non empty antisymmetric RelStr ; for D1 being Subset of
for D2 being Subset of
for x being Element of
for y being Element of st ex_inf_of D1,S1 & ex_inf_of D2,S2 & ( for b being Element of st b is_<=_than [:D1,D2:] holds
[x,y] >= b ) holds
( ( for c being Element of st c is_<=_than D1 holds
x >= c ) & ( for d being Element of st d is_<=_than D2 holds
y >= d ) )
let D1 be Subset of ; for D2 being Subset of
for x being Element of
for y being Element of st ex_inf_of D1,S1 & ex_inf_of D2,S2 & ( for b being Element of st b is_<=_than [:D1,D2:] holds
[x,y] >= b ) holds
( ( for c being Element of st c is_<=_than D1 holds
x >= c ) & ( for d being Element of st d is_<=_than D2 holds
y >= d ) )
let D2 be Subset of ; for x being Element of
for y being Element of st ex_inf_of D1,S1 & ex_inf_of D2,S2 & ( for b being Element of st b is_<=_than [:D1,D2:] holds
[x,y] >= b ) holds
( ( for c being Element of st c is_<=_than D1 holds
x >= c ) & ( for d being Element of st d is_<=_than D2 holds
y >= d ) )
let x be Element of ; for y being Element of st ex_inf_of D1,S1 & ex_inf_of D2,S2 & ( for b being Element of st b is_<=_than [:D1,D2:] holds
[x,y] >= b ) holds
( ( for c being Element of st c is_<=_than D1 holds
x >= c ) & ( for d being Element of st d is_<=_than D2 holds
y >= d ) )
let y be Element of ; ( ex_inf_of D1,S1 & ex_inf_of D2,S2 & ( for b being Element of st b is_<=_than [:D1,D2:] holds
[x,y] >= b ) implies ( ( for c being Element of st c is_<=_than D1 holds
x >= c ) & ( for d being Element of st d is_<=_than D2 holds
y >= d ) ) )
assume that
A1:
ex_inf_of D1,S1
and
A2:
ex_inf_of D2,S2
and
A3:
for b being Element of st b is_<=_than [:D1,D2:] holds
[x,y] >= b
; ( ( for c being Element of st c is_<=_than D1 holds
x >= c ) & ( for d being Element of st d is_<=_than D2 holds
y >= d ) )
thus
for c being Element of st c is_<=_than D1 holds
x >= c
for d being Element of st d is_<=_than D2 holds
y >= d
A5:
inf D1 is_<=_than D1
by A1, YELLOW_0:31;
let b be Element of ; ( b is_<=_than D2 implies y >= b )
assume
b is_<=_than D2
; y >= b
then
[x,y] >= [(inf D1),b]
by A3, A5, Th33;
hence
y >= b
by Th11; verum