let L1, L2 be Lattice; for p1, q1 being Element of L1
for p2, q2 being Element of L2 st L1 is 01_Lattice & L2 is 01_Lattice holds
( ( p1 is_a_pseudocomplement_of q1 & p2 is_a_pseudocomplement_of q2 ) iff [p1,p2] is_a_pseudocomplement_of [q1,q2] )
let p1, q1 be Element of L1; for p2, q2 being Element of L2 st L1 is 01_Lattice & L2 is 01_Lattice holds
( ( p1 is_a_pseudocomplement_of q1 & p2 is_a_pseudocomplement_of q2 ) iff [p1,p2] is_a_pseudocomplement_of [q1,q2] )
let p2, q2 be Element of L2; ( L1 is 01_Lattice & L2 is 01_Lattice implies ( ( p1 is_a_pseudocomplement_of q1 & p2 is_a_pseudocomplement_of q2 ) iff [p1,p2] is_a_pseudocomplement_of [q1,q2] ) )
assume A0:
( L1 is 01_Lattice & L2 is 01_Lattice )
; ( ( p1 is_a_pseudocomplement_of q1 & p2 is_a_pseudocomplement_of q2 ) iff [p1,p2] is_a_pseudocomplement_of [q1,q2] )
set L = [:L1,L2:];
thus
( p1 is_a_pseudocomplement_of q1 & p2 is_a_pseudocomplement_of q2 implies [p1,p2] is_a_pseudocomplement_of [q1,q2] )
( [p1,p2] is_a_pseudocomplement_of [q1,q2] implies ( p1 is_a_pseudocomplement_of q1 & p2 is_a_pseudocomplement_of q2 ) )proof
assume A1:
(
p1 is_a_pseudocomplement_of q1 &
p2 is_a_pseudocomplement_of q2 )
;
[p1,p2] is_a_pseudocomplement_of [q1,q2]
set a =
[p1,p2];
set b =
[q1,q2];
a2:
[p1,p2] "/\" [q1,q2] = [(Bottom L1),(Bottom L2)]
by A1, FILTER_1:35;
for
x being
Element of
[:L1,L2:] st
[q1,q2] "/\" x = Bottom [:L1,L2:] holds
x [= [p1,p2]
proof
let x be
Element of
[:L1,L2:];
( [q1,q2] "/\" x = Bottom [:L1,L2:] implies x [= [p1,p2] )
assume Z1:
[q1,q2] "/\" x = Bottom [:L1,L2:]
;
x [= [p1,p2]
consider x1,
x2 being
object such that Z2:
(
x1 in the
carrier of
L1 &
x2 in the
carrier of
L2 &
x = [x1,x2] )
by ZFMISC_1:def 2;
reconsider x1 =
x1 as
Element of
L1 by Z2;
reconsider x2 =
x2 as
Element of
L2 by Z2;
[q1,q2] "/\" [x1,x2] = [(Bottom L1),(Bottom L2)]
by FILTER_1:42, A0, Z2, Z1;
then Z3:
[(q1 "/\" x1),(q2 "/\" x2)] = [(Bottom L1),(Bottom L2)]
by FILTER_1:35;
then T1:
q1 "/\" x1 = Bottom L1
by XTUPLE_0:1;
T2:
q2 "/\" x2 = Bottom L2
by Z3, XTUPLE_0:1;
Z4:
x1 [= p1
by T1, A1;
x2 [= p2
by A1, T2;
hence
x [= [p1,p2]
by Z2, FILTER_1:36, Z4;
verum
end;
hence
[p1,p2] is_a_pseudocomplement_of [q1,q2]
by a2, FILTER_1:42, A0;
verum
end;
assume W0:
[p1,p2] is_a_pseudocomplement_of [q1,q2]
; ( p1 is_a_pseudocomplement_of q1 & p2 is_a_pseudocomplement_of q2 )
then
[p1,p2] "/\" [q1,q2] = [(Bottom L1),(Bottom L2)]
by A0, FILTER_1:42;
then w1:
[(p1 "/\" q1),(p2 "/\" q2)] = [(Bottom L1),(Bottom L2)]
by FILTER_1:35;
then W1:
( p1 "/\" q1 = Bottom L1 & p2 "/\" q2 = Bottom L2 )
by XTUPLE_0:1;
w2:
for xx1 being Element of L1 st q1 "/\" xx1 = Bottom L1 holds
xx1 [= p1
for xx2 being Element of L2 st q2 "/\" xx2 = Bottom L2 holds
xx2 [= p2
hence
( p1 is_a_pseudocomplement_of q1 & p2 is_a_pseudocomplement_of q2 )
by w2, w1, XTUPLE_0:1; verum