Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
113 commits
Select commit Hold shift + click to select a range
cd53fd0
docs: update AGENTS.md
kencyke Jun 17, 2026
072275e
feat(LocalNet): build AQFT net properties and organize by module
kencyke Jun 17, 2026
d4ea173
feat(LocalNet): formalize the operator tensor decomposition of the net
kencyke Jun 21, 2026
f29a1f2
refactor(LocalNet): drop unused region-index factorisation equivalences
kencyke Jun 21, 2026
0350172
refactor(Matrix): remove unused rpow CFC-transport chain from Effros
kencyke Jun 21, 2026
ae10354
refactor(Matrix): remove unused matrixExp and helper lemmas
kencyke Jun 21, 2026
8684e11
refactor(CStarAlgebra): remove unused State helper lemmas
kencyke Jun 21, 2026
a40c349
refactor(ForMathlib): remove modules unused by the project
kencyke Jun 21, 2026
ef252c0
feat(cstar): add bundled *-representation layer
kencyke Jun 15, 2026
a2f569d
refactor(gns): build GNS representation on CStarRep
kencyke Jun 15, 2026
bbe2709
feat: add † notation for continuous linear map adjoint
kencyke Jun 21, 2026
54856dd
refactor: use ⟪·,·⟫/∘L notation in ForMathlib inner-product files
kencyke Jun 21, 2026
3f3c2de
refactor(gns): state GNS construction with ⟪·,·⟫ and † notation
kencyke Jun 21, 2026
2aeecea
refactor(cstar): adopt ⟪·,·⟫ and † notation in representation layer
kencyke Jun 21, 2026
98c276c
refactor: replace bespoke matrixFunction/matrixLog with Mathlib cfc
kencyke Jun 24, 2026
110cd4c
refactor: regroup strong subadditivity modules
kencyke Jun 24, 2026
e84c675
refactor: replace bespoke entropyFun with Mathlib Real.negMulLog
kencyke Jun 24, 2026
d0281a7
refactor(localnet): split abstract LocalNet from SiteIndexSystem model
kencyke Jun 25, 2026
c410f5f
refactor: propagate SiteIndexSystem rename to analysis and notation m…
kencyke Jun 25, 2026
97edbe3
feat(formathlib): add completion functoriality for star-algebra equiv…
kencyke Jun 25, 2026
e0e29c8
feat(localnet): act on the quasi-local C*-algebra by covariant star-a…
kencyke Jun 25, 2026
748e51d
refactor(localnet): split net monolith into focused modules
kencyke Jun 25, 2026
1435ab8
refactor(localnet): unify net symmetry into covariance module
kencyke Jun 26, 2026
bcd5829
refactor(localnet): separate abstract covariance, its action, and the…
kencyke Jun 26, 2026
3656105
refactor(localnet): split abstract net layer from concrete matrix model
kencyke Jun 26, 2026
6c96b28
refactor(localnet): rename QuasiLocal module to QuasiLocalAlgebra
kencyke Jun 26, 2026
3f0f2b8
refactor(localnet): replace matrix model with representation-free spl…
kencyke Jun 28, 2026
6fde6d2
chore: remove incomplete modules
kencyke Jun 28, 2026
3e23dd6
refactor: remove QuantumSystem.Analysis.Channel.PartialTrace
kencyke Jun 28, 2026
9ecd967
refactor(entropy): drop redundant 'product' qualifier from SSA/mutual…
kencyke Jun 28, 2026
512e352
chore: remove junk file
kencyke Jun 28, 2026
c12df3f
feat: remove skills
kencyke Jun 28, 2026
9e79362
build: npx skills@latest add mattpocock/skills
kencyke Jun 28, 2026
a8201a0
feat: add ingest-paper skill
kencyke Jun 28, 2026
155895d
feat: add grill-formalization skill
kencyke Jun 28, 2026
1660b4d
feat: add math-reviewer agent and math-review skill
kencyke Jun 28, 2026
36d3695
docs: fix relativeEntropy_channel_le docstring
kencyke Jun 28, 2026
9ab7744
docs: relax line-length guideline from 100 to 120 columns
kencyke Jun 28, 2026
e726565
feat: export microcausality to quasi-local C*-algebra
kencyke Jun 28, 2026
b0d94bc
docs: align covariance docstrings with types and group-action boundary
kencyke Jun 28, 2026
c2b3d06
feat: capture paper dependency DAG in ingest-paper INDEX.md
kencyke Jun 29, 2026
29db0e7
docs: require matching code to docs when docs overclaim
kencyke Jun 29, 2026
4ccce22
feat: add type I factor structure theory and Hilbert tensor factors
kencyke Jul 19, 2026
5b0eb76
refactor: move image_centralizer to ForMathlib and document symmetriz…
kencyke Jul 19, 2026
9ba28c9
refactor: derive hasSum_resolutionOfIdentity from coe_hilbertSumEquiv…
kencyke Jul 19, 2026
4503fef
feat: strengthen spatial decomposition existentials to covering famil…
kencyke Jul 19, 2026
ebdb16e
refactor: move Hilbert tensor factors to VonNeumannAlgebra.TensorFactor
kencyke Jul 19, 2026
08ed864
feat: prove the tensor von Neumann algebras are factors
kencyke Jul 19, 2026
4097ef7
feat: add abelian projections and the general type I property
kencyke Jul 19, 2026
24bd242
feat: prove type I iff minimal projection for factors
kencyke Jul 19, 2026
a3b7bed
refactor: keep ForMathlib modules importing only Mathlib
kencyke Jul 19, 2026
f693644
feat: add supporting API for the B(H) type I factor development
kencyke Jul 19, 2026
fa3e223
refactor: remove unused theorems
kencyke Jul 19, 2026
5a74a73
refactor: demote auxiliary theorems to lemma
kencyke Jul 19, 2026
795b00e
feat: add IsTypeIInfinite predicate for type I_∞ factors
kencyke Jul 19, 2026
7bcd0c2
chore: remove mattpocock/skills skills
kencyke Jul 19, 2026
8033f2b
refactor: merge Lattice.lean into BoundedLinearOperators
kencyke Jul 20, 2026
c603918
docs: reword grill/ingest skill descriptions
kencyke Jul 20, 2026
15a2df1
refactor: move type I predicates and structure theorem into TypeI
kencyke Jul 20, 2026
22f1792
refactor: consolidate VonNeumannAlgebra modules
kencyke Jul 20, 2026
bc08cf2
refactor: replace Top instance with named 𝓑(H) and a bridging star-is…
kencyke Jul 20, 2026
fa6639a
refactor: make type-level 𝓑(H) an opt-in scoped notation
kencyke Jul 20, 2026
97797d0
docs: clarify LocalNet scope, Faithful split, and empty-region algebra
kencyke Jul 20, 2026
b7c1098
feat: add union-only smart constructor LocalNet.mk'
kencyke Jul 20, 2026
53c1290
refactor: drop algebraCongr_apply subsumed by algebraCongr_self
kencyke Jul 20, 2026
20f7d4d
refactor: index local nets by a causal poset of regions
kencyke Jul 20, 2026
71e9c27
feat: add generated_mono for von Neumann algebras
kencyke Jul 20, 2026
83bb16e
refactor: restate split tensor decomposition in inclusion form
kencyke Jul 20, 2026
952e4d1
feat: add split inclusions of von Neumann algebras
kencyke Jul 20, 2026
b73ca0c
feat: add star and isotony lemmas for the dense local embedding
kencyke Jul 20, 2026
8cdebb4
feat: add the split property of a local net
kencyke Jul 20, 2026
d9ab94f
chore: npm audit fix
kencyke Aug 13, 2026
7ea5d75
chore: remove unriped skills
kencyke Aug 14, 2026
f7669f9
chore: remove package.json
kencyke Aug 14, 2026
0aff811
chore: migrate commit message linting to commitizen
kencyke Aug 14, 2026
519a6bd
feat: add evidence tiers, refutation pass and ledger to math-review
kencyke Aug 14, 2026
ca91d56
docs: gloss the tensor-bar shorthand in TensorFactor
kencyke Aug 14, 2026
8f1472e
refactor: name the proper-containment hypothesis in the split lemma
kencyke Aug 14, 2026
5445e7f
feat: add lint-fix skill and move the lint rules into it
kencyke Aug 14, 2026
9fed209
docs: add plan-mode response guidance to AGENTS.md
kencyke Aug 14, 2026
d33e61b
feat: add math-extract skill for pre-Lean literature extraction
kencyke Aug 14, 2026
71dca2c
feat: give math-extract's checks the commands they were measured with
kencyke Aug 14, 2026
5445ce6
chore: remove the dead pdf-to-knowledge PostToolUse hook
kencyke Aug 14, 2026
3bc8415
feat: add the MinerU rung to math-extract ingestion
kencyke Aug 14, 2026
c7fa2aa
build: pass the host GPU to the devcontainer and persist mineru caches
kencyke Aug 14, 2026
31c624a
feat: wire backend and effort selection into math-extract ingestion
kencyke Aug 14, 2026
f7fce65
fix: inject six into the mineru tool venv
kencyke Aug 14, 2026
8f7464f
build: install mineru from a dependency group and pin torch to cu128
kencyke Aug 14, 2026
6568ed2
fix: chown both cache volumes and split the devcontainer create steps
kencyke Aug 14, 2026
4d8a21b
feat: hand extraction notes to math-review and to object design
kencyke Aug 14, 2026
4ec09ec
feat: render source macros in a note preamble instead of editing quotes
kencyke Aug 15, 2026
c52db89
docs: update GPU verification notes for uv sync and cu128 pin
kencyke Aug 15, 2026
eb7caa6
docs: remove GPU verification notes
kencyke Aug 15, 2026
351f5dd
docs: add proof route and nonvacuity check to math-extract
kencyke Aug 15, 2026
4d59f7f
feat(ForMathlib): add supporting lemmas for Hilbert space, rank-one o…
kencyke Aug 15, 2026
f66a2ff
feat: prove the type I factor structure theorem and spatial tensor fa…
kencyke Aug 15, 2026
74da9e1
feat: add split inclusion of von Neumann algebras
kencyke Aug 15, 2026
bb05693
feat: add causal index sets for local nets
kencyke Aug 15, 2026
a130a0a
feat: derive the split property from proper containment
kencyke Aug 15, 2026
9bc1131
feat: add witnesses for the local-net interfaces
kencyke Aug 15, 2026
57af85c
docs: add extraction notes for causal index set and split inclusion
kencyke Aug 15, 2026
2e21b4b
docs: record math-review ledger entries for LocalNet/VonNeumannAlgebra
kencyke Aug 15, 2026
a2fa4f5
feat: state the Gelfand-Naimark theorem and its separable refinement
kencyke Aug 16, 2026
89f28ce
docs: add extraction note for the separable faithful representation
kencyke Aug 16, 2026
9b1810d
docs: record the math-review ledger entry for GelfandNaimark
kencyke Aug 16, 2026
71a5efb
feat: state the bicommutant theorem as a three-way TFAE and derive it…
kencyke Aug 16, 2026
dd26be4
docs: add extraction note for the von Neumann bicommutant theorem
kencyke Aug 16, 2026
ae20f4a
docs: add the 'do not bridge what should be unified' principle to AGE…
kencyke Aug 16, 2026
2d7f460
chore: wrap lines over 120 columns
kencyke Aug 16, 2026
7f81394
feat(math-extract): add a render check; drop the broken macro preamble
kencyke Aug 17, 2026
8299383
docs(math): extract the Umegaki relative entropy
kencyke Aug 17, 2026
1e4e1e7
feat(math-extract): render quotes' own notation via self-contained pe…
kencyke Aug 17, 2026
eb92563
docs(math): re-render quotes' own notation with self-contained \gdef
kencyke Aug 17, 2026
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
395 changes: 395 additions & 0 deletions .claude/agents/math-extractor.md

