-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGraphplay.lean
More file actions
193 lines (170 loc) · 6.24 KB
/
Copy pathGraphplay.lean
File metadata and controls
193 lines (170 loc) · 6.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
-- This module is the root of the `Graphplay` library.
-- See `paper/graphplay_pitch.typ` and `README.md` for orientation.
-- Upstream-bound infrastructure staging (PR-ready, Mathlib-general)
import Graphplay.ForMathlib.Basic
import Graphplay.ForMathlib.HilbertSchmidt
-- Proof-automation library (tactics / simp-sets / helper lemmas)
import Graphplay.TacticsInit
import Graphplay.Tactics
import Graphplay.LiteratureInterfaces
-- Core spine (Towers 1-2)
import Graphplay.Basic
import Graphplay.Weighted
import Graphplay.Loopy
import Graphplay.Loopy.Laplacian
import Graphplay.Equitable
import Graphplay.Spectral
-- Constructive engine + primitives
import Graphplay.Product
import Graphplay.Product.PST
import Graphplay.Bundle
import Graphplay.PST
import Graphplay.Mixing
import Graphplay.Search
import Graphplay.Search.CNO
import Graphplay.Loopy.Search
-- Chiral / operator-algebra (Tower 2 chiral, Tower 3)
import Graphplay.Chiral
import Graphplay.QuantumGraph
import Graphplay.OperatorSystem
-- Graphons (Tower 4)
import Graphplay.Graphon
import Graphplay.Graphon.Equitable
import Graphplay.Graphon.PST
import Graphplay.Graphon.Limit
import Graphplay.Graphon.Spectrum
import Graphplay.Graphon.LimitReverse
import Graphplay.Graphon.Lindblad
-- Categorical (Tower 5)
import Graphplay.Categorical
import Graphplay.Categorical.Topos
-- Higher towers
import Graphplay.Tower6
import Graphplay.Tower7
import Graphplay.Tower8
import Graphplay.Tower8.DistributedQuotient
import Graphplay.Tower9
-- Computable substrate + surface embeddings + demo
import Graphplay.Computable
import Graphplay.Computable.Float
import Graphplay.CombinatorialMap
import Graphplay.Examples.Torus
import Graphplay.Examples.KleinBottle
import Graphplay.Examples.HeawoodOnTorus
import Graphplay.Demo
-- k-ary relational
import Graphplay.Relational
-- Conservation, topology, information, conservation laws
import Graphplay.ConservationLaw
import Graphplay.TopologicalProtection
import Graphplay.Information
import Graphplay.LovaszTheta
import Graphplay.CarusoSpeedup
import Graphplay.QuantumCSP
import Graphplay.ManyBody
import Graphplay.DiscreteTime
import Graphplay.DiscreteTime.Lifts
-- PST foundations (γ-loops L1, L2, L3)
import Graphplay.PST.Cospectrality
import Graphplay.PST.GodsilRatio
import Graphplay.PST.QuotientIff
import Graphplay.PST.DiagonalShift
import Graphplay.PST.Periodicity
import Graphplay.PST.Universal
import Graphplay.PST.UniversalRatio
-- Algorithms (γ-loops L4, L6 + β)
import Graphplay.Algorithm.WLRefinement
import Graphplay.Algorithm.WLOrbit
import Graphplay.Algorithm.Coloring
import Graphplay.Algorithm.ChiralOpt
import Graphplay.Algorithm.StdLibMatch
import Graphplay.Algorithm.PrimitiveDSL
-- Stdlib of known PST/mixing families
import Graphplay.StdLib.Path
import Graphplay.StdLib.HypercubeBridge
import Graphplay.StdLib.Hypercube
import Graphplay.StdLib.HypercubeProduct
import Graphplay.StdLib.Hamming
import Graphplay.StdLib.Cayley
import Graphplay.StdLib.CompleteMultipartite
import Graphplay.StdLib.Corona
import Graphplay.StdLib.Join
import Graphplay.StdLib.Circulant
import Graphplay.StdLib.AverageMixing
import Graphplay.StdLib.CoinedWalk
import Graphplay.StdLib.Feder
import Graphplay.StdLib.AlgebraicConnectivity
import Graphplay.StdLib.GraphsWithTails
import Graphplay.StdLib.Cycle
import Graphplay.StdLib.Tree
import Graphplay.StdLib.DeBruijn
import Graphplay.StdLib.Star
import Graphplay.StdLib.Computable
-- Dowsing-rod theorems (open Tamon-corpus extensions)
import Graphplay.Dowsing.ChiralBundlePST
import Graphplay.Dowsing.BundlePSTLift
import Graphplay.Dowsing.ChiralGraphon
import Graphplay.Dowsing.CoherentAlgebra
import Graphplay.Dowsing.NonCommutativeCoherent
import Graphplay.Dowsing.FractionalRevivalNC
import Graphplay.Dowsing.HypergraphPST
import Graphplay.Dowsing.NoiseEquitable
import Graphplay.Dowsing.FilteredColimitPST
import Graphplay.Dowsing.Conjecture93
import Graphplay.Dowsing.WeakCoupling
import Graphplay.Dowsing.DiracLimit
-- Cross-framework integrations
import Graphplay.Integrations.TQFT
import Graphplay.Integrations.RMT
import Graphplay.Integrations.TensorNetworks
import Graphplay.Integrations.OptimalTransport
import Graphplay.Integrations.MeanFieldGames
import Graphplay.Integrations.Hodge
import Graphplay.Integrations.LatticeDeduction
import Graphplay.Integrations.LDTSoundness
import Graphplay.Integrations.LDTCompleteness
import Graphplay.Integrations.LDTPolymorphism
import Graphplay.Integrations.LDTSoundnessRun
import Graphplay.Integrations.LDTHierarchy
import Graphplay.Integrations.LDTKindChecker
import Graphplay.Integrations.LatticeGauge
import Graphplay.Integrations.WLRefinement
import Graphplay.Integrations.QuantumMarkov
import Graphplay.Integrations.MatrixInversion
import Graphplay.Integrations.MachineLearning
import Graphplay.Integrations.AttentionComplexity
import Graphplay.Integrations.QuantumAdvantage
import Graphplay.Integrations.TransformerDSL
import Graphplay.Integrations.StateSpaceDSL
import Graphplay.Integrations.StructuredAttention
import Graphplay.Integrations.EquitableMechanism
-- ε-equitable theory (approximate partitions with certified error)
import Graphplay.Integrations.EpsEquitable
import Graphplay.Integrations.EpsSoftmax
import Graphplay.Integrations.EpsSpectral
import Graphplay.Integrations.EpsDynamics
-- Kernel-checked equitability certificates for trained models
import Graphplay.Integrations.EquitableCertChecker
import Graphplay.Integrations.GQACertSmolLM2
import Graphplay.Integrations.NovelAttention
import Graphplay.Integrations.AliBiAttention
import Graphplay.Integrations.ChiralPhaseCoherent
import Graphplay.Integrations.Connectome
-- Engineering toolkit
import Graphplay.Toolkit
import Graphplay.Toolkit.Spec
import Graphplay.Toolkit.Bundle
import Graphplay.Toolkit.Report
import Graphplay.Toolkit.Hardware
import Graphplay.Toolkit.Noise
import Graphplay.Toolkit.Scheduler
import Graphplay.Toolkit.InverseDesign
-- Numerical CTQW simulator (runnable, Float-backed)
import Graphplay.Simulate
-- Applied spectral disassembly case studies
import Graphplay.Applications.IBMHeavyHex
import Graphplay.Applications.MajoranaOne
-- Compile-into-hardware: ML primitives → real chips (falsifiable experiment)
import Graphplay.Applications.CompileML
-- Sparse, buildable search advantage (hypercube; beyond all-to-all K_n)
import Graphplay.Applications.SparseSearch