Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Mathlib/Algebra/GroupWithZero/Range.lean
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ end ValueGroup₀

end Restrict

noncomputable section GroupWithZero
section GroupWithZero

variable [GroupWithZero A] [GroupWithZero B] {f : A →*₀ B}

Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Algebra/MvPolynomial/Coeff.lean
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ public import Mathlib.Data.Nat.Choose.Multinomial

public section

noncomputable section

namespace MvPolynomial

open Finsupp
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Algebra/Polynomial/Degree/Domain.lean
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ public import Mathlib.Algebra.Polynomial.Degree.Operations

public section

noncomputable section

open Finsupp Finset

open Polynomial
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Algebra/Polynomial/Degree/Lemmas.lean
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ Some of the main results include
public section


noncomputable section

open Polynomial

open Finsupp Finset
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Algebra/Polynomial/Degree/Monomial.lean
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ public import Mathlib.Data.Nat.SuccPred

public section

noncomputable section

open Finsupp Finset Polynomial

namespace Polynomial
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Algebra/Polynomial/Degree/Support.lean
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ public import Mathlib.Algebra.Polynomial.Degree.Operations

public section

noncomputable section

open Finsupp Finset

open Polynomial
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Algebra/Polynomial/Degree/Units.lean
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ public import Mathlib.Algebra.Polynomial.Degree.SmallDegree

public section

noncomputable section

open Finsupp Finset Polynomial

namespace Polynomial
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Algebra/Polynomial/Eval/Algebra.lean
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ TODO: merge with parts of `Mathlib/Algebra/Polynomial/AlgebraMap.lean`?

public section

noncomputable section

open Finset AddMonoidAlgebra

open Polynomial
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Algebra/Polynomial/Eval/Irreducible.lean
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ public import Mathlib.Algebra.Prime.Defs

public section

noncomputable section

open Finset AddMonoidAlgebra

open Polynomial
Expand Down
4 changes: 0 additions & 4 deletions Mathlib/Algebra/Polynomial/Splits.lean
Original file line number Diff line number Diff line change
Expand Up @@ -696,8 +696,6 @@ theorem splits_iff_splits {f : R[X]} :

end Field

noncomputable section

open Polynomial

universe u v w
Expand Down Expand Up @@ -954,6 +952,4 @@ alias nextCoeff_eq_neg_sum_roots_of_monic_of_splits := Splits.nextCoeff_eq_neg_s

end Splits

end

end Polynomial
2 changes: 0 additions & 2 deletions Mathlib/Analysis/Analytic/Within.lean
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ ambient space, which allows us to relate `AnalyticWithinAt` to analyticity of a

public section

noncomputable section

open scoped Topology Filter ENNReal
open Set Filter Metric

Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Analysis/BoxIntegral/DivergenceTheorem.lean
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ open Filter Set Finset Metric

open BoxIntegral.IntegrationParams (GP gp_le)

noncomputable section

universe u

variable {E : Type u} [NormedAddCommGroup E] [NormedSpace ℝ E] {n : ℕ}
Expand Down
2 changes: 1 addition & 1 deletion Mathlib/Analysis/Calculus/ContDiff/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ constants, products, composition with linear maps, etc.
derivative, differentiability, higher derivative, `C^n`, multilinear, Taylor series, formal series
-/

public noncomputable section
public section

open Set Fin Filter Function

Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Analysis/Calculus/ContDiff/Bounds.lean
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ public import Mathlib.Data.Nat.Choose.Multinomial

public section

noncomputable section

open scoped NNReal Nat ContDiff

