Skip to content

Clarify internal heartbeat conversion#2

Closed
kim-em wants to merge 1 commit into
masterfrom
codex/add-inline-comment-for-heartbeat-count
Closed

Clarify internal heartbeat conversion#2
kim-em wants to merge 1 commit into
masterfrom
codex/add-inline-comment-for-heartbeat-count

Conversation

@kim-em
Copy link
Copy Markdown
Owner

@kim-em kim-em commented Aug 16, 2025

Summary

  • Explain why sleep_heartbeats multiplies user input by 1000 to access the internal heartbeat counter.

Testing

  • lake build Mathlib.Util.SleepHeartbeats

https://chatgpt.com/codex/tasks/task_e_68a003a948f483219633825547b190e0

@kim-em kim-em closed this Aug 16, 2025
kim-em added a commit that referenced this pull request Mar 4, 2026
- Use parallel `for sArg in sourceArgs, eArg in expectedArgs` (#2)
- Use `repeat do` instead of fuel-bounded loop (#3)
- Use modern range syntax `*...n` and `n...m` (leanprover-community#9, leanprover-community#10)
- Use `fieldInfo[i]?` instead of bounds check (leanprover-community#11)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
kim-em added a commit that referenced this pull request Apr 23, 2026
Addresses PR review comments:
- :98 - delete discreteTopology_fiber; downstream users call
  .discreteTopology_fiber on isCoveringMap directly (per Kim's ruling
  on pushback #2)
- :203 - collapse the 2-step calc (simp + simpa) into a single
  `rw [← hΓ_eq_lift]; simpa ...` block
- :233 - collapse the 3-step calc in h_end to a single
  `rw [...]; exact p.target` line
- :278 - keep the calc in skeletal form per pushback #3 ruling, but
  tighten from 6 steps to 5 and add a prose header explaining the
  α⁻¹·α insertion trick

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant