Remove unused imports.
parent
b7a0ce1551
commit
4ec24b6e1c
|
@ -1,7 +1,5 @@
|
|||
import Mathlib.Data.PNat.Basic
|
||||
import Mathlib.Data.Real.Basic
|
||||
import Mathlib.Order.Basic
|
||||
import Mathlib.Tactic.LibrarySearch
|
||||
|
||||
#check Archimedean
|
||||
|
||||
|
@ -57,4 +55,4 @@ theorem pos_imp_exists_pnat_mul_self_geq {x y : ℝ}
|
|||
rw [div_mul, div_self (show x ≠ 0 from LT.lt.ne' hx), div_one] at p'
|
||||
exact ⟨n, p'⟩
|
||||
|
||||
end Real
|
||||
end Real
|
||||
|
|
Loading…
Reference in New Issue