易經與三元概念的關係
graph TD
A[核心思想:理解宇宙、自然與人類社會的框架] --- B(宏觀框架:天、地、人)
A --- C(微觀框架:人、事、物)
B --- B1[天:陽、剛、動]
B --- B2[地:陰、柔、靜]
B --- B3[人:陰陽交會、趨吉避凶]
C --- C1[人:核心主體]
C --- C2[事:行為、事件]
C --- C3[物:實體、工具]
subgraph 易經概念
D[陰陽]
E[五行]
F[八卦]
end
B1 --- F1[乾卦 ☰]
B2 --- F2[坤卦 ☷]
B3 --- G[人居天地之間,調和陰陽]
D --- B1
D --- B2
D --- G
C1 --- E1[人的性格、體質]
C2 --- E2[行為、事件的動態過程]
C3 --- E3[物質屬性,如木、火、土、金、水]
E --- C1
E --- C2
E --- C3
F --- B1
F --- B2
F --- B3
F1[乾卦 ☰] --> D
F2[坤卦 ☷] --> D
C2 --> F3[六十四卦的爻變]
C3 --> F4[八卦的指引]
style A fill:#f9f,stroke:#333,stroke-width:2px
style B fill:#e6e6fa,stroke:#333,stroke-width:1px
style C fill:#e6e6fa,stroke:#333,stroke-width:1px
style D fill:#c7f3e5,stroke:#333,stroke-width:1px
style E fill:#c7f3e5,stroke:#333,stroke-width:1px
style F fill:#c7f3e5,stroke:#333,stroke-width:1px