structure
definition
def or abbrev
StringCompactificationCert
show as:
view Lean formalization →
formal statement (Lean)
35structure StringCompactificationCert where
36 five_families : Fintype.card CompactificationFamily = 5
37 internal_dims : (10 : ℕ) - 4 = 6
38 six_partitions : (6 : ℕ) = 3 + 2 + 1
39