# HG changeset patch # User haftmann # Date 1186472327 -7200 # Node ID 911b46812018aab54756e604ed7130d961ed4c3f # Parent 9e6a2a7da86a2ffdee024ca84e2508983e0bfc5d tuned diff -r 9e6a2a7da86a -r 911b46812018 src/HOL/Lattices.thy --- a/src/HOL/Lattices.thy Tue Aug 07 09:38:46 2007 +0200 +++ b/src/HOL/Lattices.thy Tue Aug 07 09:38:47 2007 +0200 @@ -225,7 +225,7 @@ end -subsection{* Distributive lattices *} +subsection {* Distributive lattices *} class distrib_lattice = lattice + assumes sup_inf_distrib1: "x \ (y \ z) = (x \ y) \ (x \ z)"