Skip to content

Fill two local arithmetic steps in Chapter 03 - #138

Merged
mo271 merged 1 commit into
mo271:mainfrom
heathsanchez:fix-chapter03-local-arithmetic-omega
Aug 25, 2026
Merged

Fill two local arithmetic steps in Chapter 03#138
mo271 merged 1 commit into
mo271:mainfrom
heathsanchez:fix-chapter03-local-arithmetic-omega

Conversation

@heathsanchez

Copy link
Copy Markdown
Contributor

This fills two local arithmetic proof holes in FormalBook/Chapter_03.lean using omega.

Patch:

have h_3lel : 3 ≤ l := by
  omega

and

have h_2k'len : 2 * k' ≤ n := by
  omega

Local verification:

lake build FormalBook.Chapter_03

Result:

Build completed successfully

Sorry/admit count change in the file:

-2

The patch is intentionally minimal and only replaces the two local sorry holes.

@mo271 mo271 left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM!

@mo271
mo271 merged commit 4b13c4e into mo271:main Aug 25, 2026
2 checks passed
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.

3 participants