49lemma twoSystems_length (n mask : Nat) : 50 ([systemOfMask n mask false, systemOfMask n mask true] : List (XORSystem n)).length = 2 := rfl
proof body
Term-mode proof.
51 52/-- Linear family length bound: exactly 2 * (n+1)². 53 Proof sketch: flatMap over range(k) where each element contributes list of length 2 54 gives total length k * 2 = 2 * (n+1)². -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.