complex-no-order-theorem
- Kind
- kernel-term
- Status
- checked
Supports: Complex.no_compatible_order is a checked theorem -- not an axiom, not an opaque -- 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 '^Complex[.]no_compatible_order[[:space:]]+theorem[[:space:]]+-$')" -ge 1 Evidence notes
The kind column distinguishes theorem from AXIOM/OPAQUE and the third column is the footprint, so an assumed version of this statement fails the row rather than passing it.