φ-Dilation Operator #
Diff6 Commutation with φ-Dilation #
Diff6 commutes exactly with φ-dilation: Diff6 ∘ U_φ = U_φ ∘ Diff6
φ-Bloch Eigenfunction Characterization #
A function is a φ-Bloch eigenfunction if U_φ[f] = c · f
Equations
- FUST.PhiBloch.IsPhiBlochEigenfunction f c = ∀ (z : ℂ), FUST.PhiBloch.phiDilate f z = c * f z
Instances For
theorem
FUST.PhiBloch.Diff6_preserves_Bloch
(f : ℂ → ℂ)
(c : ℂ)
(hf : IsPhiBlochEigenfunction f c)
:
Diff6 preserves Bloch eigenfunctions: if U_φ f = c·f, then U_φ(Diff6 f) = c·(Diff6 f)
Unified Spectral Order Classification #
The Diff6 commutation theorem holds for ALL functions (no periodicity assumption). Matter order types are classified by the Mellin spectral support of f, providing a unified framework for crystals, quasicrystals, and amorphous materials.
Crystalline order: f decomposes into finitely many φ-Bloch eigenmodes
Equations
- One or more equations did not get rendered due to their size.
Instances For
Diff6 commutation is unconditional: holds for crystal, quasicrystal, AND amorphous
theorem
FUST.PhiBloch.Diff6_finset_sum
{ι : Type u_1}
(s : Finset ι)
(cs : ι → ℂ)
(fs : ι → ℂ → ℂ)
(z : ℂ)
:
DζOperator.Diff6 (fun (w : ℂ) => ∑ i ∈ s, cs i * fs i w) z = ∑ i ∈ s, cs i * DζOperator.Diff6 (fs i) z
Diff6 distributes over finite sums
Crystalline order implies Diff6 f inherits the Bloch structure