No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
101structure CrossPatternMatrixCert where
102 D5_squared : (5 : ℕ) * 5 = 25
103 D5_2cube : (5 : ℕ) * 2^3 = 40
104 twoCube_squared : (2 : ℕ)^3 * 2^3 = 64
105 full_turn : (2 : ℕ)^3 * 45 = 360
106 gap_squared : (45 : ℕ) * 45 = 2025
107 cube_faces_squared : (6 : ℕ) * 6 = 36
108 face_pairs_minus_gap_is_D_sq : (45 : ℕ) - 6 * 6 = 9
109 off_diag_count : offDiagEntries = 2^4
110
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (6)
Lean names referenced from this declaration's body.
-
cube_faces_squared
in IndisputableMonolith.CrossDomain.CrossPatternMatrix
decl_use
-
D5_squared
in IndisputableMonolith.CrossDomain.CrossPatternMatrix
decl_use
-
full_turn
in IndisputableMonolith.CrossDomain.CrossPatternMatrix
decl_use
-
gap_squared
in IndisputableMonolith.CrossDomain.CrossPatternMatrix
decl_use
-
offDiagEntries
in IndisputableMonolith.CrossDomain.CrossPatternMatrix
decl_use
-
twoCube_squared
in IndisputableMonolith.CrossDomain.CrossPatternMatrix
decl_use