kernel-Nat.abundant_twelve
- Kind
- kernel-term
- Status
- checked
Supports: Abundant 12
test "$(cargo run -q -p axeyum-lean-kernel --example nat_theorem_inventory -- abundant_twelve 2>/dev/null | grep -Ec '^Nat\.abundant_twelve[[:space:]]')" -ge 1 Evidence notes
`Abundant 12` unfolds to `Lt (mul 2 12) (sumDivisors 12)`, defeq `Lt 24 28` (`sumDivisors 12 = 28` -- 1+2+3+4+6+12), defeq `Le 25 28`, which is `Le 25 (add 25 3)` -- `le_add_right 25 3` directly. Largest magnitude formed is 28, far below where this kernel's unary Nat literals get expensive (the `13125`-class superlinear-cost regime).