I have seen many examples defining a lattice over a partially ordered set $(P, \sqsubseteq)$ together with a greatest lower bound $\sqcap$, a least upper bound $\sqcup$ and a top $\top$, and bottom element $\bot$.
The relation $\sqsubseteq$ is a partial ordering, hence it is reflexive, transitive and anti-symmetric.
I have another ordering operator $\preceq$ that is only reflexive and transitive. It is therefore a preorder, $(Q, \preceq)$.
1) Can I build a lattice from the preorder $(Q, \preceq)$? (assuming I do have $\top$, $\bot$, GLB and LUB)
2) What properties of the ordering operator does the lattice depend on?
Some suggestions:
I hope this helps $\ddot\smile$