Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions TNLean/MPS/Periodic/FundamentalTheorem.lean
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ open scoped Matrix BigOperators
This file formalizes the periodic fundamental theorem of arXiv:1708.00029 Section 3 and the
Z-gauge theory used in its equal-case strengthening:

* **Theorem 3.4** (`fundamentalTheorem_periodic_proportional`): If two non-repeating
* **Theorem 3.4** (`fundamentalTheorem_periodic_proportional`): If two non-repeated
block families satisfy the periodic overlap dichotomy, their bases of periodic tensors
match up to a bijection with per-block `RepeatedBlocks` equivalence. (In the paper,
proportional MPVs imply the dichotomy; here it is a direct hypothesis.)
Expand Down Expand Up @@ -274,7 +274,7 @@ theorem peripheralProportionalCase_periodicFT_of_rootFromRescaling

/-- **Theorem 3.4 (Proportional case, arXiv:1708.00029).**

If two non-repeating block families satisfy the periodic overlap dichotomy, then
If two non-repeated block families satisfy the periodic overlap dichotomy, then
their bases of periodic tensors match: equal block counts, a bijection, and per-block
`HetRepeatedBlocks` equivalence.

Expand Down Expand Up @@ -504,7 +504,7 @@ variable {D₁ D₂ : ℕ}

/-- **Theorem 3.8, Step 1: Block matching.**

If two tensors in irreducible form with non-repeating blocks satisfy the periodic overlap
If two tensors in irreducible form with non-repeated blocks satisfy the periodic overlap
dichotomy, their bases of periodic tensors match: equal block counts, a bijection, and
per-block `HetRepeatedBlocks` equivalence.

Expand All @@ -527,7 +527,7 @@ theorem fundamentalTheorem_periodic_equalCase_matching

/-- **Scalar component of the equal-case periodic FT (arXiv:1708.00029).**

If two MPS tensors in irreducible form with non-repeating blocks satisfy the periodic
If two MPS tensors in irreducible form with non-repeated blocks satisfy the periodic
overlap dichotomy and per-block multiplicity-entry power equality, then:

1. **Block matching**: equal block counts, a bijection, and per-block `HetRepeatedBlocks`.
Expand Down
4 changes: 2 additions & 2 deletions blueprint/src/chapter/ch22_periodic_ft.tex
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
%% =========================================================
%% Chapter: Periodic MPS - irreducible form and the periodic
%% Fundamental Theorem. Source: \cite[Sections~3--4]{DeLasCuevas2017Irreducible}.
Expand Down Expand Up @@ -466,7 +466,7 @@
Newton--Girard power-sum identity to recover the multiplicity multiset.
\end{proof}

\begin{theorem}[Conditional matching of periodic bases]
\begin{theorem}[Conditional matching of bases of periodic tensors]
\label{thm:periodic_equalcase_matching}
\lean{MPSTensor.fundamentalTheorem_periodic_equalCase_matching}
\leanok
Expand Down Expand Up @@ -504,7 +504,7 @@

\begin{proof}\leanok
First use Theorem~\ref{thm:periodic_equalcase_matching} to match the
periodic bases. For each matched block, apply
bases of periodic tensors. For each matched block, apply
Theorem~\ref{thm:equalcase_zgauge_power_sums} to the singleton list of
multiplicity entries.
\end{proof}
Expand Down
Loading