kernel-Nat.injective_on_or_duplicate
- Kind
- kernel-term
- Status
- checked
Supports: `Nat.injective_on_or_duplicate` is in the environment as a checked `Declaration::Theorem` with an EMPTY `Kernel::axiom_footprint`. The `formal.statement` above is `Kernel::render_lean` of the admitted type, printed by `nat_theorem_inventory` (the `3` in the row is the free-variable count; the footprint is checked by the second row).
scripts/cargo-serialized.sh run --release -p axeyum-lean-kernel --example nat_theorem_inventory -- injective_on_or_duplicate 2>/dev/null | /usr/bin/grep -cE 'Nat\.injective_on_or_duplicate[[:space:]]3[[:space:]]' Evidence notes
Run 2026-09-02: one row, count 1. `nat_theorem_inventory` consumes only its LAST name argument, so this command passes exactly one name; a filter matching nothing prints no row and `grep -c` then exits 1.