import Mathlib.Data.Real.Basic notation "ℝ²" => ℝ × ℝ namespace Real /-- The area of a unit circle. -/ axiom pi : ℝ notation "π" => pi end Real