Commit 2020-10-17 20:50 0b9afe18
View on Github →chore(linear_algebra/affine_space): redefine line_map, add to_affine_subspace (#4643)
- now
line_maptakes two points on the line, not a point and a direction, update/review lemmas; - add
submodule.to_affine_subspace; - add
affine_map.fstandaffine_map.snd; - prove that an affine map
ℝ → ℝsends an unordered interval to an unordered interval.