Is a Finite Lattice also a Complete Lattice?

  • Thread starter Thread starter XodoX
  • Start date Start date
  • Tags Tags
    Lattice
AI Thread Summary
A finite lattice is automatically a complete lattice because every subset of a finite set is also finite, allowing each subset to have a supremum and infimum. The definitions of a lattice and a complete lattice clarify that while a lattice requires every finite subset to have these properties, a complete lattice extends this requirement to all subsets. The discussion emphasizes that the proof of this property may depend on the definitions used in specific contexts, particularly in relation to ordered sets. Induction can be a useful method to demonstrate that every finite set in a lattice possesses a supremum and infimum. Overall, the relationship between finite and complete lattices is confirmed through these definitions and logical reasoning.
XodoX
Messages
195
Reaction score
0
I'm not sure if I am using the right terms here, but:

When X is a finite set and R is a relation...

If (X,R) is a lattice, then (X,R) is also a complete lattice.



Does this make sense? The question then is, why is is also automatically complete. I don't understand that.
 
Physics news on Phys.org
Yes, it makes sense and it is true.

A lattice is an ordered set where every finite subset has a supremum and an infimum. A complete lattice is an ordered set where every subset has a supremum and an infimum.

Clearly, if the underlying set ##X## is finite, then every subset of ##X## is finite. Thus every subset has a supremum and an infimum since every finite subset has a supremum and an infimum.
 
micromass said:
Yes, it makes sense and it is true.

A lattice is an ordered set where every finite subset has a supremum and an infimum. A complete lattice is an ordered set where every subset has a supremum and an infimum.

Clearly, if the underlying set ##X## is finite, then every subset of ##X## is finite. Thus every subset has a supremum and an infimum since every finite subset has a supremum and an infimum.

Makes sense. Does this prove it, though ? I mean, is there any calculation to prove this, or you just basically say that's how it is.
 
It depends on the definition you've used. Some books only require, for a poset to be a lattice, that every pair ##x,y## of elements have a supremum ##x\vee y:= \bigvee\{x,y\}## and infimum ##x\wedge y:= \bigwedge\{x,y\}##. If this is so in your course, you still need to prove (by induction) that every finite set in a lattice has a supremum and infimum.
 
Thank you! Didn't think of proof by induction.
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top