set L = PartialPredConnectivesLatt D;
thus
PartialPredConnectivesLatt D is join-commutative
LATTICES:def 10 ( PartialPredConnectivesLatt D is join-associative & PartialPredConnectivesLatt D is meet-absorbing & PartialPredConnectivesLatt D is meet-commutative & PartialPredConnectivesLatt D is meet-associative & PartialPredConnectivesLatt D is join-absorbing )
thus
PartialPredConnectivesLatt D is join-associative
( PartialPredConnectivesLatt D is meet-absorbing & PartialPredConnectivesLatt D is meet-commutative & PartialPredConnectivesLatt D is meet-associative & PartialPredConnectivesLatt D is join-absorbing )proof
let a,
b,
c be
Element of
(PartialPredConnectivesLatt D);
LATTICES:def 5 a "\/" (b "\/" c) = (a "\/" b) "\/" c
reconsider a1 =
a,
b1 =
b,
c1 =
c as
PartialPredicate of
D by PARTFUN1:46;
A1:
a "\/" b = PP_or (
a1,
b1)
by Def12;
b "\/" c = PP_or (
b1,
c1)
by Def12;
hence a "\/" (b "\/" c) =
PP_or (
a1,
(PP_or (b1,c1)))
by Def12
.=
PP_or (
(PP_or (a1,b1)),
c1)
by Th14
.=
(a "\/" b) "\/" c
by A1, Def12
;
verum
end;
thus
PartialPredConnectivesLatt D is meet-absorbing
( PartialPredConnectivesLatt D is meet-commutative & PartialPredConnectivesLatt D is meet-associative & PartialPredConnectivesLatt D is join-absorbing )
thus
PartialPredConnectivesLatt D is meet-commutative
( PartialPredConnectivesLatt D is meet-associative & PartialPredConnectivesLatt D is join-absorbing )
thus
PartialPredConnectivesLatt D is meet-associative
PartialPredConnectivesLatt D is join-absorbing proof
let a,
b,
c be
Element of
(PartialPredConnectivesLatt D);
LATTICES:def 7 a "/\" (b "/\" c) = (a "/\" b) "/\" c
reconsider a1 =
a,
b1 =
b,
c1 =
c as
PartialPredicate of
D by PARTFUN1:46;
A2:
a "/\" b = PP_and (
a1,
b1)
by Def11;
b "/\" c = PP_and (
b1,
c1)
by Def11;
hence a "/\" (b "/\" c) =
PP_and (
a1,
(PP_and (b1,c1)))
by Def11
.=
PP_and (
(PP_and (a1,b1)),
c1)
by Th14
.=
(a "/\" b) "/\" c
by A2, Def11
;
verum
end;
thus
PartialPredConnectivesLatt D is join-absorbing
verum