feat(Algebra/QuadraticAlgebra): quadratic orders over ℤ and their fraction ring - #42711
feat(Algebra/QuadraticAlgebra): quadratic orders over ℤ and their fraction ring#42711xroblot wants to merge 19 commits into
Conversation
…-map # Conflicts: # Mathlib/Algebra/QuadraticAlgebra/Basic.lean
…ratic-algebra-discr # Conflicts: # Mathlib/Algebra/QuadraticAlgebra/Basic.lean
…-discr # Conflicts: # Mathlib/Algebra/QuadraticAlgebra/Basic.lean
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Pxa1HLgwZQg6sssxyFg2o1
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Pxa1HLgwZQg6sssxyFg2o1
PR summary 658f1af3aaImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type (weak) |
|---|---|---|
| 4931 | 1 | exposed public sections |
Current commit 658f1af3aa
Reference commit caa4dbde35
This script lives in the mathlib-ci repository. To run it locally, from your mathlib4 directory:
git clone https://github.com/leanprover-community/mathlib-ci.git ../mathlib-ci
../mathlib-ci/scripts/reporting/technical-debt-metrics.sh pr_summary
- The
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
|
This pull request has conflicts, please merge |
…tic-algebra-fraction-ring # Conflicts: # Mathlib.lean # Mathlib/Algebra/QuadraticAlgebra/Discr.lean
|
This pull request has conflicts, please merge |
Realize
QuadraticAlgebra ℤ a bas an order inQuadraticAlgebra ℚ a b, via the base-change mapalgHom: the latter is the localization at the nonzero integers and the fraction ring, and theformer is a domain iff
discr a bis not a square.Prepared with Claude Code 🤖