Example
Two formulas are equivalent when every output row matches.
highlighted = computed this step
Build the concrete table
Compute the highlighted logic-table value.
A=0 B=0expr=0 XOR=0 match=yes
Build the concrete table
Compute the highlighted logic-table value.
A=0 B=0A=0 B=1expr=0 XOR=0 match=yesexpr=1 XOR=1 match=yes
Build the concrete table
Compute the highlighted logic-table value.
A=0 B=0A=0 B=1A=1 B=0expr=0 XOR=0 match=yesexpr=1 XOR=1 match=yesexpr=1 XOR=1 match=yes
Build the concrete table
Compute the highlighted logic-table value.
A=0 B=0A=0 B=1A=1 B=0A=1 B=1expr=0 XOR=0 match=yesexpr=1 XOR=1 match=yesexpr=1 XOR=1 match=yesexpr=0 XOR=0 match=yes
Read the table verdict
Compute the highlighted logic-table value.
A=0 B=0A=0 B=1A=1 B=0A=1 B=1verdictexpr=0 XOR=0 match=yesexpr=1 XOR=1 match=yesexpr=1 XOR=1 match=yesexpr=0 XOR=0 match=yesequivalent: all rows match
logic-computation
Every row is intentionally ordered and pinned to the lesson specification.