Skip to content

Commit 23488c7

Browse files
committed
cleanup
1 parent 402c371 commit 23488c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Mathlib/Analysis/RCLike/Basic.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,6 @@ theorem norm_natCast (n : ℕ) : ‖(n : K)‖ = n := by
634634
rw [← ofReal_natCast]
635635
exact norm_of_nonneg (Nat.cast_nonneg n)
636636

637-
set_option backward.isDefEq.respectTransparency false in
638637
@[simp, rclike_simps, norm_cast] lemma nnnorm_natCast (n : ℕ) : ‖(n : K)‖₊ = n := by simp [nnnorm]
639638

640639
@[simp, rclike_simps]
@@ -652,7 +651,6 @@ lemma nnnorm_two : ‖(2 : K)‖₊ = 2 := nnnorm_ofNat 2
652651
lemma norm_nnratCast (q : ℚ≥0) : ‖(q : K)‖ = q := by
653652
rw [← ofReal_nnratCast]; exact norm_of_nonneg q.cast_nonneg
654653

655-
set_option backward.isDefEq.respectTransparency false in
656654
@[simp, rclike_simps, norm_cast]
657655
lemma nnnorm_nnratCast (q : ℚ≥0) : ‖(q : K)‖₊ = q := by simp [nnnorm]; rfl
658656

0 commit comments

Comments
 (0)