def
definition
def or abbrev
LevelSet
show as:
view Lean formalization →
formal statement (Lean)
24def LevelSet {n : ℕ} (α : Vec n) (c : ℝ) : Set (Vec n) :=
proof body
Definition body.
25 { t | dot α t = c }
26
27/-- Affine translation along a constant direction. -/