I'm writing on behalf of a group project where we are currently looking at basic geometry; in particular we are interested in polyhedral fans. We wish to prove that (abusing terminology somewhat) the intersection of two fans is a fan, and our primary stumbling block at this point is the following lemma:
Suppose that $\sigma$ and $\tau$ are cones (these have vertex at the origin), and $f$ is a face of $\sigma\cap\tau$. Prove that there are faces $s\leq\sigma$ and $t\leq\tau$ such that $f=s\cap t$.
Our idea is to choose $s$ and $t$ to be the minimal faces of $\sigma$ and $\tau$ which contain $f$. But we are having a hard time dealing with what "minimal" means. We can define it (just the minimum element in the sublattice of faces that contain $f$), but have not been able to translate the definition into a useful property that shows $s\cap t \subseteq f$.