Skip to content

Commit acef18f

Browse files
authored
Merge pull request #3280 from LionSR/codex/periodic-1708-terminology
doc(MPS/Periodic): use 1708.00029 terminology for periodic bases
2 parents 29b72aa + 0d2dafc commit acef18f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

TNLean/MPS/Periodic/FundamentalTheorem.lean

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ open scoped Matrix BigOperators
1717
This file formalizes the periodic fundamental theorem of arXiv:1708.00029 Section 3 and the
1818
Z-gauge theory used in its equal-case strengthening:
1919
20-
* **Theorem 3.4** (`fundamentalTheorem_periodic_proportional`): If two non-repeating
20+
* **Theorem 3.4** (`fundamentalTheorem_periodic_proportional`): If two non-repeated
2121
block families satisfy the periodic overlap dichotomy, their bases of periodic tensors
2222
match up to a bijection with per-block `RepeatedBlocks` equivalence. (In the paper,
2323
proportional MPVs imply the dichotomy; here it is a direct hypothesis.)
@@ -274,7 +274,7 @@ theorem peripheralProportionalCase_periodicFT_of_rootFromRescaling
274274

275275
/-- **Theorem 3.4 (Proportional case, arXiv:1708.00029).**
276276
277-
If two non-repeating block families satisfy the periodic overlap dichotomy, then
277+
If two non-repeated block families satisfy the periodic overlap dichotomy, then
278278
their bases of periodic tensors match: equal block counts, a bijection, and per-block
279279
`HetRepeatedBlocks` equivalence.
280280
@@ -504,7 +504,7 @@ variable {D₁ D₂ : ℕ}
504504

505505
/-- **Theorem 3.8, Step 1: Block matching.**
506506
507-
If two tensors in irreducible form with non-repeating blocks satisfy the periodic overlap
507+
If two tensors in irreducible form with non-repeated blocks satisfy the periodic overlap
508508
dichotomy, their bases of periodic tensors match: equal block counts, a bijection, and
509509
per-block `HetRepeatedBlocks` equivalence.
510510
@@ -527,7 +527,7 @@ theorem fundamentalTheorem_periodic_equalCase_matching
527527

528528
/-- **Scalar component of the equal-case periodic FT (arXiv:1708.00029).**
529529
530-
If two MPS tensors in irreducible form with non-repeating blocks satisfy the periodic
530+
If two MPS tensors in irreducible form with non-repeated blocks satisfy the periodic
531531
overlap dichotomy and per-block multiplicity-entry power equality, then:
532532
533533
1. **Block matching**: equal block counts, a bijection, and per-block `HetRepeatedBlocks`.

blueprint/src/chapter/ch22_periodic_ft.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ \subsection{Statement of the periodic Fundamental Theorem}
466466
Newton--Girard power-sum identity to recover the multiplicity multiset.
467467
\end{proof}
468468

469-
\begin{theorem}[Conditional matching of periodic bases]
469+
\begin{theorem}[Conditional matching of bases of periodic tensors]
470470
\label{thm:periodic_equalcase_matching}
471471
\lean{MPSTensor.fundamentalTheorem_periodic_equalCase_matching}
472472
\leanok
@@ -504,7 +504,7 @@ \subsection{Statement of the periodic Fundamental Theorem}
504504

505505
\begin{proof}\leanok
506506
First use Theorem~\ref{thm:periodic_equalcase_matching} to match the
507-
periodic bases. For each matched block, apply
507+
bases of periodic tensors. For each matched block, apply
508508
Theorem~\ref{thm:equalcase_zgauge_power_sums} to the singleton list of
509509
multiplicity entries.
510510
\end{proof}

0 commit comments

Comments
 (0)