universe u uD uE uF uG
Expand Down
2 changes: 1 addition & 1 deletion Mathlib/Analysis/Calculus/ContDiff/Comp.lean
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ In this file, we denote `WithTop ℕ∞` with `ℕ∞ω`, `(⊤ : ℕ∞) : ℕ
derivative, differentiability, higher derivative, `C^n`, multilinear, Taylor series, formal series
-/

public noncomputable section
public section

open Set Filter Function

Expand Down
2 changes: 1 addition & 1 deletion Mathlib/Analysis/Calculus/ContDiff/Deriv.lean
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ to use. In this file, we reformulate some higher smoothness results in terms of
derivative, differentiability, higher derivative, `C^n`, multilinear, Taylor series, formal series
-/

public noncomputable section
public section

open scoped ContDiff

Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Analysis/Calculus/ContDiff/FiniteDimension.lean
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ public import Mathlib.Analysis.Normed.Module.FiniteDimension
public section


noncomputable section

universe uD uE uF

variable {𝕜 : Type*} [NontriviallyNormedField 𝕜]
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Analysis/Calculus/ContDiff/RCLike.lean
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ public import Mathlib.Analysis.Calculus.MeanValue

public section

noncomputable section

open Set Fin Filter Function

open scoped NNReal Topology
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Analysis/Calculus/Deriv/Mul.lean
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ public section

universe u v w

noncomputable section

open scoped Topology Filter ENNReal

open Filter Asymptotics Set
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Analysis/Calculus/FDeriv/Add.lean
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ public section

open Filter Asymptotics ContinuousLinearMap

noncomputable section

section

variable {𝕜 : Type*} [NontriviallyNormedField 𝕜]
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Analysis/Calculus/FDeriv/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ public section

open Filter Asymptotics ContinuousLinearMap Set Metric Topology NNReal ENNReal

noncomputable section

section
section DerivativeUniqueness
variable {𝕜 : Type*} [NontriviallyNormedField 𝕜]
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Analysis/Calculus/FDeriv/Bilinear.lean
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ public section

open Asymptotics Topology

noncomputable section

section

variable {𝕜 : Type*} [NontriviallyNormedField 𝕜]
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Analysis/Calculus/FDeriv/Comp.lean
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ public section

open Filter Asymptotics ContinuousLinearMap Set Metric Topology NNReal ENNReal

noncomputable section

section

variable {𝕜 : Type*} [NontriviallyNormedField 𝕜]
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Analysis/Calculus/FDeriv/Congr.lean
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ public section

open Filter Asymptotics ContinuousLinearMap Set Metric Topology NNReal ENNReal

noncomputable section

section
variable {𝕜 : Type*} [NontriviallyNormedField 𝕜]
variable {E : Type*} [AddCommGroup E] [Module 𝕜 E] [TopologicalSpace E]
Expand Down
5 changes: 0 additions & 5 deletions Mathlib/Analysis/Calculus/FDeriv/Const.lean
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ public section
open Asymptotics Function Filter Set Metric
open scoped Topology NNReal ENNReal

noncomputable section

variable {𝕜 : Type*} [NontriviallyNormedField 𝕜]
variable {E : Type*} [AddCommGroup E] [Module 𝕜 E] [TopologicalSpace E]
variable {F : Type*} [AddCommGroup F] [Module 𝕜 F] [TopologicalSpace F]
Expand Down Expand Up @@ -394,6 +392,3 @@ protected theorem HasCompactSupport.fderiv_apply (hf : HasCompactSupport f) (v :
hf.of_isClosed_subset (isClosed_tsupport _) (tsupport_fderiv_apply_subset 𝕜 v)

end Support


end
2 changes: 0 additions & 2 deletions Mathlib/Analysis/Calculus/FDeriv/Equiv.lean
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ public section

open Filter Asymptotics ContinuousLinearMap Set Metric Topology NNReal ENNReal

noncomputable section

section

variable {𝕜 : Type*} [NontriviallyNormedField 𝕜]
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Analysis/Calculus/FDeriv/Prod.lean
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ public section

open Filter Asymptotics ContinuousLinearMap Set Metric Topology NNReal ENNReal

noncomputable section

section

variable {𝕜 : Type*} [NontriviallyNormedField 𝕜]
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Analysis/Calculus/FDeriv/RestrictScalars.lean
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ public section

open Filter Asymptotics ContinuousLinearMap Set Metric Topology NNReal ENNReal

noncomputable section

section RestrictScalars

/-!
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Analysis/Calculus/ParametricIntegral.lean
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ integral, derivative
public section


noncomputable section

open TopologicalSpace MeasureTheory Filter Metric

open scoped Topology Filter
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Analysis/Complex/CauchyIntegral.lean
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ open TopologicalSpace Set MeasureTheory intervalIntegral Metric Filter Function

open scoped Interval Real NNReal ENNReal Topology

noncomputable section

universe u

variable {E : Type u} [NormedAddCommGroup E] [NormedSpace ℂ E]
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Analysis/Complex/ReImTopology.lean
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ public section

open Set Topology

noncomputable section

namespace Complex

/-- `Complex.re` turns `ℂ` into a trivial topological fiber bundle over `ℝ`. -/
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Analysis/Fourier/PoissonSummation.lean
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ easier-to-use result `Real.tsum_eq_tsum_fourierIntegral_of_rpow_decay`, in which
public section


noncomputable section

open Function hiding comp_apply

open Set hiding restrict_apply
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Analysis/Fourier/RiemannLebesgueLemma.lean
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ equivalence to an inner-product space.

public section

noncomputable section

open MeasureTheory Filter Complex Set Module

open scoped Filter Topology Real ENNReal FourierTransform RealInnerProductSpace NNReal
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Analysis/InnerProductSpace/Continuous.lean
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ inner product space, Hilbert space, norm

public section

noncomputable section

open RCLike Real Filter Topology ComplexConjugate Finsupp
open LinearMap renaming BilinForm → BilinForm

Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Analysis/MeanInequalities.lean
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ universe u v
open Finset NNReal ENNReal
open scoped BigOperators

noncomputable section

variable {ι : Type u} (s : Finset ι)

section GeomMeanLEArithMean
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Analysis/Normed/Module/Dual.lean
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ strong dual, polar

public section

noncomputable section

open Topology Bornology

namespace NormedSpace
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Analysis/SpecialFunctions/ExpDeriv.lean
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ public section

assert_not_exists IsConformalMap Conformal

noncomputable section

open Filter Asymptotics Set Function
open scoped Topology

Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Analysis/SpecialFunctions/Gamma/Deriv.lean
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ Gamma
public section


noncomputable section

open Filter Set Real Asymptotics
open scoped Topology

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ We prove various versions of the formula for the Gaussian integral:

public section

noncomputable section

open Real Set MeasureTheory Filter Asymptotics

open scoped Real Topology
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ open scoped Real Topology FourierTransform RealInnerProductSpace

open Complex hiding exp continuous_exp

noncomputable section

section GaussianPoisson

/-! First we show that Gaussian-type functions have rapid decay along `cocompact ℝ`. -/
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Analysis/SpecialFunctions/JapaneseBracket.lean
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ than the dimension.
public section


noncomputable section

open scoped NNReal Filter Topology ENNReal

open Asymptotics Filter Set Real MeasureTheory Module
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/Analysis/SpecialFunctions/Log/Monotone.lean
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ open Set Filter Function

open Topology

noncomputable section

namespace Real

theorem mul_log_strictMonoOn : StrictMonoOn (fun x ↦ x * log x) <| .Ici <| exp (-1) := by
Expand Down
Loading
Loading