Skip to content

Reduce strict defeq compatibility options (#8)#59

Merged
poet77 merged 1 commit into
mainfrom
develop
May 19, 2026
Merged

Reduce strict defeq compatibility options (#8)#59
poet77 merged 1 commit into
mainfrom
develop

Conversation

@poet77
Copy link
Copy Markdown
Collaborator

@poet77 poet77 commented May 19, 2026

Summary

Issue Links

Closes #8.

Notes

Validation

  • git diff --check origin/main..develop
  • rg -n "backward\.isDefEq\.respectTransparency" OpenGALib = 3 occurrences
  • lake build

Implements issue #8 by removing most OpenGA uses of backward.isDefEq.respectTransparency false, replacing two defeq-sensitive proofs with explicit rewrites or upstream metric data, and documenting the remaining tensor-bundle instance-synthesis workarounds.

Validation: lake build; lake exe shake OpenGALib --no-downstream = 39; sorry count = 36; axiom count = 0.
@poet77 poet77 merged commit 7c85840 into main May 19, 2026
3 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.

Eliminate set_option backward.isDefEq.respectTransparency false workarounds

1 participant