"매 finite axiom + inference rule → 매 derivable theorem.". Axiomatic system 의 Euclid (BC 300) → Hilbert (1899 Grundlagen) → Gödel (incompleteness 1931) → 매 2026 의 Lean 4 + mathlib (200k+ formalized theorems, 매 working math 의 formal redo) + LLM-augmented proof assistant (Anthropic Claude / DeepMind AlphaProof).
매 핵심
매 Components
Primitive symbols / vocabulary.
Axioms: unproved starting propositions.
Inference rules (modus ponens, generalization).
Theorems: derivable from axioms via rules.
Models / interpretations.
매 Properties
Consistency: 매 contradiction 의 X (¬(P ∧ ¬P) provable).
Completeness: every true (in model) statement provable.
Decidability: algorithm to determine theoremhood.
Soundness: only true things provable.
Independence: 매 axiom 의 not derivable from others.
defllm_tactic(goal_state):returnclaude.complete(f"""You are a Lean 4 proof assistant.
Given goal:
{goal_state}Suggest one tactic step. Output only the tactic.""")
매 결정 기준
상황
Approach
Math formalization
Lean 4 + mathlib
Verified compiler / OS
Coq (CompCert, seL4)
Type-theory research
Agda / Lean
Crypto protocol
EasyCrypt / F*
Quick logical sketch
Hilbert-style on paper
LLM-augmented
Lean + Claude tactic search
기본값: Lean 4 for new formalization, Coq for legacy verified systems.