I'm new Isabelle/Hol user and I have some confusion regarding using the existing definitions in Isabelle. I have to define a Complete lattice structure and Complete Partial Order (CPO) structure in my model. I found that those defintion already exists as Classes in the HOLCF Porder.Thy and Lattice.thy. So If I wanted to include those definitions in my model how should I proceed ? Like I copy paste all the definition or there is a specific command for that ?
Thanks