Skip to content

Yu-Misaka/YoungDiagram

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

196 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YoungDiagram

Compile blueprint

This Lean 4 project aims to formalize parts of Dragomir Djokovic's paper Closures of Conjugacy Classes in Classical Real Linear Lie Groups. II (1982).

Current state

Combinatorial layer

  • YoungDiagram/Gene.lean defines genes and their signatures.
  • YoungDiagram/Chromosome.lean defines chromosomes, rank, signature, and the prime operation.
  • YoungDiagram/Variety.lean develops varieties and lift/filter constructions.
  • YoungDiagram/Mutations.lean formalizes several primitive mutation patterns.
  • YoungDiagram/Sigma.lean contains work toward the sigma conditions.

Building

lake build

For a few small experiments, see YoungDiagram/Examples.lean.


Theorem & Lemma Reference Table

Label Section Statement (summary) Paper
Theorem 1 §4 (I) / §2 (II) Centralizer Theorem. Let $G$ be a classical group and $x \in L$ semisimple. Then $C_G(x)$ is a finite direct product of classical groups: $C_G(x) = \prod_{\xi} C(\xi, x)$, where each factor belongs to the $k$-th series determined by $j$ and $\xi$ (see Table I/III). Both
Theorem 1′ §13 (II) Analogue of Theorem 1 for the conjugation action of $G$ on itself. If $x \in G$ is semisimple, then $C_G(x) = \prod_\lambda C(\lambda, x)$, each factor again a classical group. II
Theorem 2 §5 (I) / §3 (II) Jordan Decomposition Reduction. Let $x = x_s + x_n$ be the Jordan decomposition. Then $y \in \overline{G \cdot x}$ if and only if there exist $a \in G$ and $z \in \overline{C_G(x_s) \cdot x_n}$ such that $a \cdot y = x_s + z$. Reduces arbitrary orbit closures to nilpotent orbit closures. Both
Theorem 2′ §6 (I) / §13 (II) Conjugacy class analogue of Theorem 2. $y \in \overline{G \cdot x}$ (closure of conjugacy class) iff $\exists, a \in G,, z \in \overline{C_G(x_s) \cdot x_u}$ such that $a \cdot y = x_s z$. Reduces conjugacy class closures to unipotent classes. Both
Lemma 3 §6 (I) Exponential Map Homeomorphism. The exponential map $\exp: L \to G$ restricts to a $G$-equivariant homeomorphism from ${\text{nilpotent elements}}$ onto ${\text{unipotent elements}}$. Thus nilpotent orbits in $L$ biject with unipotent conjugacy classes in $G$, and their closure structures correspond. I
Theorem 3 / 4 §7 (I) / §4 (II) Known cases $j = 1,2,3,5,8$. For nilpotent $x, y \in L$: $G \cdot x \subseteq \overline{G \cdot y}$ iff $\text{rank}(x^k) \leq \text{rank}(y^k)$ for all $k \geq 0$. (Due to Gerstenhaber, Hesselink, Dixmier.) Both
Lemma 4 / 5 §10 (I) / §7 (II) Chromosome Bijection. The map $\theta \mapsto X(\theta)$ is a bijection from the set of nilpotent $G$-orbits in $L$ to the set of chromosomes $X \in \Phi_j$ satisfying $\text{sig}(X) = \text{sig}(f)$. Chromosomes serve as combinatorial labels for orbits. Both
Theorem 5 / 6 (Main) §11 (I) / §7 (II) Main Theorem. Let $\theta_1, \theta_2$ be nilpotent orbits of $G$ in $L$. Then $\theta_1 \subseteq \overline{\theta_2}$ if and only if $X(\theta_1) \leq X(\theta_2)$ (dominance order on chromosomes). Both
Theorem 6 / 7 (Combinatorial) §12 (I) / §8 (II) Enough Mutations. Let $\Phi$ be one of the five varieties, and $X, Y \in \Phi$ with $X < Y$ and $\text{sig}(X) = \text{sig}(Y)$. Then there exists a finite chain of $\Phi$-mutations $X = X_0 \to X_1 \to \cdots \to X_m = Y$. Both
Lemma 7 §11 (II) Every primitive $(\Pi,\Lambda)$- or $(\Lambda,\Pi)$-mutation has the form $\sigma(X) \to \sigma(Y)$ or $\tau(X) \to \tau(Y)$ for some primitive $\Pi$-mutation $X \to Y$. Reduces cases $j = 7, 10$ to $j = 4$. II
Lemma 8 §11 (II) Let $x \in M$ be nilpotent (a $j=4$ classical group). Viewed as an element of a $j=7$ (resp. $j=10$) group, its chromosome is $\sigma(X)$ (resp. $\tau(X)$.), obtained by forgetting the polarization of odd (resp. even) genes of $X$. II
Lemma 9 (Lifting) §14 (II) Lifting Property. If $X \in \Phi$ and $X^k \to U$ is a $\Phi^k$-mutation, then there exists a $\Phi$-mutation $X \to Z$ such that $Z^k = U$ and $\text{sig}(X^i) = \text{sig}(Z^i)$ for $0 \leq i \leq k$. Core inductive tool for proving Theorem 6/7. II

