Skip to content

Commit 1946221

Browse files
LionSRtexra-aigithub-actions[bot]claude
authored
refactor(MPS/Periodic): rename scoped Z-gauge extraction (#3386)
* refactor(MPS/Periodic): rename scoped Z-gauge extraction * [claude-review-fix] doc(MPS/Periodic): move scope note back to LaTeX comment Per docs/prose_style.md, maintainer-facing scope notes recording an extra hypothesis belong in a LaTeX comment, not displayed theorem-body prose. Reverts the irreducible-form scope restriction on thm:zgauge_equiv_periodicFT_irreducible_form to a comment. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Sirui Lu <texra-ai@outlook.com> Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 8b07558 commit 1946221

2 files changed

Lines changed: 11 additions & 8 deletions

File tree

TNLean/MPS/Periodic/Symmetry/Theorem41Forward.lean

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,10 +369,13 @@ already known to be in irreducible form. The irreducible-form hypothesis for
369369
the \(p\)-blocked root is an explicit input here; it is not obtained from
370370
equality of MPV families.
371371
372-
This theorem is therefore only the equal-case FT application step. The remaining
373-
canonicalization problem is to prove that the blocked root appearing in the
374-
refinement argument is in irreducible form. -/
375-
theorem peripheralEqualCaseZGaugeOfSameMPV_of_periodicEqualCaseFT
372+
This theorem is therefore only the equal-case FT application step. It does not
373+
prove the full `PeripheralEqualCaseZGaugeOfSameMPV` hypothesis, since that
374+
hypothesis does not assume irreducible form for the blocked root. The remaining
375+
canonicalization work is to prove the missing irreducible-form input for the
376+
blocked root, and then to distribute the resulting blocked `Z`-phase back to a
377+
left-canonical root. -/
378+
theorem zGaugeEquiv_of_periodicEqualCaseFT_of_irreducibleForm
376379
(p : ℕ) (hFT : PeriodicEqualCaseFT (blockPhysDim d p) D)
377380
{A : MPSTensor d D} {C : MPSTensor (blockPhysDim d p) D}
378381
(hC : IsIrreducibleForm C)

blueprint/src/chapter/ch22_periodic_ft.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1979,9 +1979,9 @@ \section{Refinement and divisibility}\label{sec:periodic_refinement}
19791979
between $C$ and $A^{[p]}$.
19801980
\end{definition}
19811981

1982-
\begin{theorem}[Blocked equal-case Z-gauge extraction from the periodic theorem]
1983-
\label{thm:peripheral_equalcase_zgauge_sameMPV_of_periodicFT}
1984-
\lean{MPSTensor.peripheralEqualCaseZGaugeOfSameMPV_of_periodicEqualCaseFT}
1982+
\begin{theorem}[Z-gauge equivalence from the periodic theorem]
1983+
\label{thm:zgauge_equiv_periodicFT_irreducible_form}
1984+
\lean{MPSTensor.zGaugeEquiv_of_periodicEqualCaseFT_of_irreducibleForm}
19851985
\leanok
19861986
\uses{thm:periodic_ft, def:irreducible_form, def:blocked_tensor,
19871987
def:same_mpv, def:z_gauge_equiv}
@@ -1990,7 +1990,7 @@ \section{Refinement and divisibility}\label{sec:periodic_refinement}
19901990
both in irreducible form~II, and suppose that they have the same MPV family.
19911991
Then there exists an integer $m \ge 1$ and a $\mathbb Z_m$-gauge equivalence
19921992
between $C$ and $A^{[p]}$.
1993-
% Scope note: this is only the equal-case application of the periodic
1993+
% Scope restriction: this is only the equal-case application of the periodic
19941994
% Fundamental Theorem; the irreducible-form hypothesis on $A^{[p]}$ is an
19951995
% explicit assumption, not a consequence of equality of MPV families.
19961996
\end{theorem}

0 commit comments

Comments
 (0)