def
definition
def or abbrev
validLengths
show as:
view Lean formalization →
formal statement (Lean)
178def validLengths (p : LatticeParams) : Prop :=
proof body
Definition body.
179 p.a > 0 ∧ p.b > 0 ∧ p.c > 0
180
181/-- Triclinic: no constraints on parameters. -/