feat(axiom3): Perpendicular through a point (perp --l through .p) #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "v0.2-axiom3"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds classic Huzita-Justin axiom 3 — the fold through a point, perpendicular to a line — as
perp --l through .p. Exact ℚ throughout (the perpendicular to a rational line through a rational point stays rational), wired through lexer → parser → evaluator withaxiom3provenance, plus an example and an end-to-end faces test. Version →0.2.0-dev.Also corrects a numbering mislabel found during design: classic axiom 3 is the perpendicular-through-a-point (Hull's O5), not the angle bisector. The bisector is axiom 5 (Hull's O4) and is the first axiom to leave ℚ, so
decisions/0008stands unchanged. Recorded inantipatterns.mdandspec/SPECIFICATION.md§1, grounded in[justin1986]§8.1.34 tests green.