docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
+5 -5
View File
@@ -1,12 +1,12 @@
---
id: [[P-Reinforce]]-AUTO-LOGI-001
id: [[P-Reinforce|P-Reinforce]]-AUTO-LOGI-001
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.98
tags: [auto-reinforced, logic, [[Reasoning]], [[Philosophy]], mathematics, foundational, computer-science]
tags: [auto-reinforced, logic, [[Reasoning|Reasoning]], [[Philosophy|Philosophy]], mathematics, foundational, computer-science]
last_reinforced: 2026-04-20
---
# [[Logic]]
# [[Logic|Logic]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> "생각의 질서, 우주의 문법: 참과 거짓을 가려내고 전제로부터 결론을 끌어내는 가장 엄격한 규칙이자, 인공지능이 '단순한 계산기'를 넘어 '추론하는 존재'로 거듭나게 하는 모든 지적 활동의 물리적·철학적 뼈대."
@@ -15,7 +15,7 @@ last_reinforced: 2026-04-20
논리학(Logic)은 타당한 추론과 증명의 규칙을 연구하는 학문입니다.
1. **주요 형태**:
* **Proportional Logic (명제 논리)**: P와 Q의 참/거짓 조합 (AND, OR, NOT). ([[Gates]]와 연결)
* **Proportional Logic (명제 논리)**: P와 Q의 참/거짓 조합 (AND, OR, NOT). ([[Gates|Gates]]와 연결)
* **Predicate Logic (술어 논리)**: "모든 x에 대하여~" 같은 객체 간의 관계 기술.
* **Fuzzy Logic**: 0과 1 사이의 애매함을 다룸.
2. **왜 중요한가?**:
@@ -26,6 +26,6 @@ last_reinforced: 2026-04-20
- **정책 변화(RL Update)**: LLM이 논리적 오류를 범하는 현상을 해결하기 위해, 답변 생성 전에 논리적 단계를 스스로 검증하게 하는 '추론 체인(Chain of Thought) 정책'이 현대 논리 구현의 핵심이 됨. (Reasoning와 연결)
## 🔗 지식 연결 (Graph)
- [[Gates]], [[Epistemology]], [[Reasoning]], [[Godel's Incompleteness Theorems]], [[Analysis]]
- [[Gates|Gates]], [[Epistemology|Epistemology]], [[Reasoning|Reasoning]], [[Godel's Incompleteness Theorems|Godel's Incompleteness Theorems]], [[Analysis|Analysis]]
- **Modern Tech/Tools**: Prolog, Formal verification, Z3 prover, Boolean algebra.
---