60theorem two_cube_equicardinal 61 {A B : Type} [Fintype A] [Fintype B] 62 (hA : HasTwoCubeCount A) (hB : HasTwoCubeCount B) : 63 Fintype.card A = Fintype.card B := by
proof body
Term-mode proof.
64 rw [hA, hB] 65 66/-- A 2³ cube squared: 64 = 2^6 (the six faces squared? No, 2^(2·3) — the 67 product of two cube-8 structures). -/
used by (3)
From the project-wide theorem graph. These declarations reference this one in their body.