Skip to content

feat: Add lemma SN.to_WN: SN implies Normalizable#736

Open
lengyijun wants to merge 1 commit into
leanprover:mainfrom
awesome-lambda-calculus:sn_to_wn
Open

feat: Add lemma SN.to_WN: SN implies Normalizable#736
lengyijun wants to merge 1 commit into
leanprover:mainfrom
awesome-lambda-calculus:sn_to_wn

Conversation

@lengyijun

Copy link
Copy Markdown
Contributor

SN.to_WN (hx : SN r x) : Normalizable r x

Proves that strong normalization implies weak normalization by induction on the SN structure, constructing the normal form via the single reduction step when a successor exists.

`SN.to_WN (hx : SN r x) : Normalizable r x`

Proves that strong normalization implies weak normalization by induction
on the SN structure, constructing the normal form via the single reduction
step when a successor exists.
@lengyijun

Copy link
Copy Markdown
Contributor Author

Hi @chenson2018
Thank you for reviewing my PR!
I'd like to make it easier for you to contribute changes directly. Could you please join awesome-lambda-calculus ?
Once you're a member, you'll be able to push commits directly to this PR's branch.

Our main goal is to verify the smallest basis of untyped lambda calculus.
We anticipate a large volume of code commits to the cslib infrastructure.

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.

1 participant