Removed unused notation (which is "backwards" anyways).

finite-set-exercises
Joshua Potter 2023-04-26 15:46:41 -06:00
parent 947d2f4c01
commit 6f667fcf14
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@ import Mathlib.Data.Real.Basic
notation "ℝ²" => ×
notation "ℝ³" => ℝ² ×
namespace Real
/--