ROOT
author wenzelm
Sat, 27 Aug 2022 15:29:02 +0200
changeset 76000 586cad415e2f
parent 75992 1f6d79b62222
child 76004 152c5c83c119
permissions -rw-r--r--
tuned whitespace for presentation;

chapter_definition HOL
  description "
    Higher-Order Logic.

    Isabelle/HOL is a version of classical higher-order logic resembling
    that of the HOL System (https://www.cl.cam.ac.uk/Research/HVG/HOL).
  "

chapter_definition ZF
  description "
    Zermelo-Fraenkel set theory.

    Isabelle/ZF offers a formulation of Zermelo-Fraenkel set theory on top of
    Isabelle/FOL.
  "

chapter_definition FOL
  description "
    First-Order Logic with some variations: single-sorted vs. many-sorted
    (polymorphic), classical vs. intuitionistic, domain-theory (LCF).
  "

chapter_definition Pure
  description "
    The Pure logical framework.

    Isabelle/Pure is a version of intuitionistic higher-order logic that
    expresses rules for Natural Deduction declaratively.
  "

chapter_definition Misc
  description "
    Miscellaneous object-logics, tools, and experiments.
  "

chapter_definition Doc
  description "
    Sources of Documentation.
  "