Add initial-algebra induction and categorical Lindstrom characterization#1
Merged
Conversation
…racterization Point A: InitialAlgebraInduction.lean — named induction/recursion principles for the Adamek fixed point (adamek_induction, adamek_rec, factorization and uniqueness lemmas). Makes explicit that "proofs by dimension" are instances of initial-algebra induction over the M-chain. Point B: ComputationallyUniversal, categorical_lindstrom, and computationally_universal_of_tensor added to ConvergenceCriterion.lean. Makes "computationally universal" a model-theoretic property of a category-with-structure rather than a property of encodings. 43 files, 0 sorry, 0 custom axioms.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
InitialAlgebraInduction.lean— names the catamorphism as an explicit induction/recursion proof schema (adamek_induction,adamek_rec). "Proofs by dimension" are instances of initial-algebra induction over the M-chain.ComputationallyUniversal,categorical_lindstrom, andcomputationally_universal_of_tensoradded toConvergenceCriterion.lean. Makes "computationally universal" a model-theoretic property of a category-with-structure (Lindstrom-type characterization).43 files, 0 sorry, 0 custom axioms.
lake build FixedPointpasses clean.Test plan
lake build FixedPoint— 3352 jobs, 0 errorslean_diagnostic_messages— 0 errors, 0 warnings on both new/modified files./scripts/verify.sh— 0 sorry, 0 custom axioms (exit 1 is pre-existing long-line warning in MonoidalUniqueness.lean, not from this PR)