let S, T be antisymmetric with_infima RelStr ; :: thesis: for x, y being Element of [:S,T:] holds
( (x "/\" y) `1 = (x `1 ) "/\" (y `1 ) & (x "/\" y) `2 = (x `2 ) "/\" (y `2 ) )
let x, y be Element of [:S,T:]; :: thesis: ( (x "/\" y) `1 = (x `1 ) "/\" (y `1 ) & (x "/\" y) `2 = (x `2 ) "/\" (y `2 ) )
the carrier of [:S,T:] = [:the carrier of S,the carrier of T:]
by YELLOW_3:def 2;
then A1:
( x = [(x `1 ),(x `2 )] & y = [(y `1 ),(y `2 )] )
by MCART_1:23;
set a = (x "/\" y) `1 ;
set b = (x "/\" y) `2 ;
( x "/\" y <= x & x "/\" y <= y )
by YELLOW_0:23;
then A2:
( (x "/\" y) `1 <= x `1 & (x "/\" y) `1 <= y `1 & (x "/\" y) `2 <= x `2 & (x "/\" y) `2 <= y `2 )
by YELLOW_3:12;
A3:
for d being Element of S st d <= x `1 & d <= y `1 holds
(x "/\" y) `1 >= d
for d being Element of T st d <= x `2 & d <= y `2 holds
(x "/\" y) `2 >= d
hence
( (x "/\" y) `1 = (x `1 ) "/\" (y `1 ) & (x "/\" y) `2 = (x `2 ) "/\" (y `2 ) )
by A2, A3, YELLOW_0:19; :: thesis: verum