5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
|
import Mathlib.Data.Real.Basic
|
|||
|
|
|||
|
notation "ℝ²" => ℝ × ℝ
|
|||
|
|
|||
|
notation "ℝ³" => ℝ² × ℝ
|