structure
definition
def or abbrev
CrystalSystemsCert
show as:
view Lean formalization →
formal statement (Lean)
38structure CrystalSystemsCert where
39 five_orthogonal : Fintype.card OrthogonalCrystalSystem = 5
40 seven_total : (7 : ℕ) = 5 + 2
41 bravais_14 : bravaisLatticeCount = 14
42