Identifier
F:nat-succ-add
Proof route
kernel-lean
External status
proved
Axiom footprint
Empty

Recorded description

succ a + b = succ (a + b) for all a b

Formal statement
theorem Nat.succ_add : ((x0 : AxNat) -> ((x1 : AxNat) -> Eq.{1} AxNat (AxNat.add (AxNat.succ x0) x1) (AxNat.succ (AxNat.add x0 x1))))

Dependencies

The graph shows direct ledger edges. Follow a node to open its artifact page.

Direct dependencies appear to the left. The current fact is in the center. Facts that depend directly on it appear to the right. Current fact [generated] kernel theorem Comp polyDegreeLt is subadditive und polyEval is multiplicative over Alternating series: the bracket The alternating-series bracket, The alternating-series lower br The alternating-series upper br [generated] kernel theorem CRea
0 direct dependencies 56 direct dependents Graph shows the first 8 on each side.

Evidence

kernel-succ-add

Kind
kernel-term
Status
checked

Supports: succ a + b = succ (a + b) for all a b

Checker command
test "$(cargo run -q -p axeyum-lean-kernel --example nat_theorem_inventory -- succ_add 2>/dev/null | grep -Ec '^Nat\.succ_add[[:space:]]')" -ge 1
Evidence notes

`build_nat_prelude` admits this theorem only through the trusted kernel gate, so a successful build IS the type-check; the command both performs it and prints the admitted type, which is copied verbatim into formal.statement. Nothing here is transcribed.

footprint-succ-add

Kind
instance-pin
Status
checked

Supports: axiom_footprint: [] -- the Nat environment admits no trusted declaration

Checker command
cargo run -q -p axeyum-lean-kernel --example nat_axiom_inventory -- --require-axiom-free nat
Evidence notes

Reports `nat: axiom=0 opaque=0 quotient=0 total_trusted=0`, over the FULL trusted surface rather than Declaration::Axiom alone. The enumeration is per-environment, not per-theorem; it bounds this theorem's footprint because a proof cannot depend on a trusted declaration the environment does not contain. A per-theorem footprint (Lean's `#print axioms`) does not exist here yet.

Provenance

{
  "date": "2026-08-14",
  "established_by": "axeyum-lean-kernel nat_prelude (lean-kernel lane)"
}