Commit 2023-02-09 19:18 8c8c544b
View on Github →chore(topology/algebra): make the divisor argument of div_const explicit (#18411)
This is using the rule "parameters which do not appear in the types of other parameters should be explicit".
In particular, this means that it is easier to use proofs of the form convert hf.div_const c, without having to omit c and hope that Lean can guess it.
This makes the argument explicit for:
cont_diff_within_at.div_constcont_diff_at.div_constcont_diff_on.div_constcont_diff.div_constfilter.tendsto.div_constcontinuous_at.div_constcontinuous_within_at.div_constcontinuous_on.div_constcontinuous.div_constdifferentiable_within_at.div_constdifferentiable_at.div_constdifferentiable_on.div_constdifferentiable.div_constderiv_within_div_constIt was already explicit for:filter.tendsto.div_const'has_sum.div_constsummable.div_constintegrable.div_consthas_deriv_at.div_consthas_deriv_within_at.div_consthas_strict_deriv_at.div_constperiodic.div_constmeasurable.div_constae_measurable.div_const- The
mulvariants of many of the above