Commit 2025-12-04 09:22 8101f86b
View on Github →feat(Tactic): add lia as an alias for cutsat and use it throughout (#32376)
Summary
- Adds
liaas an alias for thecutsattactic in preparation for the upcoming rename in Lean core - Replaces all uses of
cutsatwithliathroughout Mathlib (405 files, ~1450 changes) - Updates FlexibleLinter to recognize
liaas a flexible tactic This unblocks nightly-testing by allowing Mathlib to work with both the currentcutsatname and the futurelianame. Related discussion: https://leanprover.zulipchat.com/#narrow/channel/428973-nightly-testing/topic/Mathlib.20status.20updates/near/561369768
Test plan
- Verified core tactic files build (
Mathlib.Tactic.Lia,Mathlib.Tactic.Common) - Verified linter tests pass (
MathlibTest.FlexibleLinter,MathlibTest.TacticAnalysis) - CI will run full build 🤖 Prepared with Claude Code