justification-evaluation-is-uniform-and-pure

IN derived (depth 1)

All justification types (SL and CP) use the same validity rule (antecedents IN, outlist OUT), evaluated as a pure function with no side effects

Summary

Regardless of whether a justification represents support or consistency-preservation, the system evaluates all of them with the same simple test and never changes any state while doing so. This means the evaluation logic is predictable and safe to call anywhere without worrying about unintended consequences or type-specific edge cases.

Justifications

SL — Uniform evaluation means the TMS engine has exactly one truth-computation path regardless of justification type

Antecedents (all must be IN):

Dependents

These beliefs depend on this one:

Details