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
@@ -6,7 +6,7 @@ tags: [Theorem Proving, Coq, Lean, Formal Verification]
last_reinforced: 2026-04-20
---
# [[Automated-Theorem-Proving]] (자동 정기 증명 ATP)
# [[Automated-Theorem-Proving|Automated-Theorem-Proving]] (자동 정기 증명 ATP)
## 📌 한 줄 통찰 (The Karpathy Summary)
> "코드가 맞다"고 믿는 것이 아니라, 수학적으로 "틀릴 수 없음"을 컴퓨터가 강제로 증명하게 만드는 소프트웨어 신뢰성의 정점이다.
@@ -23,5 +23,5 @@ last_reinforced: 2026-04-20
- ATP는 엄청난 계산 자원을 소모하는 '탐색 문제'다. 모든 경로를 다 뒤지는 대신, 최근에는 신경망이 증명 전략(Tactics)을 제안하고 ATP가 이를 검증하는 하이브리드 방식이 각광받고 있다.
## 🔗 지식 연결 (Graph)
- Related: [[Automated-Reasoning]] , [[Amazon-AWS-Formal-Verification]]
- Related: [[Automated-Reasoning|Automated-Reasoning]] , [[Amazon-AWS-Formal-Verification|Amazon-AWS-Formal-Verification]]
- Foundation: Computational Thinking