Built with Alectryon, running Coq+SerAPI v8.18.0+0.18.3. Bubbles () indicate interactive fragments: hover for details, tap to reveal contents. Use Ctrl+↑ Ctrl+↓ to navigate, Ctrl+🖱️ to focus. On Mac, use instead of Ctrl.
[Loading ML file number_string_notation_plugin.cmxs (using legacy method) ... done]
Global Instance join_bool : Join Bool := orb. Global Instance meet_bool : Meet Bool := andb. Global Instance bottom_bool : Bottom Bool := false. Global Instance top_bool : Top Bool := true. Section contents. Local Ltac solve_bool := repeat (intros [|]); compute; (contradiction || auto).

IsBoundedLattice Bool

IsBoundedLattice Bool
repeat split; (apply _ || solve_bool). Defined. End contents.