complex-mul-assoc-footprint
- Kind
- kernel-term
- Status
- checked
Supports: Associativity of complex multiplication -- the law whose two sides are the same eight monomials in different orders, and the one that pays for the ring calculus on its own -- is a checked theorem with an empty axiom footprint.
out=$(cargo run -q -p axeyum-lean-kernel --example complex_ring_witness 2>/dev/null) && test "$(printf '%s\n' "$out" | grep -Ec '^law[[:space:]]+Complex[.]mul_assoc[[:space:]]+\[\]$')" -ge 1 Evidence notes
Anchored on the law name AND the empty-footprint column, so a rename or a witness that grew a dependency on a trusted declaration both fail. The `law` rows go to stdout; the summary goes to stderr, which is why this row and the population row below capture different streams.