Skip to content

Commit be4dc1a

Browse files
chore: remove unnecessary set_option lines (leanprover-community#37687)
I removed 93 unnecessary `set_option` line(s) across 38 file(s).
1 parent 053a003 commit be4dc1a

38 files changed

Lines changed: 0 additions & 93 deletions

File tree

Mathlib/Algebra/Algebra/Operations.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,6 @@ theorem prod_span_singleton {ι : Type*} (s : Finset ι) (x : ι → A) :
797797

798798
variable (R A)
799799

800-
set_option backward.isDefEq.respectTransparency false in
801800
/-- R-submodules of the R-algebra A are a module over `Set A`. -/
802801
noncomputable instance moduleSet : Module (SetSemiring A) (Submodule R A) where
803802
smul s P := span R (SetSemiring.down s) * P

Mathlib/AlgebraicTopology/AlternatingFaceMapComplex.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ theorem map_alternatingFaceMapComplex {D : Type*} [Category* D] [Preadditive D]
201201

202202
instance : (alternatingFaceMapComplex C).Additive where
203203

204-
set_option backward.isDefEq.respectTransparency false in
205204
instance [Limits.HasPullbacks C] : (alternatingFaceMapComplex C).PreservesMonomorphisms where
206205
preserves _ _ := HomologicalComplex.mono_of_mono_f _ fun _ ↦ by dsimp; infer_instance
207206

Mathlib/Analysis/CStarAlgebra/ApproximateUnit.lean

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ lemma CFC.monotoneOn_one_sub_one_add_inv :
6969
rw [← CFC.rpow_neg_one_eq_cfc_inv, ← CFC.rpow_neg_one_eq_cfc_inv]
7070
exact rpow_neg_one_le_rpow_neg_one (by gcongr)
7171

72-
set_option backward.isDefEq.respectTransparency false in
7372
lemma CFC.monotoneOn_one_sub_one_add_inv_real :
7473
MonotoneOn (cfcₙ (fun x : ℝ => 1 - (1 + x)⁻¹)) (Set.Ici (0 : A)) := by
7574
intro a (ha : 0 ≤ a) b (hb : 0 ≤ b) hab
@@ -101,12 +100,10 @@ lemma Set.InvOn.one_sub_one_add_inv : Set.InvOn (fun x ↦ 1 - (1 + x)⁻¹) (fu
101100
field_simp
102101
simp
103102

104-
set_option backward.isDefEq.respectTransparency false in
105103
lemma norm_cfcₙ_one_sub_one_add_inv_lt_one (a : A) :
106104
‖cfcₙ (fun x : ℝ≥01 - (1 + x)⁻¹) a‖ < 1 :=
107105
nnnorm_cfcₙ_nnreal_lt fun x _ ↦ tsub_lt_self zero_lt_one (by positivity)
108106

109-
set_option backward.isDefEq.respectTransparency false in
110107
lemma CStarAlgebra.directedOn_nonneg_ball :
111108
DirectedOn (· ≤ ·) ({x : A | 0 ≤ x} ∩ Metric.ball 0 1) := by
112109
let f : ℝ≥0 → ℝ≥0 := fun x => 1 - (1 + x)⁻¹

Mathlib/Analysis/CStarAlgebra/ContinuousFunctionalCalculus/Commute.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ protected theorem Commute.cfcₙ_real {a b : A} (hb : Commute a b) (f : ℝ →
194194

195195
variable [PartialOrder A] [NonnegSpectrumClass ℝ A] [StarOrderedRing A]
196196

197-
set_option backward.isDefEq.respectTransparency false in
198197
/-- A version of `Commute.cfcₙ` or `IsSelfAdjoint.commute_cfcₙ` which does not require any
199198
interaction with `star` when the base ring is `ℝ≥0`. -/
200199
@[grind ←]

Mathlib/Analysis/CStarAlgebra/ContinuousFunctionalCalculus/Continuity.lean

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ variable {X A : Type*} [NormedRing A] [StarRing A]
389389
[ContinuousStar A] [PartialOrder A] [StarOrderedRing A] [NonnegSpectrumClass ℝ A]
390390
[T2Space A] [IsSemitopologicalRing A]
391391

392-
set_option backward.isDefEq.respectTransparency false in
393392
variable (A) in
394393
/-- A version of `continuousOn_cfc` over `ℝ≥0` instead of `RCLike 𝕜`. -/
395394
theorem continuousOn_cfc_nnreal {s : Set ℝ≥0} (hs : IsCompact s)
@@ -903,7 +902,6 @@ variable {X A : Type*} [NonUnitalNormedRing A] [StarRing A]
903902
[PartialOrder A] [StarOrderedRing A] [NonnegSpectrumClass ℝ A]
904903
[T2Space A] [IsSemitopologicalRing A]
905904

906-
set_option backward.isDefEq.respectTransparency false in
907905
variable (A) in
908906
/-- A version of `continuousOn_cfcₙ` over `ℝ≥0` instead of `RCLike 𝕜`. -/
909907
theorem continuousOn_cfcₙ_nnreal {s : Set ℝ≥0} (hs : IsCompact s) (f : ℝ≥0 → ℝ≥0)
@@ -924,7 +922,6 @@ theorem continuousOn_cfcₙ_nnreal {s : Set ℝ≥0} (hs : IsCompact s) (f : ℝ
924922
rw [← ha.1.2.algebraMap_image]
925923
exact Set.image_mono ha.2
926924

927-
set_option backward.isDefEq.respectTransparency false in
928925
open UniformOnFun in
929926
/-- Let `s : Set ℝ≥0` be a compact set and consider pairs `(f, a) : (ℝ≥0 → ℝ≥0) × A` where `f` is
930927
continuous on `s`, maps zero to itself, `spectrum ℝ≥0 a ⊆ s` and `0 ≤ a`.
@@ -938,7 +935,6 @@ theorem continuousOn_cfcₙ_nnreal_setProd {s : Set ℝ≥0} (hs : IsCompact s)
938935
(fun f hf ↦ continuousOn_cfcₙ_nnreal A hs ((toFun {s}) f) hf.1 hf.2)
939936
(fun a ⟨_, ha'⟩ ↦ lipschitzOnWith_cfcₙ_fun_of_subset a ha')
940937

941-
set_option backward.isDefEq.respectTransparency false in
942938
/-- If `f : ℝ≥0 → ℝ≥0` is continuous on a compact set `s` and `f 0 = 0` and `a : X → A` tends to
943939
`a₀ : A` along a filter `l` (such that eventually `0 ≤ a x` and has quasispectrum contained in `s`,
944940
as does `a₀`), then `fun x ↦ cfcₙ f (a x)` tends to `cfcₙ f a₀`. -/
@@ -952,7 +948,6 @@ theorem Filter.Tendsto.cfcₙ_nnreal {s : Set ℝ≥0} (hs : IsCompact s) (f :
952948
rw [tendsto_nhdsWithin_iff]
953949
exact ⟨ha_tendsto, ha'.and ha⟩
954950

955-
set_option backward.isDefEq.respectTransparency false in
956951
/-- If `f : ℝ≥0 → ℝ≥0` is continuous on a compact set `s` and `f 0 = 0` and `a : X → A` is
957952
continuous at `x₀`, and eventually `0 ≤ a x` and has quasispectrum contained in `s`, then
958953
`fun x ↦ cfcₙ f (a x)` is continuous at `x₀`. -/
@@ -963,7 +958,6 @@ theorem ContinuousAt.cfcₙ_nnreal [TopologicalSpace X] {s : Set ℝ≥0}
963958
ContinuousAt (fun x ↦ cfcₙ f (a x)) x₀ :=
964959
ha_cont.tendsto.cfcₙ_nnreal hs f ha ha' ha.self_of_nhds ha'.self_of_nhds
965960

966-
set_option backward.isDefEq.respectTransparency false in
967961
/-- If `f : ℝ≥0 → ℝ≥0` is continuous on a compact set `s` and `f 0 = 0` and `a : X → A` is
968962
continuous at `x₀` within a set `t : Set X`, and eventually `0 ≤ a x` and has quasispectrum
969963
contained in `s`, then `fun x ↦ cfcₙ f (a x)` is continuous at `x₀` within `t`. -/
@@ -975,7 +969,6 @@ theorem ContinuousWithinAt.cfcₙ_nnreal [TopologicalSpace X] {s : Set ℝ≥0}
975969
ContinuousWithinAt (fun x ↦ cfcₙ f (a x)) t x₀ :=
976970
ha_cont.tendsto.cfcₙ_nnreal hs f ha ha' (ha.self_of_nhdsWithin hx₀) (ha'.self_of_nhdsWithin hx₀)
977971

978-
set_option backward.isDefEq.respectTransparency false in
979972
/-- Suppose `a : X → Set A` is continuous on `t : Set X` and `0 ≤ a x` for all `x ∈ t`.
980973
Suppose further that `s : X → Set ℝ≥0` is a family of sets with `s x` compact when
981974
`x ∈ t` such that `s x₀` contains the spectrum of `a x` for all sufficiently close `x ∈ t`.
@@ -991,7 +984,6 @@ theorem ContinuousOn.cfcₙ_nnreal [TopologicalSpace X] {s : X → Set ℝ≥0}
991984
all_goals filter_upwards [ha x hx, self_mem_nhdsWithin] with x hx hxt
992985
exacts [hx, ha' x hxt]
993986

994-
set_option backward.isDefEq.respectTransparency false in
995987
/-- If `f : ℝ≥0 → ℝ≥0` is continuous on a compact set `s` and `f 0 = 0` and `a : X → A` is
996988
continuous on `t : Set X`, and `0 ≤ a x` and has quasispectrum contained in `s` for all `x ∈ t`,
997989
then `fun x ↦ cfcₙ f (a x)` is continuous on `t`. -/
@@ -1004,7 +996,6 @@ theorem ContinuousOn.cfcₙ_nnreal' [TopologicalSpace X] {s : Set ℝ≥0} (hs :
1004996
filter_upwards [self_mem_nhdsWithin] with x hx
1005997
exact ha x hx
1006998

1007-
set_option backward.isDefEq.respectTransparency false in
1008999
/-- If `f : ℝ≥0 → ℝ≥0` is continuous on `s` and `f 0 = 0` and `a : X → A` is continuous on
10091000
`t : Set X`, and `a x` is nonnegative for all `x ∈ t` and `s` is a common neighborhood of the
10101001
quasispectra of `a x` for all `x ∈ t`, then `fun x ↦ cfcₙ f (a x)` is continuous on `t`.
@@ -1035,7 +1026,6 @@ theorem ContinuousOn.cfcₙ_nnreal_of_mem_nhdsSet [CompleteSpace A] [Topological
10351026
· exact fun x₀ hx₀ ↦ ha_cont.continuousWithinAt hx₀ |>.eventually <| hS₂ ⟨x₀, hx₀⟩
10361027
· exact fun x hx ↦ hf.mono <| hS₃ ⟨x, hx⟩
10371028

1038-
set_option backward.isDefEq.respectTransparency false in
10391029
/-- Suppose `a : X → Set A` is a continuous family of nonnegative elements.
10401030
Suppose further that `s : X → Set ℝ≥0` is a family of compact sets such that `s x₀` contains the
10411031
spectrum of `a x` for all sufficiently close `x`. If `f : ℝ≥0 → ℝ≥0` is continuous on each `s x`
@@ -1049,7 +1039,6 @@ theorem Continuous.cfcₙ_nnreal [TopologicalSpace X] {s : X → Set ℝ≥0} (f
10491039
rw [← continuousOn_univ] at ha_cont ⊢
10501040
exact ha_cont.cfcₙ_nnreal f (fun x _ ↦ hs x) (fun x _ ↦ by simpa using ha x) (fun x _ ↦ ha' x)
10511041

1052-
set_option backward.isDefEq.respectTransparency false in
10531042
/-- `cfcₙ` is continuous in the variable `a : A` when `s : Set ℝ≥0` is compact and `a` varies over
10541043
nonnegative elements whose quasispectrum is contained in `s`, and the function `f` is
10551044
continuous on `s` and `f 0 = 0`. -/
@@ -1061,7 +1050,6 @@ theorem Continuous.cfcₙ_nnreal' [TopologicalSpace X] {s : Set ℝ≥0} (hs : I
10611050
rw [← continuousOn_univ] at ha_cont ⊢
10621051
exact ha_cont.cfcₙ_nnreal' hs f (fun x _ ↦ ha x) (fun x _ ↦ ha' x)
10631052

1064-
set_option backward.isDefEq.respectTransparency false in
10651053
/-- If `f : ℝ≥0 → ℝ≥0` is continuous on `s` and `f 0 = 0` and `a : X → A` is continuous and `a x` is
10661054
nonnegative for all `x` and `s` is a common neighborhood of the quasispectra of `a x` for all `x`,
10671055
then `fun x ↦ cfcₙ f (a x)` is continuous.

Mathlib/Analysis/CStarAlgebra/ContinuousFunctionalCalculus/Isometric.lean

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,6 @@ variable [NormedSpace ℝ A] [IsScalarTower ℝ A A] [SMulCommClass ℝ A A]
427427
variable [NonUnitalIsometricContinuousFunctionalCalculus ℝ A IsSelfAdjoint]
428428
variable [NonnegSpectrumClass ℝ A]
429429

430-
set_option backward.isDefEq.respectTransparency false in
431430
open NNReal in
432431
instance Nonneg.instNonUnitalIsometricContinuousFunctionalCalculus :
433432
NonUnitalIsometricContinuousFunctionalCalculus ℝ≥0 A (0 ≤ ·) :=
@@ -450,7 +449,6 @@ variable {A : Type*} [NormedRing A] [StarRing A] [NormedAlgebra ℝ A] [PartialO
450449
variable [StarOrderedRing A] [IsometricContinuousFunctionalCalculus ℝ A IsSelfAdjoint]
451450
variable [NonnegSpectrumClass ℝ A]
452451

453-
set_option backward.isDefEq.respectTransparency false in
454452
lemma IsGreatest.nnnorm_cfc_nnreal [Nontrivial A] (f : ℝ≥0 → ℝ≥0) (a : A)
455453
(hf : ContinuousOn f (σ ℝ≥0 a) := by cfc_cont_tac) (ha : 0 ≤ a := by cfc_tac) :
456454
IsGreatest (f '' σ ℝ≥0 a) ‖cfc f a‖₊ := by
@@ -530,7 +528,6 @@ variable [IsScalarTower ℝ A A] [SMulCommClass ℝ A A] [PartialOrder A]
530528
variable [StarOrderedRing A] [NonUnitalIsometricContinuousFunctionalCalculus ℝ A IsSelfAdjoint]
531529
variable [NonnegSpectrumClass ℝ A]
532530

533-
set_option backward.isDefEq.respectTransparency false in
534531
lemma IsGreatest.nnnorm_cfcₙ_nnreal (f : ℝ≥0 → ℝ≥0) (a : A)
535532
(hf : ContinuousOn f (σₙ ℝ≥0 a) := by cfc_cont_tac) (hf0 : f 0 = 0 := by cfc_zero_tac)
536533
(ha : 0 ≤ a := by cfc_tac) : IsGreatest (f '' σₙ ℝ≥0 a) ‖cfcₙ f a‖₊ := by
@@ -545,28 +542,24 @@ lemma IsGreatest.nnnorm_cfcₙ_nnreal (f : ℝ≥0 → ℝ≥0) (a : A)
545542
· exact ⟨x, quasispectrum.algebraMap_mem ℝ hx, by simp⟩
546543
· exact ⟨x.toNNReal, ha'.apply_mem hx, by simp⟩
547544

548-
set_option backward.isDefEq.respectTransparency false in
549545
lemma apply_le_nnnorm_cfcₙ_nnreal (f : ℝ≥0 → ℝ≥0) (a : A) ⦃x : ℝ≥0⦄ (hx : x ∈ σₙ ℝ≥0 a)
550546
(hf : ContinuousOn f (σₙ ℝ≥0 a) := by cfc_cont_tac) (hf0 : f 0 = 0 := by cfc_zero_tac)
551547
(ha : 0 ≤ a := by cfc_tac) : f x ≤ ‖cfcₙ f a‖₊ := by
552548
revert hx
553549
exact (IsGreatest.nnnorm_cfcₙ_nnreal f a hf hf0 ha |>.2 ⟨x, ·, rfl⟩)
554550

555-
set_option backward.isDefEq.respectTransparency false in
556551
lemma nnnorm_cfcₙ_nnreal_le {f : ℝ≥0 → ℝ≥0} {a : A} {c : ℝ≥0} (h : ∀ x ∈ σₙ ℝ≥0 a, f x ≤ c) :
557552
‖cfcₙ f a‖₊ ≤ c := by
558553
refine cfcₙ_cases (‖·‖₊ ≤ c) a f (by simp) fun hf hf0 ha ↦ ?_
559554
simp only [← cfcₙ_apply f a, isLUB_le_iff (IsGreatest.nnnorm_cfcₙ_nnreal f a hf hf0 ha |>.isLUB)]
560555
rintro - ⟨x, hx, rfl⟩
561556
exact h x hx
562557

563-
set_option backward.isDefEq.respectTransparency false in
564558
lemma nnnorm_cfcₙ_nnreal_le_iff (f : ℝ≥0 → ℝ≥0) (a : A) (c : ℝ≥0)
565559
(hf : ContinuousOn f (σₙ ℝ≥0 a) := by cfc_cont_tac) (hf₀ : f 0 = 0 := by cfc_zero_tac)
566560
(ha : 0 ≤ a := by cfc_tac) : ‖cfcₙ f a‖₊ ≤ c ↔ ∀ x ∈ σₙ ℝ≥0 a, f x ≤ c :=
567561
fun h _ hx ↦ apply_le_nnnorm_cfcₙ_nnreal f a hx hf hf₀ ha |>.trans h, nnnorm_cfcₙ_nnreal_le⟩
568562

569-
set_option backward.isDefEq.respectTransparency false in
570563
lemma nnnorm_cfcₙ_nnreal_lt {f : ℝ≥0 → ℝ≥0} {a : A} {c : ℝ≥0} (h : ∀ x ∈ σₙ ℝ≥0 a, f x < c) :
571564
‖cfcₙ f a‖₊ < c := by
572565
refine cfcₙ_cases (‖·‖₊ < c) a f ?_ fun hf hf0 ha ↦ ?_
@@ -575,27 +568,23 @@ lemma nnnorm_cfcₙ_nnreal_lt {f : ℝ≥0 → ℝ≥0} {a : A} {c : ℝ≥0} (h
575568
rintro - ⟨x, hx, rfl⟩
576569
exact h x hx
577570

578-
set_option backward.isDefEq.respectTransparency false in
579571
lemma nnnorm_cfcₙ_nnreal_lt_iff (f : ℝ≥0 → ℝ≥0) (a : A) (c : ℝ≥0)
580572
(hf : ContinuousOn f (σₙ ℝ≥0 a) := by cfc_cont_tac) (hf₀ : f 0 = 0 := by cfc_zero_tac)
581573
(ha : 0 ≤ a := by cfc_tac) : ‖cfcₙ f a‖₊ < c ↔ ∀ x ∈ σₙ ℝ≥0 a, f x < c :=
582574
fun h _ hx ↦ apply_le_nnnorm_cfcₙ_nnreal f a hx hf hf₀ ha |>.trans_lt h, nnnorm_cfcₙ_nnreal_lt⟩
583575

584576
namespace NonUnitalIsometricContinuousFunctionalCalculus
585577

586-
set_option backward.isDefEq.respectTransparency false in
587578
lemma isGreatest_quasispectrum (a : A) (ha : 0 ≤ a := by cfc_tac) :
588579
IsGreatest (σₙ ℝ≥0 a) ‖a‖₊ := by
589580
simpa [cfcₙ_id ℝ≥0 a] using IsGreatest.nnnorm_cfcₙ_nnreal id a
590581

591-
set_option backward.isDefEq.respectTransparency false in
592582
lemma quasispectrum_le (a : A) ⦃x : ℝ≥0⦄ (hx : x ∈ σₙ ℝ≥0 a) (ha : 0 ≤ a := by cfc_tac) :
593583
x ≤ ‖a‖₊ := by
594584
simpa [cfcₙ_id ℝ≥0 a] using apply_le_nnnorm_cfcₙ_nnreal id a hx
595585

596586
end NonUnitalIsometricContinuousFunctionalCalculus
597587

598-
set_option backward.isDefEq.respectTransparency false in
599588
open NonUnitalIsometricContinuousFunctionalCalculus in
600589
lemma MonotoneOn.nnnorm_cfcₙ (f : ℝ≥0 → ℝ≥0) (a : A)
601590
(hf : MonotoneOn f (σₙ ℝ≥0 a)) (hf₂ : ContinuousOn f (σₙ ℝ≥0 a) := by cfc_cont_tac)

Mathlib/Analysis/CStarAlgebra/ContinuousFunctionalCalculus/Order.lean

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ theorem cfc_tsub {A : Type*} [TopologicalSpace A] [Ring A] [PartialOrder A] [Sta
6363
exact continuous_subtype_val.comp_continuousOn <|
6464
ContinuousOn.comp ‹_› continuous_real_toNNReal.continuousOn <| ha'.image ▸ Set.mapsTo_image ..
6565

66-
set_option backward.isDefEq.respectTransparency false in
6766
theorem cfcₙ_tsub {A : Type*} [TopologicalSpace A] [NonUnitalRing A] [PartialOrder A] [StarRing A]
6867
[StarOrderedRing A] [Module ℝ A] [IsScalarTower ℝ A A] [SMulCommClass ℝ A A]
6968
[IsTopologicalRing A] [T2Space A] [NonUnitalContinuousFunctionalCalculus ℝ A IsSelfAdjoint]
@@ -117,7 +116,6 @@ lemma nnreal_cfcₙ_eq_cfc_inr (a : A) (f : ℝ≥0 → ℝ≥0)
117116
(hf₀ : f 0 = 0 := by cfc_zero_tac) : cfcₙ f a = cfc f (a : A⁺¹) :=
118117
cfcₙ_eq_cfc_inr inr_nonneg_iff ..
119118

120-
set_option backward.isDefEq.respectTransparency false in
121119
lemma sqrt_inr {a : A} : CFC.sqrt (a : A⁺¹) = (↑(CFC.sqrt a) : A⁺¹) := by
122120
by_cases ha : 0 ≤ a <;> have ha' := by rwa [← Unitization.inr_nonneg_iff] at ha
123121
· rw [CFC.sqrt_eq_iff .., ← inr_mul, CFC.sqrt_mul_sqrt_self a]
@@ -487,7 +485,6 @@ lemma star_right_conjugate_le_norm_smul {a b : A} (hb : IsSelfAdjoint b := by cf
487485
@[deprecated (since := "2025-10-20")] alias conjugate_le_norm_smul' :=
488486
star_right_conjugate_le_norm_smul
489487

490-
set_option backward.isDefEq.respectTransparency false in
491488
/-- The set of nonnegative elements in a C⋆-algebra is closed. -/
492489
lemma isClosed_nonneg : IsClosed {a : A | 0 ≤ a} := by
493490
suffices IsClosed {a : A⁺¹ | 0 ≤ a} by

Mathlib/Analysis/CStarAlgebra/ContinuousFunctionalCalculus/Range.lean

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ variable [SMulCommClass ℝ A A] [TopologicalSpace A]
225225
variable [IsTopologicalRing A] [T2Space A] [PartialOrder A] [NonnegSpectrumClass ℝ A]
226226
variable [StarOrderedRing A]
227227

228-
set_option backward.isDefEq.respectTransparency false in
229228
lemma range_cfcₙ_nnreal_eq_image_cfcₙ_real
230229
[NonUnitalContinuousFunctionalCalculus ℝ A IsSelfAdjoint] (a : A) (ha : 0 ≤ a := by cfc_tac) :
231230
Set.range (cfcₙ (R := ℝ≥0) · a) = (cfcₙ · a) '' {f | ∀ x ∈ quasispectrum ℝ a, 0 ≤ f x} := by
@@ -240,15 +239,13 @@ lemma range_cfcₙ_nnreal_eq_image_cfcₙ_real
240239

241240
variable [StarModule ℝ A] [ContinuousStar A] [ContinuousConstSMul ℝ A]
242241

243-
set_option backward.isDefEq.respectTransparency false in
244242
lemma range_cfcₙ_nnreal_subset
245243
[NonUnitalContinuousFunctionalCalculus ℝ A IsSelfAdjoint] (a : A) (ha : 0 ≤ a := by cfc_tac) :
246244
Set.range (cfcₙ (R := ℝ≥0) · a) ⊆ {x | x ∈ NonUnitalStarAlgebra.elemental ℝ a ∧ 0 ≤ x} := by
247245
grw [range_cfcₙ_nnreal_eq_image_cfcₙ_real a ha, Set.setOf_and, SetLike.setOf_mem_eq,
248246
← range_cfcₙ_subset _ ha.isSelfAdjoint, Set.inter_comm, ← Set.image_preimage_eq_inter_range]
249247
exact Set.image_mono fun _ ↦ cfcₙ_nonneg
250248

251-
set_option backward.isDefEq.respectTransparency false in
252249
lemma range_cfcₙ_nnreal [NonUnitalClosedEmbeddingContinuousFunctionalCalculus ℝ A IsSelfAdjoint]
253250
(a : A) (ha : 0 ≤ a := by cfc_tac) :
254251
Set.range (cfcₙ (R := ℝ≥0) · a) = {x | x ∈ NonUnitalStarAlgebra.elemental ℝ a ∧ 0 ≤ x} := by

Mathlib/Analysis/CStarAlgebra/ContinuousFunctionalCalculus/Unique.lean

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ lemma toNNReal_smul (r : ℝ≥0) (f : C(X, ℝ)₀) : (r • f).toNNReal = r
263263
· simpa [max_eq_right h.le, NNReal.smul_def]
264264
using mul_nonpos_of_nonneg_of_nonpos r.coe_nonneg h.le
265265

266-
set_option backward.isDefEq.respectTransparency false in
267266
@[simp]
268267
lemma toNNReal_neg_smul (r : ℝ≥0) (f : C(X, ℝ)₀) : (-(r • f)).toNNReal = r • (-f).toNNReal := by
269268
rw [NNReal.smul_def, ← smul_neg, ← NNReal.smul_def, toNNReal_smul]
@@ -294,7 +293,6 @@ section IsTopologicalRing
294293

295294
variable [TopologicalSpace A] [IsSemitopologicalRing A]
296295

297-
set_option backward.isDefEq.respectTransparency false in
298296
/-- Given a non-unital star `ℝ≥0`-algebra homomorphism `φ` from `C(X, ℝ≥0)₀` into a non-unital
299297
`ℝ`-algebra `A`, this is the unique extension of `φ` from `C(X, ℝ)₀` to `A` as a non-unital
300298
star `ℝ`-algebra homomorphism. -/
@@ -362,7 +360,6 @@ end NonUnitalStarAlgHom
362360

363361
open ContinuousMapZero
364362

365-
set_option backward.isDefEq.respectTransparency false in
366363
instance NNReal.instContinuousMapZero.UniqueHom
367364
[TopologicalSpace A] [IsSemitopologicalRing A] [IsScalarTower ℝ A A] [SMulCommClass ℝ A A]
368365
[T2Space A] :

Mathlib/Analysis/Calculus/LocalExtr/Basic.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ theorem posTangentConeAt_mono : Monotone fun s => posTangentConeAt s a := by
7777
intro s t hst
7878
exact tangentConeAt_mono hst
7979

80-
set_option backward.isDefEq.respectTransparency false in
8180
theorem mem_posTangentConeAt_of_frequently_mem (h : ∃ᶠ t : ℝ in 𝓝[>] 0, x + t • y ∈ s) :
8281
y ∈ posTangentConeAt s x := by
8382
rw [← NNReal.coe_zero, ← NNReal.map_coe_nhdsGT, frequently_map, frequently_iff_neBot] at h
@@ -94,7 +93,6 @@ theorem mem_posTangentConeAt_of_segment_subset (h : [x -[ℝ] x + y] ⊆ s) :
9493
y ∈ posTangentConeAt s x := by
9594
simpa using sub_mem_posTangentConeAt_of_segment_subset h
9695

97-
set_option backward.isDefEq.respectTransparency false in
9896
theorem posTangentConeAt_univ : posTangentConeAt univ a = univ := tangentConeAt_univ
9997

10098
/-!

0 commit comments

Comments
 (0)