Admissible fragment from a bare compactness hypothesis #
admissibleFragmentOfUniv constructs an FiniteCompactFragment L with
formulas := Set.univ from a bare compactness hypothesis. All closure fields
(from AdmissibleFragmentCore) are trivial because Set.univ is trivially
closed under everything; the compact field is forwarded from the input.
This is a packaging constructor, not a substantive theorem: the hard
content (the finite-subset compactness property) is assumed, not derived.
Note that the resulting FiniteCompactFragment.compact is the HF-style
finite-subset compactness, which is stronger than the standard Barwise
compactness theorem. See BarwiseCompactnessData for the literature-faithful
version.
An admissible fragment on the full universe of sentences, built from a bare
compactness hypothesis. All closure fields are trivial because formulas is
Set.univ. The height is taken as a parameter (any ordinal > ω suffices).
This is a packaging constructor: the hard content (compactness) is assumed
as hCompact, not derived from any prior fragment or admissibility argument.
Callers that have a FullBarwiseFragment L can supply B.height and
B.height_gt_omega for the ordinal parameters.
Equations
- One or more equations did not get rendered due to their size.