Large diffs are not rendered by default.

380 changes: 380 additions & 0 deletions .claude/agents/math-reviewer.md

Large diffs are not rendered by default.

13 changes: 0 additions & 13 deletions .claude/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,5 @@
"enabledPlugins": {
"lean4@lean4-skills": true,
"skill-creator@claude-plugins-official": true
},
"hooks": {
"PostToolUse": [
{
"matcher": "Edit|Write|NotebookEdit",
"hooks": [
{
"type": "command",
"command": "sh -c 'script=\"${CLAUDE_PROJECT_DIR}/.claude/skills/pdf-to-knowledge/hooks/on_index_change.py\"; [ -f \"$script\" ] && exec python3 \"$script\" || exit 0'"
}
]
}
]
}
}
8 changes: 7 additions & 1 deletion .claude/settings.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
"permissions": {
"defaultMode": "auto",
"allow": [
"WebFetch(domain:github.com)"
"WebFetch(domain:github.com)",
"WebSearch",
"WebFetch(domain:arxiv.org)",
"WebFetch(domain:ncatlab.org)",
"WebFetch(domain:leanprover.zulipchat.com)",
"WebFetch(domain:www.isa-afp.org)",
"Bash(uv run .claude/skills/math-extract/scripts/ingest.py:*)"
]
},
"language": "japanese"
Expand Down
313 changes: 0 additions & 313 deletions .claude/skills/gap-filler/SKILL.md

This file was deleted.

336 changes: 0 additions & 336 deletions .claude/skills/gap-filler/references/workflow.md

This file was deleted.

Loading
Loading