File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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
652651lemma 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]
657655lemma nnnorm_nnratCast (q : ℚ≥0 ) : ‖(q : K)‖₊ = q := by simp [nnnorm]; rfl
658656
You can’t perform that action at this time.
0 commit comments