248private theorem xorBool_true (b : Bool) : xorBool true b = !b := by
proof body
Term-mode proof.
249 cases b <;> rfl 250 251/-- The Boolean strict-realization interpretation is the parity map. 252 253This is the formal statement that the iteration count survives even when 254the orbit-as-set collapses to `{false, true}`. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.