Skip to content

Fix constDF case in StratifiedUntyped induction - #14

Open
heathsanchez wants to merge 1 commit into
digama0:masterfrom
heathsanchez:sorrydb-fix-stratified-constdf
Open

Fix constDF case in StratifiedUntyped induction#14
heathsanchez wants to merge 1 commit into
digama0:masterfrom
heathsanchez:sorrydb-fix-stratified-constdf

Conversation

@heathsanchez

Copy link
Copy Markdown

Summary

This removes one sorry in Lean4Lean/Experimental/StratifiedUntyped.lean, in the constDF case of IsDefEq.inductionU1.

The proof works by binding the recursive induction hypotheses explicitly in the constDF case pattern, then using the Γ-level induction hypothesis in reverse through hdf.

Verification

Checked locally:

lake build Lean4Lean.Experimental.StratifiedUntyped
lake build

Both passed.

Note: the repository still contains unrelated existing sorrys in other files; this PR only removes the target sorry in StratifiedUntyped.lean.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants