Commit 2024-02-17 09:43 d02cf66e
View on Github →feat: Conjugate exponents in ℝ≥0
(#10589)
It happens often that we have p q : ℝ≥0
that are conjugate. So far, we only had a predicate for real numbers to be conjugate, which made dealing with ℝ≥0
conjugates clumsy.
This PR
- introduces
NNReal.IsConjExponent
,NNReal.conjExponent
- renames
Real.IsConjugateExponent
,Real.conjugateExponent
toReal.IsConjExponent
,Real.conjExponent
- renames a few more lemmas to match up the
Real
andNNReal
versions From LeanAPAP