Proof Chain Diagram

graph TD
    %% 全局样式 - 深色主题配色
    classDef main fill:#0A2472,stroke:#4A90E2,stroke-width:2px,color:#FFFFFF,stroke-dasharray: 5 5;
    classDef goal fill:#B85E0E,stroke:#F39C12,stroke-width:2px,color:#FFFFFF;
    classDef theorem fill:#2C3E50,stroke:#7F8C8D,stroke-width:1px,color:#ECF0F1;
    classDef subgraphFill fill:#1E2B38,stroke:#4A90E2,stroke-width:1px,color:#BDC3C7;

    %% 第一阶段:基础
    subgraph S1 [Step 1: Foundations]
        style S1 fill:#1E2B38,stroke:#4A90E2,color:#FFFFFF
        F["<b>FOUNDATIONS</b><br/>Classical groups (10 series)<br/>Adjoint representation & Jordan decomposition"]
    end

    %% 第二阶段:还原论
    subgraph S2 [Step 2: Reduction Strategy]
        style S2 fill:#1E2B38,stroke:#4A90E2,color:#FFFFFF
        T1["<b>[Theorem 1] Centralizer Theorem</b>"]
        T2["<b>[Theorem 2] Jordan Reduction</b>"]
        RC[<b>REDUCTION CONCLUSION</b><br/>Arbitrary G-orbit closure to Nilpotent orbit closure]
    end

    F --> T1 & T2
    T1 & T2 --> RC

    %% 第三阶段:分类与组合代数
    subgraph S3 [Step 3: Nilpotent Classification]
        style S3 fill:#1E2B38,stroke:#4A90E2,color:#FFFFFF
        T34["<b>[Theorem 3 / 4] Known Cases</b><br/>j ∈ {1,2,3,5,8}"]
        Classify["<b>Orbit Classification (§5/§9)</b>"]
        Chrom["<b>Chromosome Algebra (§6/§8)</b>"]
    end

    RC --> T34
    RC --> Classify
    Classify --> Chrom

    %% 第四阶段:核心引理与诱导
    subgraph S4 [Step 4: Combinatorial Tools]
        style S4 fill:#1E2B38,stroke:#4A90E2,color:#FFFFFF
        Bij["<b>[Lemma 4 / 5] Bijection</b>"]
        Lift["<b>[Lemma 9] Lifting Property</b>"]
        CaseRed["<b>[Lemma 7 / 8] Case Reduction</b>"]
    end

    Chrom --> Bij
    Bij --> Lift & CaseRed

    %% 第五阶段:主定理
    subgraph S5 [Step 5: The Main Result]
        style S5 fill:#1E2B38,stroke:#4A90E2,color:#FFFFFF
        Thm67["<b>[Theorem 6 / 7] Enough Mutations</b>"]
        Main["★ [Theorem 5 / 6] MAIN THEOREM ★"]
    end

    Lift & CaseRed --> Thm67
    Thm67 -- "Construct x(t)" --> Main

    %% 第六阶段:最终目标
    subgraph S6 [Step 6: Final Extension]
        style S6 fill:#1E2B38,stroke:#4A90E2,color:#FFFFFF
        Conj["<b>[Theorem 1' / 2']</b>"]
        Exp["<b>[Lemma 3] Exp Map</b>"]
        Goal["★ FINAL GOAL ★<br/>Closure of conjugacy classes in real linear Lie groups G"]
    end

    Main --> Goal
    Conj --> Goal
    Exp --> Goal

    %% 应用样式
    class Main main;
    class Goal goal;
    class T1,T2,T34,Thm67,Bij,Lift,CaseRed theorem;
    
    %% 设置连线颜色为亮色
    linkStyle default stroke:#7F8C8D,stroke-width:1.5px;
Loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Lean 87.7%
  • TeX 10.3%
  • HTML 1.3%
  • Ruby 0.3%
  • CSS 0.2%
  • SCSS 0.1%
  • Other 0.1%