def
definition
def or abbrev
Radical
show as:
view Lean formalization →
formal statement (Lean)
20def Radical {n : ℕ} (α : Vec n) : Set (Vec n) :=
proof body
Definition body.
21 { v | dot α v = 0 }
22
23/-- The affine leaves orthogonal to the active direction. -/