An affine hyperplane $H = \{x ∈ E : ⟨n, x⟩ = c\}$ specified by a nonzero normal vector $n$ and an offset $c$.
- normal : E
- offset : ℝ
Instances For
The underlying set $\{x : ⟨n, x⟩ = c\}$ of the affine hyperplane.
Instances For
The open positive half-space $\{x : ⟨n, x⟩ > c\}$.
Instances For
The open negative half-space $\{x : ⟨n, x⟩ < c\}$.
Instances For
The hyperplane $h$ separates $x$ and $y$ if they lie in opposite open half-spaces.
Instances For
$η$ is a wall of $C$ if some open neighborhood of a point of $η$ meets $η$ inside the closure of $C$.
Instances For
A canonical base point of $η$: the orthogonal projection of $0$ onto $η$.
Instances For
The direction subspace (parallel translate to the origin) of $η$, equal to $n^⊥$.
Instances For
The base point lies on the hyperplane.
The affine hyperplane viewed as a Mathlib AffineSubspace.
Instances For
The affine subspace associated to a hyperplane is nonempty (it contains the base point).
The Euclidean reflection $E ≃ᵃⁱ E$ across the affine hyperplane $η$.
Instances For
A hyperplane arrangement on $E$: simply a set of affine hyperplanes.
- hyperplanes : Set (AffineHyperplane E)
Instances For
The union $\bigcup_{η ∈ \mathcal A} η$ of all hyperplanes in the arrangement.
Instances For
The complement of the arrangement: points lying on no hyperplane.
Instances For
An arrangement is locally finite if around every point only finitely many hyperplanes meet a small open ball.
Instances For
A chamber of an arrangement: a maximal connected subset of the complement of all hyperplanes.
- set : Set E
- isConnected : IsConnected self.set
- is_maximal (S : Set E) : S ⊆ arr.complement → IsConnected S → self.set ⊆ S → S ⊆ self.set
Instances For
Two points are separated by the arrangement if some hyperplane separates them.
Instances For
Open half-spaces are convex.
Open half-spaces are open subsets of $E$.