let V be RealLinearSpace; :: thesis: LattStr(# (Subspaces V),(SubJoin V),(SubMeet V) #) is Lattice
set S = LattStr(# (Subspaces V),(SubJoin V),(SubMeet V) #);
A1:
for A, B being Element of LattStr(# (Subspaces V),(SubJoin V),(SubMeet V) #) holds A "\/" B = B "\/" A
A2:
for A, B, C being Element of LattStr(# (Subspaces V),(SubJoin V),(SubMeet V) #) holds A "\/" (B "\/" C) = (A "\/" B) "\/" C
proof
let A,
B,
C be
Element of
LattStr(#
(Subspaces V),
(SubJoin V),
(SubMeet V) #);
:: thesis: A "\/" (B "\/" C) = (A "\/" B) "\/" C
reconsider W1 =
A,
W2 =
B,
W3 =
C as
Subspace of
V by Def3;
reconsider AB =
W1 + W2,
BC =
W2 + W3 as
Element of
LattStr(#
(Subspaces V),
(SubJoin V),
(SubMeet V) #)
by Def3;
thus A "\/" (B "\/" C) =
(SubJoin V) . A,
BC
by Def7
.=
W1 + (W2 + W3)
by Def7
.=
(W1 + W2) + W3
by Th10
.=
(SubJoin V) . AB,
C
by Def7
.=
(A "\/" B) "\/" C
by Def7
;
:: thesis: verum
end;
A3:
for A, B being Element of LattStr(# (Subspaces V),(SubJoin V),(SubMeet V) #) holds (A "/\" B) "\/" B = B
A4:
for A, B being Element of LattStr(# (Subspaces V),(SubJoin V),(SubMeet V) #) holds A "/\" B = B "/\" A
A5:
for A, B, C being Element of LattStr(# (Subspaces V),(SubJoin V),(SubMeet V) #) holds A "/\" (B "/\" C) = (A "/\" B) "/\" C
proof
let A,
B,
C be
Element of
LattStr(#
(Subspaces V),
(SubJoin V),
(SubMeet V) #);
:: thesis: A "/\" (B "/\" C) = (A "/\" B) "/\" C
reconsider W1 =
A,
W2 =
B,
W3 =
C as
Subspace of
V by Def3;
reconsider AB =
W1 /\ W2,
BC =
W2 /\ W3 as
Element of
LattStr(#
(Subspaces V),
(SubJoin V),
(SubMeet V) #)
by Def3;
thus A "/\" (B "/\" C) =
(SubMeet V) . A,
BC
by Def8
.=
W1 /\ (W2 /\ W3)
by Def8
.=
(W1 /\ W2) /\ W3
by Th19
.=
(SubMeet V) . AB,
C
by Def8
.=
(A "/\" B) "/\" C
by Def8
;
:: thesis: verum
end;
for A, B being Element of LattStr(# (Subspaces V),(SubJoin V),(SubMeet V) #) holds A "/\" (A "\/" B) = A
then
( LattStr(# (Subspaces V),(SubJoin V),(SubMeet V) #) is join-commutative & LattStr(# (Subspaces V),(SubJoin V),(SubMeet V) #) is join-associative & LattStr(# (Subspaces V),(SubJoin V),(SubMeet V) #) is meet-absorbing & LattStr(# (Subspaces V),(SubJoin V),(SubMeet V) #) is meet-commutative & LattStr(# (Subspaces V),(SubJoin V),(SubMeet V) #) is meet-associative & LattStr(# (Subspaces V),(SubJoin V),(SubMeet V) #) is join-absorbing )
by A1, A2, A3, A4, A5, LATTICES:def 4, LATTICES:def 5, LATTICES:def 6, LATTICES:def 7, LATTICES:def 8, LATTICES:def 9;
hence
LattStr(# (Subspaces V),(SubJoin V),(SubMeet V) #) is Lattice
; :: thesis: verum