Consistent enumeration on a poset

  • Thread starter Thread starter farleyknight
  • Start date Start date
AI Thread Summary
A consistent enumeration of a poset P is defined as a function f: P -> N such that if a < b, then f(a) < f(b). In a linearly ordered set, this condition ensures that f is an injection. However, in a partially ordered set, elements may be incomparable, meaning f(a) can equal f(b) without violating the enumeration condition, thus f is not necessarily an injection. The discussion highlights the distinction between consistent enumeration and concepts like linear extensions and topological sorting. Clarifying these definitions is essential for understanding the properties of posets.
farleyknight
Messages
143
Reaction score
0
Hey all,

I've got a copy of Schaum's outline of Discrete Mathematics, and in the section on ordered subsets and lattices, it includes the definition of a consistent enumeration:

Succinctly, given a poset P, there exists f: P -> N, so that if a < b then f(a) < f(b)

http://books.google.com/books?id=6A...meration"&source=gbs_search_s&cad=0#PPA447,M1

However, I had this in my notes that it was not just a function but an injection. Of course, looking at it again, I didn't consider the case of a || b. I don't know where I got this from and now I'm slightly confused. The closest I could find to this definition was a linear extension and topological sorting, which are slightly different.

Does anyone know this topic well enough to dispell my confusion?

Thanks,
- Farley
 
Physics news on Phys.org
IF P is linearly ordered, then "if a< b then f(a)< f(b)" implies that f is an injection. However, in a partially ordered set, it may happen that a and b are "not comparable" (i.e. none of a= b, a< b, nor b< a is true) in which case f(a) may equal f(b) and so f is not necessarily an injection.
 
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