Lm1:
for L being finite Lattice
for X being Subset of L holds
( X is empty or ex a being Element of (LattPOSet L) st
( a in X & ( for b being Element of (LattPOSet L) st b in X & b <> a holds
not b <= a ) ) )
Lm2:
for L being finite Lattice
for X being Subset of L holds
( X is empty or ex a being Element of (LattPOSet L) st
( a in X & ( for b being Element of (LattPOSet L) st b in X & b <> a holds
not a <= b ) ) )
Lm3:
for L being finite Lattice
for X being Subset of L holds
( X is empty or ex a being Element of (LattPOSet L) st
for b being Element of (LattPOSet L) st b in X holds
b <= a )
Lm4:
for L being finite Lattice ex a being Element of (LattPOSet L) st
for b being Element of (LattPOSet L) holds b <= a
Lm5:
for L being finite Lattice holds L is complete
Lm6:
for L being finite Lattice holds (LattPOSet L) ~ is well_founded
Lm7:
for L being finite Lattice holds
( L is noetherian & L is co-noetherian )
by Lm6;
Lm8:
for L being Lattice
for a, b being Element of L holds
( a "/\" b = (a %) "/\" (b %) & a "\/" b = (a %) "\/" (b %) )
Lm9:
for L being complete co-noetherian Lattice holds MIRRS L is infimum-dense
Lm10:
for L being complete noetherian Lattice holds JIRRS L is supremum-dense